net.wooga.build-unity-ios
Owner: Manne Endres
This plugin provides tasks for building exported iOS projects from Unity3D
https://wooga.github.io/atlas-build-unity-ios/
Sources: https://github.com/wooga/atlas-unity
Version 2.3.0
2.3.0
Created 06 February 2024.
ios build plugin for unity exported Xcode projects
Add this plugin to your build using the plugins DSL:
plugins {
id("net.wooga.build-unity-ios") version "2.3.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("net.wooga.gradle:build-unity-ios:2.3.0") } } apply(plugin = "net.wooga.build-unity-ios")
- Applying plugins to all subprojects .