copyNatives before iOS copyAssets

This commit is contained in:
Anuken 2021-03-30 10:42:51 -04:00
parent 2096d006be
commit aaa41fbf72
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=c3e170325ca836f1939653ffbc01e76de9c6eb35
archash=8bbe80acf688567b55aa549bf19d6aa76b2a0796

View File

@ -34,6 +34,7 @@ task deploy{
//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