Skip to content

Commit

Permalink
CloudKit entitlement fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Aug 19, 2020
1 parent c630280 commit 0270bf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ios/Entitlements.plist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.icloud-container-environment</key>
<array>
<string>Production</string>
</array>
<key>com.apple.developer.icloud-container-identifiers</key>
<array>
<string>iCloud.org.opensource.lightblocks</string>
Expand Down
2 changes: 1 addition & 1 deletion ios/robovm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<arch>thumbv7</arch>
<target>ios</target>
<iosInfoPList>Info.plist.xml</iosInfoPList>
<iosEntitlementsPList>Entitlements.plist</iosEntitlementsPList>
<iosEntitlementsPList>Entitlements.plist.xml</iosEntitlementsPList>
<resources>
<resource>
<directory>../android/assets</directory>
Expand Down

0 comments on commit 0270bf1

Please sign in to comment.