This commit is contained in:
Anuken
2021-03-29 19:05:55 -04:00
parent 70bcb0a940
commit 5a493ebf0e
2 changed files with 2 additions and 2 deletions

View File

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