4 lines
556 B
Bash
Executable File
4 lines
556 B
Bash
Executable File
# 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
|