updates
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>146</string>
|
||||
<string>149</string>
|
||||
<key>CFBundleIconName</key>
|
||||
<string>AppIcon</string>
|
||||
<key>MinimumOSVersion</key>
|
||||
@@ -51,16 +51,11 @@
|
||||
<true />
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
<array>
|
||||
<string>UIInterfaceOrientationPortrait</string>
|
||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||
</array>
|
||||
<key>UISupportedInterfaceOrientations~ipad</key>
|
||||
<array>
|
||||
<string>UIInterfaceOrientationPortrait</string>
|
||||
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||
</array>
|
||||
<key>ITSAppUsesNonExemptEncryption</key><false/>
|
||||
</dict>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -41,7 +41,6 @@ public class IOSLauncher extends IOSApplication.Delegate {
|
||||
IOSApplicationConfiguration config = new IOSApplicationConfiguration();
|
||||
// config.colorFormat = GLKViewDrawableColorFormat.SRGBA8888;
|
||||
// config.depthFormat = GLKViewDrawableDepthFormat._24;
|
||||
config.orientationPortrait = true;
|
||||
config.orientationLandscape = true;
|
||||
config.preferredFramesPerSecond = 30;
|
||||
config.useAccelerometer=false;
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
xcrun altool --validate-app -f tickstales/tickstales.ipa -u bryce@brycecovertoperations.com
|
||||
xcrun altool --upload-app -f tickstales/tickstales.ipa -u bryce@brycecovertoperations.com
|
||||
# password is generated here: https://appleid.apple.com/account/manage
|
||||
xcrun altool --validate-app -f tickstales/tickstales.ipa -u bryce@brycecovertoperations.com -p xcxp-nqhd-qgja-hqhj
|
||||
xcrun altool --upload-app -f tickstales/tickstales.ipa -u bryce@brycecovertoperations.com -p xcxp-nqhd-qgja-hqhj
|
||||
|
||||
Reference in New Issue
Block a user