表示 Xcode 项目(pbxproj 文件)。
PBXProject | 创建 PBXProject 类的新实例。 |
AddBuildProperty | Adds a value to build property in all build configurations for the specified target(s). |
AddBuildPropertyForConfig | Adds a value to build property for the specific build configuration. |
AddFile | Adds file to the project. |
AddFileToBuild | Configures file for building for the given target. |
AddFileToBuildWithFlags | 将文件配置为针对具有特定编译器标志的给定目标进行构建。 |
AddFrameworkToProject | Adds a framework dependency for the specified target. |
BuildConfigByName | Returns the GUID of build configuration with the given name for the specific target. null is returned if such configuration does not exist. |
ContainsFileByProjectPath | 检查项目中是否包含具有给定项目路径的文件。 |
ContainsFileByRealPath | 检查项目中是否包含具有给定物理路径的文件。 |
FindFileGuidByProjectPath | Finds file GUID by project path. |
FindFileGuidByRealPath | Finds file GUID by physical path. |
GetCompileFlagsForFile | Returns compile flags set for the specific file. |
ReadFromFile | 从给定路径标识的文件中读取项目。 |
ReadFromStream | 从给定的文本阅读器中读取项目。 |
ReadFromString | 从给定的字符串中读取项目。 |
RemoveFile | 从项目中删除给定文件。 |
RemoveFileFromBuild | 从要针对给定目标构建的文件列表中删除给定文件。 |
RemoveFrameworkFromProject | Removes the given framework from the given target build. |
SetBuildProperty | Sets the build property to the given value in all build configurations for the specified targets. |
SetBuildPropertyForConfig | Sets the build property to the given value in the given build property. |
SetCompileFlagsForFile | 为给定目标中的给定文件设置编译标志。 |
TargetGuidByName | 返回具有给定名称的原生目标的 GUID。 |
UpdateBuildProperty | 在指定目标的所有构建配置中,添加和删除构建属性的值。 |
UpdateBuildPropertyForConfig | 在给定的构建配置中,添加和删除构建属性的值。 |
WriteToFile | 将项目内容写入指定文件。 |
WriteToStream | 将项目内容写入指定的文本写入器。 |
WriteToString | 将项目内容写入字符串。 |
GetPBXProjectPath | Returns the path to PBX project in the given build path. |
GetUnityTargetName | Returns the default app target name. |
GetUnityTestTargetName | 返回默认的测试目标名称。 |
IsBuildable | 检查具有给定扩展名的文件是否可以由 Xcode 创建。 |
IsKnownExtension | 检查 PBXProject 是否知道具有给定扩展名的文件。 |