Other Enumerations

The following enumerations are available globally.

  • Xcodeproj editing errors.

    • unexistingFile: the file doesn’t exist.
    See more

    Declaration

    Swift

    public enum XcodeprojEditingError : Error, CustomStringConvertible
  • Xcodeproj writing error.

    • invalidType: the type that is being written is invalid.
    See more

    Declaration

    Swift

    public enum XcodeprojWritingError : Error, CustomStringConvertible
  • XCBreakpointList error.

    • notFound: returned when the Breakpoints_v2.xcbkptlist cannot be found.
    • missing: returned when there’s a property missing in the Breakpoints_v2.xcbkptlist.
    See more

    Declaration

    Swift

    public enum XCBreakpointListError : Error, CustomStringConvertible
  • Enum that encapsulates all kind of build phases available in Xcode.

    • sources: sources.
    • frameworks: frameworks.
    • resources: resources.
    • copyFiles: files.
    • runScript: scripts.
    • headers: headers.
    • carbonResources: build legacy Carbon resources.

    Declaration

    Swift

    public enum BuildPhase : String