Class ObjectiveCPlugin
- java.lang.Object
-
- org.gradle.language.objectivec.plugins.ObjectiveCPlugin
-
@Incubating public abstract class ObjectiveCPlugin extends java.lang.Object implements Plugin<Project>
A plugin for projects wishing to build native binary components from Objective-C sources.Automatically includes the
ObjectiveCLangPlugin
for core Objective-C support and theNativeComponentPlugin
for native component support.- Creates a
ObjectiveCCompile
task for eachObjectiveCSourceSet
to compile the Objective-C sources.
- Creates a
-
-
Constructor Summary
Constructors Constructor Description ObjectiveCPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-