some scripts for use.

This commit is contained in:
Bryce Covert
2018-03-10 07:14:19 -08:00
parent 54cbe5ac63
commit ec1f9e1b2f
2 changed files with 2 additions and 0 deletions

1
ios/build-release.sh Executable file
View File

@@ -0,0 +1 @@
lein do javac, compile && ~/.robovm-sdks/robovm-2.3.3/bin/robovm -verbose -cp `lein cp` -config robovm.xml -provisioningprofile "Bryce TT app store 2" -cache tmp/my-cache -tmp tmp/tmp-dir -rvm:ms64M -signidentity "/iPhone Distribution/" -createipa

1
ios/run-local.sh Normal file
View File

@@ -0,0 +1 @@
~/.robovm-sdks/robovm-2.3.3/bin/robovm -verbose -cp `lein cp` -config robovm.xml -provisioningprofile "Bryce TT iOS - new" -run -cache tmp/my-cache -tmp ~/dev/advent/ios/tmp/tmp-dir -dump-intermediates -rvm:ms64M -debug -arch x86_64