diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2016-01-27 21:41:59 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2016-01-27 22:26:28 +0100 |
commit | 06e9e269c1eecb21a2c61d9bd6f2c1e43049fa55 (patch) | |
tree | 761f95994f0fe4d091a6822ff78a7f58957578ab /build.gradle | |
parent | e01fdfee49867fffb8db66964130915186b81cea (diff) | |
download | RustAndDust-06e9e269c1eecb21a2c61d9bd6f2c1e43049fa55.zip RustAndDust-06e9e269c1eecb21a2c61d9bd6f2c1e43049fa55.tar.gz |
remove project ios
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/build.gradle b/build.gradle index d32b8dd..e370db6 100644 --- a/build.gradle +++ b/build.gradle @@ -64,21 +64,6 @@ project(":android") { } } -project(":ios") { - apply plugin: "java" - apply plugin: "robovm" - - configurations { natives } - - dependencies { - compile project(":core") - compile "org.robovm:robovm-rt:${roboVMVersion}" - compile "org.robovm:robovm-cocoatouch:${roboVMVersion}" - compile "com.badlogicgames.gdx:gdx-backend-robovm:$gdxVersion" - natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-ios" - } -} - project(":html") { apply plugin: "gwt" apply plugin: "war" |