Interface | Description |
---|---|
ProjectGeneratorOptions |
Options for how
ProjectGenerator generates Xcode projects. |
Class | Description |
---|---|
BuildConfiguration |
Helper methods to process xcconfig build configuration for a target node.
|
CoreDataResource |
Represents a core data resource from disk.
|
CoreDataResource.VersionInformation |
Details the version information for a core data file.
|
FocusedTargetMatcher |
Matcher class that matches build targets against specific focused target entries.
|
NodeHelper |
Helper class to derive information about
TargetNode s. |
ProjectFileWriter |
A class for writing files in SourcePath or Path objects to a PBXProject.
|
ProjectFileWriter.Result |
Helper class for returning metadata about a created PBXFileReference Includes a reference to
the PBXFileReference and the Source Tree Path We probably won't need this long term as we kill
off Xcode build phases but for now, let's just use this since it's named and structured
|
ProjectGenerationStateCache |
Cache of calculated values for targets during project generation.
|
ProjectGenerator |
Generates an Xcode project and writes the output to disk.
|
ProjectGenerator.Result |
The output from generating an Xcode project.
|
ProjectGeneratorOptions.Builder | |
ProjectSourcePathResolver |
Helper class to resolve
SourcePath s to the cell in which we generate the Xcode project. |
SwiftAttributeParser |
Parser that derives Swift specific attributes from a Target and returns
SwiftAttributes . |
Utils |
Utility functions for project generation.
|
WorkspaceAndProjectGenerator | |
WorkspaceAndProjectGenerator.Result |
The result of generating a workspace project.
|
XcconfigBaseConfiguration |
Metadata for Xcode to lay out and reference an Xcconfig file.
|
XcodeNativeTargetGenerator |
Generates all the target attributes
GeneratedTargetAttributes to be written into a PBXNativeTarget . |
XcodeNativeTargetGenerator.Result |
The result of materializing the build target.
|
XcodeProductMetadata |
Product metadata related to a product target for reference in Xcode
|
XCodeProjectCommandHelper | |
XCodeProjectCommandHelper.Result |
A result with metadata about the subcommand helper's output.
|
Enum | Description |
---|---|
IDEForceKill |