@Incubating public class ObjectiveCPlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
Automatically includes the ObjectiveCLangPlugin
for core Objective-C support and the NativeComponentPlugin
for native component support.
ObjectiveCCompile
task for each ObjectiveCSourceSet
to compile the Objective-C sources.コンストラクタと説明 |
---|
ObjectiveCPlugin() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
apply(org.gradle.api.internal.project.ProjectInternal project)
Apply this plugin to the given target object.
|