Generate Xcode Project File Task
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).
Since
4.2
See also
Properties
The extra properties extension in this object's extension container.
Functions
Looks up a service provided by Gradle for use in this task.
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.Task.service.
Returns the extension of the specified type.
Returns the extension of the specified extensionType.