iOSClient.entitlements 840 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>aps-environment</key>
  6. <string>development</string>
  7. <key>com.apple.developer.icloud-container-identifiers</key>
  8. <array>
  9. <string>iCloud.$(CFBundleIdentifier)</string>
  10. </array>
  11. <key>com.apple.developer.icloud-services</key>
  12. <array>
  13. <string>CloudDocuments</string>
  14. </array>
  15. <key>com.apple.developer.ubiquity-container-identifiers</key>
  16. <array>
  17. <string>iCloud.$(CFBundleIdentifier)</string>
  18. </array>
  19. <key>com.apple.security.application-groups</key>
  20. <array>
  21. <string>group.it.twsweb.Crypto-Cloud</string>
  22. </array>
  23. <key>keychain-access-groups</key>
  24. <array>
  25. <string>$(AppIdentifierPrefix)it.twsweb.Crypto-Cloud</string>
  26. </array>
  27. </dict>
  28. </plist>