mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-09-22 13:01:12 +03:00
iOS fixes 2
This commit is contained in:
@@ -57,17 +57,15 @@ tasks.register('copyNatives'){
|
||||
}
|
||||
|
||||
tasks.register('deploy'){
|
||||
if(System.getProperty("os.name").contains("Mac")) dependsOn copyAssets
|
||||
dependsOn createIPA
|
||||
}
|
||||
|
||||
//must pack before deployment, as iOS never has the latest sprites.
|
||||
copyAssets.dependsOn ":tools:pack"
|
||||
copyAssets.dependsOn copyNatives
|
||||
launchIPhoneSimulator.dependsOn build
|
||||
launchIPadSimulator.dependsOn build
|
||||
launchIOSDevice.dependsOn build
|
||||
createIPA.dependsOn build
|
||||
createIPA.dependsOn copyNatives
|
||||
createIPA.dependsOn "tools:pack"
|
||||
|
||||
robovm{
|
||||
archs = "arm64"
|
||||
|
||||
Reference in New Issue
Block a user