copyNatives before iOS copyAssets
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||||
archash=c3e170325ca836f1939653ffbc01e76de9c6eb35
|
archash=8bbe80acf688567b55aa549bf19d6aa76b2a0796
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ task deploy{
|
|||||||
|
|
||||||
//must pack before deployment, as iOS never has the latest sprites.
|
//must pack before deployment, as iOS never has the latest sprites.
|
||||||
copyAssets.dependsOn ":tools:pack"
|
copyAssets.dependsOn ":tools:pack"
|
||||||
|
copyAssets.dependsOn copyNatives
|
||||||
launchIPhoneSimulator.dependsOn build
|
launchIPhoneSimulator.dependsOn build
|
||||||
launchIPadSimulator.dependsOn build
|
launchIPadSimulator.dependsOn build
|
||||||
launchIOSDevice.dependsOn build
|
launchIOSDevice.dependsOn build
|
||||||
|
|||||||
Reference in New Issue
Block a user