Removed atlas outputs

This commit is contained in:
Anuken
2020-12-15 15:24:09 -05:00
parent 6ab96e2787
commit 47e321f57d
21 changed files with 27 additions and 48830 deletions

View File

@@ -22,6 +22,8 @@ task deploy{
dependsOn createIPA
}
//must pack before deployment, as iOS does never has the latest sprites.
copyAssets.dependsOn ":tools:pack"
launchIPhoneSimulator.dependsOn build
launchIPadSimulator.dependsOn build
launchIOSDevice.dependsOn build