org.openbakery.xcode-plugin
Owner: René Pirringer
A gradle plugin for building Xcode projects!
Sources: https://github.com/openbakery/gradle-xcodePlugin
Version 0.11.1
0.11.1
Created 07 May 2015.
A gradle plugin for building Xcode projects!
Add this plugin to your build using the plugins DSL:
plugins {
id("org.openbakery.xcode-plugin") version "0.11.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.openbakery:xcode-plugin:0.11.1") } } apply(plugin = "org.openbakery.xcode-plugin")
- Applying plugins to all subprojects .