Package org.gradle.ide.xcode.plugins
Class XcodePlugin
java.lang.Object
org.gradle.plugins.ide.internal.IdePlugin
org.gradle.ide.xcode.plugins.XcodePlugin
public abstract class XcodePlugin
extends org.gradle.plugins.ide.internal.IdePlugin
A plugin for creating a XCode project for a gradle project.
- Since:
- 4.2
-
Field Summary
Fields inherited from class org.gradle.plugins.ide.internal.IdePlugin
project
-
Constructor Summary
ConstructorDescriptionXcodePlugin
(org.gradle.ide.xcode.internal.xcodeproj.GidGenerator gidGenerator, ObjectFactory objectFactory, org.gradle.plugins.ide.internal.IdeArtifactRegistry artifactRegistry) -
Method Summary
Methods inherited from class org.gradle.plugins.ide.internal.IdePlugin
addWorker, addWorker, addWorker, addWorker, addWorkspace, apply, cleanName, dependsOn, dependsOn, getCleanTask, getExecOperations, getLifecycleTask, isRoot, toGradleCommand, withDescription
-
Constructor Details
-
XcodePlugin
@Inject public XcodePlugin(org.gradle.ide.xcode.internal.xcodeproj.GidGenerator gidGenerator, ObjectFactory objectFactory, org.gradle.plugins.ide.internal.IdeArtifactRegistry artifactRegistry)
-
-
Method Details
-
getLifecycleTaskName
- Specified by:
getLifecycleTaskName
in classorg.gradle.plugins.ide.internal.IdePlugin
-
onApply
- Overrides:
onApply
in classorg.gradle.plugins.ide.internal.IdePlugin
-