Represents an Xcode project (pbxproj file).
PBXProject | Creates a new instance of PBXProject class. |
AddAssetTagForFile | Adds an asset tag for the given file. |
AddAssetTagToDefaultInstall | Adds the asset tag to the list of tags to download during initial installation. |
AddBuildConfig | Creates a new set of build configurations for all targets in the project. |
AddBuildProperty | Adds a value to build property list in all build configurations for the specified target(s). |
AddBuildPropertyForConfig | Adds a value to build property list of the given build configuration(s). |
AddCapability | Add a target capability to the Xcode project. This enables behavior based on the capability type. Some capabilities will require additional setup within Xcode. For more control over the specific settings of capability use the ProjectCapabilityManager class. |
AddCopyFilesBuildPhase | Creates a new copy files build phase for given target. |
AddFile | Adds a new file reference to the list of known files. |
AddFileToBuild | Configures file for building for the given native target. |
AddFileToBuildSection | Configures file for building for the given native target on specific build section. |
AddFileToBuildWithFlags | Configures file for building for the given target with specific compiler flags. |
AddFolderReference | Adds a new folder reference to the list of known files. |
AddFrameworksBuildPhase | Creates a new frameworks build phase for given target. |
AddFrameworkToProject | Adds a system framework dependency for the specified target. |
AddResourcesBuildPhase | Creates a new resources build phase for given target. |
AddSourcesBuildPhase | Creates a new sources build phase for given target. |
AddTarget | Creates a new native target. |
BuildConfigByName | Returns the GUID of build configuration with the given name for the specific target. |
BuildConfigNames | Returns the names of the build configurations available in the project. |
ContainsFileByProjectPath | Checks if the project contains a file with the given project path. |
ContainsFileByRealPath | Checks if the project contains a file with the given physical path. |
ContainsFramework | Checks whether the given system framework is a dependency of a target. |
FindFileGuidByProjectPath | Finds a file with the given project path in the project, if any. |
FindFileGuidByRealPath | Finds a file with the given physical path in the project, if any. |
GetCompileFlagsForFile | Returns compile flags set for the specific file on a given target. |
GetCopyFilesBuildPhaseByTarget | Returns the GUID of matching copy files build phase for the given target. |
GetFrameworksBuildPhaseByTarget | Returns the GUID of frameworks build phase for the given target. |
GetResourcesBuildPhaseByTarget | Returns the GUID of resources build phase for the given target. |
GetSourcesBuildPhaseByTarget | Returns the GUID of sources build phase for the given target. |
GetTargetProductFileRef | Returns the file reference of the artifact created by building target. |
ProjectGuid | Returns the GUID of the project. |
ReadFromFile | Reads the project from a file identified by the given path. |
ReadFromStream | Reads the project from the given text reader. |
ReadFromString | Reads the project from the given string. |
RemoveAssetTag | Removes an asset tag. |
RemoveAssetTagForFile | Removes an asset tag for the given file. |
RemoveAssetTagFromDefaultInstall | Removes the asset tag from the list of tags to download during initial installation. |
RemoveBuildConfig | Removes all build configurations with the given name from all targets in the project. |
RemoveFile | Removes the given file from project. |
RemoveFileFromBuild | Removes given file from the list of files to build for the given target. |
RemoveFrameworkFromProject | Removes a system framework dependency for the specified target. |
SetBuildProperty | Sets a build property to the given value in all build configurations for the specified target(s). |
SetBuildPropertyForConfig | Sets a build property to the given value in the specified build configuration(s). |
SetCompileFlagsForFile | Sets the compilation flags for the given file in the given target. |
SetTeamId | Set the Team ID of an Xcode project. |
TargetGuidByName | Returns the GUID of the native target with the given name. |
UpdateBuildProperty | Adds and removes values from build property in all build configurations for the specified target(s). |
UpdateBuildPropertyForConfig | Adds and removes values from build property in the given build configuration. |
WriteToFile | Writes the project contents to the specified file. |
WriteToStream | Writes the project contents to the specified text writer. |
WriteToString | Writes the contents of the project to string. |
GetPBXProjectPath | Returns the path to PBX project in the given Unity build path. |
GetUnityTargetName | Returns the default main target name in Unity project. |
GetUnityTestTargetName | Returns the default test target name. |
IsBuildable | Checks if a file with the given extension can be built by Xcode. |
IsKnownExtension | Checks if files with the given extension are known to PBXProject. |