iOSClient.entitlements 889 B

1234567891011121314151617181920212223242526272829
  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.security.app-sandbox</key>
  8. <true/>
  9. <key>com.apple.security.application-groups</key>
  10. <array>
  11. <string>group.com.sharix.apps</string>
  12. <string>group.com.sharix.sxspace</string>
  13. </array>
  14. <key>com.apple.security.device.audio-input</key>
  15. <true/>
  16. <key>com.apple.security.device.camera</key>
  17. <true/>
  18. <key>com.apple.security.network.client</key>
  19. <true/>
  20. <key>com.apple.security.personal-information.location</key>
  21. <true/>
  22. <key>com.apple.security.personal-information.photos-library</key>
  23. <true/>
  24. <key>keychain-access-groups</key>
  25. <array>
  26. <string>$(AppIdentifierPrefix)com.sharix.sxspace.keychain</string>
  27. </array>
  28. </dict>
  29. </plist>