org.gradle.nativebinaries.language.objectivec.plugins
[Groovy] Class ObjectiveCNativeBinariesPlugin
java.lang.Object
org.gradle.nativebinaries.language.objectivec.plugins.ObjectiveCNativeBinariesPlugin
- All Implemented Interfaces:
- Plugin
@Incubating
class ObjectiveCNativeBinariesPlugin
A plugin for projects wishing to build native binary components from Objective-C sources.
Automatically includes the ObjectiveCLangPlugin for core Objective-C support and the NativeBinariesPlugin for native binary support.
Creates a ObjectiveCCompile task for each ObjectiveCSourceSet to compile the Objective-C sources.
apply
void apply(ProjectInternal project)
-
Gradle API 1.12