org.openbakery.xcode-plugin
Owner: René Pirringer
A gradle plugin for building Xcode projects!
Sources: https://github.com/openbakery/gradle-xcodePlugin
Version 0.15.2
0.15.2
Created 24 January 2018.
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.15.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.openbakery:plugin:0.15.2") } } apply(plugin = "org.openbakery.xcode-plugin")
- Applying plugins to all subprojects .