Class ObjectiveCPlugin
java.lang.Object
org.gradle.language.objectivec.plugins.ObjectiveCPlugin
@Incubating
@Deprecated
public abstract class ObjectiveCPlugin
extends Object
implements Plugin<Project>
Deprecated.
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 NativeComponentModelPlugin for native component support.
- Creates a
ObjectiveCCompiletask for eachObjectiveCSourceSetto compile the Objective-C sources.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ObjectiveCPlugin
public ObjectiveCPlugin()Deprecated.
-
-
Method Details
-
apply
-
cpp-application,cpp-library,swift-application,swift-library,xctest) instead.