Created
August 17, 2016 05:59
-
-
Save marchbold/9e9502bc797cfbf55f1a56ddbecafbf3 to your computer and use it in GitHub Desktop.
iCloud entitlements for using document storage in iCloud containers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iPhone> | |
<InfoAdditions><![CDATA[ | |
<key>UIDeviceFamily</key> | |
<array> | |
<string>1</string> | |
<string>2</string> | |
</array> | |
]]></InfoAdditions> | |
<requestedDisplayResolution>high</requestedDisplayResolution> | |
<Entitlements> | |
<![CDATA[ | |
<!-- ICLOUD DOCUMENT CONTAINER ENTITLEMENTS --> | |
<key>com.apple.developer.ubiquity-container-identifiers</key> | |
<array> | |
<string>ICLOUD_CONTAINER_ID</string> | |
</array> | |
<!-- ICLOUD KEY VALUE STORE ENTITLEMENTS --> | |
<key>com.apple.developer.ubiquity-kvstore-identifier</key> | |
<string>KVSTORE_ID</string> | |
]]> | |
</Entitlements> | |
</iPhone> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment