Funciones Públicas
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).
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.
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.
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.
ContainsFramework Checks whether the given system framework is a dependency of a target.
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.
ReadFromFile Reads the project from a file identified by the given path.
RemoveBuildConfig Removes all build configurations with the given name from all targets in the project.
SetBuildProperty Sets a build property to the given value in all build configurations for the specified target(s).
SetTeamId Set the Team ID of an Xcode project.
UpdateBuildProperty Adds and removes values from build property in all build configurations for the specified target(s).
WriteToFile Writes the project contents to the specified file.
WriteToStream Writes the project contents to the specified text writer.