com.madvay.tools.build.mixc
Owner: Advay Mengle
Simple execution of Xcode iOS/Mac OS X builds in Gradle projects.
https://madvay.com/source/mixc-build
Sources: https://github.com/madvay/mixc-build
Version 0.1.4-alpha (latest)
0.1.4-alpha
Created 24 August 2015.
Simple execution of Xcode iOS/Mac OS X builds in Gradle projects.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.madvay.tools.build.mixc") version "0.1.4-alpha"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.madvay.tools.build:mixc:0.1.4-alpha") } } apply(plugin = "com.madvay.tools.build.mixc")
- Applying plugins to all subprojects .