public interface XcodeIdeWorkspace extends IdeWorkspace<XcodeIdeProjectReference>
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
Modifier and Type | Method and Description |
---|---|
Provider<FileSystemLocation> |
getLocation()
Returns the location of the generated workspace.
|
SetProperty<XcodeIdeProjectReference> |
getProjects()
Returns Xcode projects to include in the workspace.
|
getDisplayName
SetProperty<XcodeIdeProjectReference> getProjects()
getProjects
in interface IdeWorkspace<XcodeIdeProjectReference>
Provider<FileSystemLocation> getLocation()
${project.projectDir}/${project.name}.xcworkspace.
getLocation
in interface IdeWorkspace<XcodeIdeProjectReference>