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. |
AddHeadersBuildPhase | Creates a new headers build phase (PBXHeadersBuildPhase) for given target. |
AddPublicHeaderToBuild | Configures file for building for the given native target as a public header. |
AddResourcesBuildPhase | Creates a new resources build phase for given target. |
AddShellScriptBuildPhase | Creates a new copy shell script 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. |
GetAllBuildPhasesForTarget | Returns all build phases for the specified target. |
GetBaseReferenceForConfig | Gets the base configuration reference Guid for the specified build configuration. |
GetBuildPhaseName | Returns the name of the build phase with the specified GUID. |
GetBuildPhaseType | Returns the type of the build phase with the specified GUID. |
GetBuildPropertyForAnyConfig | Gets a build property value for the given name in all build configurations for the specified target(s). If a property has multiple values they are delimited by a space. |
GetBuildPropertyForConfig | Gets a build property value for the given name in the specified build configuration(s). If a property has multiple values they are delimited by a space. |
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. |
GetEntitlementFilePathForTarget | Returns the relative path to the entitlement file for the specified build target. |
GetFrameworksBuildPhaseByTarget | Returns the GUID of frameworks build phase for the given target. |
GetHeadersBuildPhaseByTarget | Returns the GUID of headers build phase (PBXHeadersBuildPhase) for the given target. |
GetResourcesBuildPhaseByTarget | Returns the GUID of resources build phase for the given target. |
GetShellScriptBuildPhaseForTarget | Returns the GUID of matching copy shell script 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. |
GetUnityFrameworkTargetGuid | Returns GUID of the framework target in Unity project. |
GetUnityMainTargetGuid | Returns GUID of the main target in Unity project. |
InsertCopyFilesBuildPhase | Creates a new copy files build phase for given target. |
InsertShellScriptBuildPhase | Creates a new shell script build phase for given 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. |
ReplaceFile | Replaces the file with given GUID with the specified file. |
SetBaseReferenceForConfig | Sets the base configuration reference for the specified build configuration. |
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. |
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. |