Threema.entitlements 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  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>com.apple.developer.pushkit.unrestricted-voip</key>
  6. <true/>
  7. <key>aps-environment</key>
  8. <string>development</string>
  9. <key>com.apple.developer.associated-domains</key>
  10. <array>
  11. <string>applinks:threema.id</string>
  12. </array>
  13. <key>com.apple.developer.default-data-protection</key>
  14. <string>NSFileProtectionCompleteUntilFirstUserAuthentication</string>
  15. <key>com.apple.developer.icloud-container-identifiers</key>
  16. <array>
  17. <string>iCloud.$(CFBundleIdentifier)</string>
  18. </array>
  19. <key>com.apple.developer.icloud-services</key>
  20. <array>
  21. <string>CloudDocuments</string>
  22. </array>
  23. <key>com.apple.developer.ubiquity-container-identifiers</key>
  24. <array>
  25. <string>iCloud.$(CFBundleIdentifier)</string>
  26. </array>
  27. <key>com.apple.security.application-groups</key>
  28. <array>
  29. <string>group.ch.threema</string>
  30. </array>
  31. <key>keychain-access-groups</key>
  32. <array>
  33. <string>$(AppIdentifierPrefix)ch.threema.iapp</string>
  34. </array>
  35. </dict>
  36. </plist>