This commit is contained in:
Bryce Covert
2021-01-16 12:18:39 -08:00
parent 1fd7c36e87
commit f14f3a6735
53 changed files with 1222 additions and 2290 deletions

View File

@@ -1 +1,3 @@
lein do javac, compile && ~/dev/robovm-sdks/.robovm-sdks/robovm-2.3.3/bin/robovm -verbose -cp `lein cp` -config robovm.xml -provisioningprofile "TicksTales Test2" -cache tmp/my-cache -tmp tmp/tmp-dir -rvm:ms64M -signidentity "/iPhone Distribution/" -createipa -ipaarchs arm64 -entitlements Entitlements.plist
# you'll need to open the .mobileprovision file to add it to the right directory. Do the same with the cert. If it's expired,
# https://developer.apple.com/account/resources/profiles/add and create a distribution one with the signing identity
lein do javac, compile && ~/dev/robovm-sdks/.robovm-sdks/robovm-2.3.3/bin/robovm -verbose -cp `lein cp` -config robovm.xml -provisioningprofile "TicksTales - Release" -cache tmp/my-cache -tmp tmp/tmp-dir -rvm:ms64M -signidentity "/iPhone Distribution/" -createipa -ipaarchs arm64 -entitlements Entitlements.plist