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