Xcode プロジェクト(pbxproj ファイル)
PBXProject | PBXProject クラスの新規インスタンスを作成します |
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 | 特定のコンパイラーフラグを加えて指定した target でビルドするためにファイルを設定します。 |
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 | ファイルのプロジェクトパスからプロジェクトにファイルが含まれているかを確認します。 |
ContainsFileByRealPath | ファイルの「物理的な」パスからファイルがプロジェクトに含まれているかを確認します。 |
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. |
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. |
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 | パスで指定されたファイルからプロジェクトを読み込みます。 |
ReadFromStream | TextReader からプロジェクトを読み込みます。 |
ReadFromString | 文字列からプロジェクトを読み込みます。 |
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 | プロジェクトからファイルを削除します。 |
RemoveFileFromBuild | 指定した 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 | 指定したターゲットにある、指定したファイルのコンパイル フラグを設定します。 |
SetTeamId | Set the Team ID of an Xcode project. |
TargetGuidByName | 名前からネイティブターゲットの GUID を取得します |
UpdateBuildProperty | 指定した target のすべてのビルド設定にあるビルドプロパティーから値を追加 / 削除します。 |
UpdateBuildPropertyForConfig | ビルド設定のビルドプロパティーから値を追加 / 削除します。 |
WriteToFile | 指定したファイルにプロジェクトの内容を書き込みます。 |
WriteToStream | 指定した TextWriter にプロジェクト内容を書き込みます。 |
WriteToString | プロジェクトの内容を文字列として取得します。 |
GetPBXProjectPath | Returns the path to PBX project in the given Unity build path. |
GetUnityTargetName | Returns the default main target name in Unity project. |
GetUnityTestTargetName | デフォルトのテスト ターゲット名を返します。 |
IsBuildable | Xcode によるビルドが可能な拡張子かどうかを確認します。 |
IsKnownExtension | PBXProject が判別できる拡張子かどうかを確認します。 |