org.gradle.language.objectivec.plugins
[Groovy] Class ObjectiveCLangPlugin
java.lang.Object
org.gradle.language.objectivec.plugins.ObjectiveCLangPlugin
- All Implemented Interfaces:
- Plugin
@Incubating
class ObjectiveCLangPlugin
Adds core Objective-C language support.
- For any FunctionalSourceSet, adds a conventional ObjectiveCSourceSet called 'objectiveC'.
- Establishes a convention for all ObjectiveCSourceSets so that sources are located in 'src//objectiveC' and
headers are located in 'src//headers'.
-
ObjectiveCLangPlugin
@Inject
ObjectiveCLangPlugin(Instantiator instantiator)
-
apply
void apply(ProjectInternal project)
-
Gradle API 1.12