Other Enumerations
The following enumerations are available globally.
-
Declaration
Swift
public enum XcodeprojEditingError : Error, CustomStringConvertible
-
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.
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