ios fixes.
This commit is contained in:
18
ios/Entitlements.plist
Normal file
18
ios/Entitlements.plist
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>get-task-allow</key>
|
||||||
|
<true/>
|
||||||
|
<key>beta-reports-active</key>
|
||||||
|
<false/>
|
||||||
|
<key>application-identifier</key>
|
||||||
|
<string>AVDPGBD777.com.digitalbouncehouse.tickstales</string>
|
||||||
|
<key>keychain-access-groups</key>
|
||||||
|
<array>
|
||||||
|
<string>AVDPGBD777.*</string>
|
||||||
|
</array>
|
||||||
|
<key>com.apple.developer.team-identifier</key>
|
||||||
|
<string>AVDPGBD777</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
1
ios/build-debug.sh
Executable file
1
ios/build-debug.sh
Executable file
@@ -0,0 +1 @@
|
|||||||
|
lein do javac, compile && ~/Desktop/Advent/robovm-sdks/.robovm-sdks/robovm-2.3.3/bin/robovm -verbose -cp `lein cp` -config robovm.xml -provisioningprofile "TicksTales Dev" -cache tmp/my-cache -tmp tmp/tmp-dir -rvm:ms64M -createipa -ipaarchs arm64 -debug
|
||||||
Reference in New Issue
Block a user