Class ObjectiveCPlugin

java.lang.Object
org.gradle.language.objectivec.plugins.ObjectiveCPlugin
All Implemented Interfaces:
Plugin<Project>

@Incubating public class ObjectiveCPlugin extends 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 the NativeComponentPlugin for native component support.

  • Constructor Details

    • ObjectiveCPlugin

      public ObjectiveCPlugin()
  • Method Details

    • apply

      public void apply(Project project)
      Description copied from interface: Plugin
      Apply this plugin to the given target object.
      Specified by:
      apply in interface Plugin<Project>
      Parameters:
      project - The target object