GenerateXcodeProjectFileTask

Note: This class is incubating and may change in a future version of Gradle.

Task for generating a Xcode project file (e.g. Foo.xcodeproj/project.pbxproj). A project contains all the elements used to build your products and maintains the relationships between those elements. It contains one or more targets, which specify how to build products. A project defines default build settings for all the targets in the project (each target can also specify its own build settings, which override the project build settings).

Properties

PropertyDescription
inputFile

The input file to load the initial configuration from. Defaults to the output file. If the specified input file does not exist, this task uses some default initial configuration.

outputFile

The output file to write the final configuration to.

Methods

No methods

Script blocks

No script blocks

Property details

File inputFile

The input file to load the initial configuration from. Defaults to the output file. If the specified input file does not exist, this task uses some default initial configuration.

File outputFile

The output file to write the final configuration to.