Enable iCloud capability in order to use UIDocumentPickerViewController

This commit is contained in:
SBiOSoftWhare
2019-01-30 11:09:03 +01:00
parent 7be5870d9b
commit 403f82b221
+14
View File
@@ -12,8 +12,22 @@
<string>applinks:www.riot.im</string>
<string>webcredentials:riot.im</string>
</array>
<key>com.apple.developer.icloud-container-identifiers</key>
<array>
<string>iCloud.$(CFBundleIdentifier)</string>
</array>
<key>com.apple.developer.icloud-services</key>
<array>
<string>CloudDocuments</string>
</array>
<key>com.apple.developer.siri</key>
<true/>
<key>com.apple.developer.ubiquity-container-identifiers</key>
<array>
<string>iCloud.$(CFBundleIdentifier)</string>
</array>
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
<string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
<key>com.apple.security.application-groups</key>
<array>
<string>group.im.vector</string>