Loop Follow.entitlements 1022 B

12345678910111213141516171819202122232425262728293031323334
  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.aps-environment</key>
  8. <string>development</string>
  9. <key>com.apple.developer.icloud-container-identifiers</key>
  10. <array>
  11. <string>iCloud.$(CFBundleIdentifier)</string>
  12. </array>
  13. <key>com.apple.developer.icloud-services</key>
  14. <array>
  15. <string>CloudDocuments</string>
  16. <string>CloudKit</string>
  17. </array>
  18. <key>com.apple.developer.ubiquity-container-identifiers</key>
  19. <array>
  20. <string>iCloud.$(CFBundleIdentifier)</string>
  21. </array>
  22. <key>com.apple.security.app-sandbox</key>
  23. <true/>
  24. <key>com.apple.security.device.bluetooth</key>
  25. <true/>
  26. <key>com.apple.security.network.client</key>
  27. <true/>
  28. <key>com.apple.security.personal-information.calendars</key>
  29. <true/>
  30. <key>com.apple.security.personal-information.photos-library</key>
  31. <true/>
  32. </dict>
  33. </plist>