XcodeIdeWorkspace
Contents
API Documentation: XcodeIdeWorkspace
Represents the generated Xcode IDE workspace.
A workspace is an Xcode document that groups projects and other documents so you can work on them together. A workspace can contain any number of Xcode projects, plus any other files you want to include. In addition to organizing all the files in each Xcode project, a workspace provides implicit and explicit relationships among the included projects and their targets.
—Xcode Workspace Concept
Methods
No methods.
Property Details
Provider<FileSystemLocation> location (read-only)
The location of the generated workspace. It defaults to
${project.projectDir}/${project.name}.xcworkspace
.
SetProperty<XcodeIdeProject> projects
Returns Xcode projects to include in the workspace.