api / org.gradle.ide.xcode / XcodeRootExtension

XcodeRootExtension

@Incubating interface XcodeRootExtension : XcodeExtension

The configuration for mapping a C++ or Swift project to XCode project and workspace.

Since
4.7

Functions

getWorkspace

abstract fun getWorkspace(): XcodeWorkspace

Returns the generated Xcode workspace for this Gradle build.

Inherited Functions

getProject

abstract fun getProject(): XcodeProject

Returns the generated Xcode project for this Gradle project.

Extension Properties

ext

val XcodeRootExtension.ext: ExtraPropertiesExtension

Retrieves the ext extension.

Extension Functions

ext

fun XcodeRootExtension.ext(configure: ExtraPropertiesExtension.() -> Unit): Unit

Configures the ext extension.