Package org.gradle.ide.xcode
Interface XcodeRootExtension
- All Superinterfaces:
- XcodeExtension
The configuration for mapping a C++ or Swift project to XCode project and workspace.
- Since:
- 4.7
- 
Method SummaryModifier and TypeMethodDescriptionReturns the generated Xcode workspace for this Gradle build.Methods inherited from interface org.gradle.ide.xcode.XcodeExtensiongetProject
- 
Method Details- 
getWorkspaceXcodeWorkspace getWorkspace()Returns the generated Xcode workspace for this Gradle build.
 
-