泰德信源.entitlements 942 B

12345678910111213141516171819202122232425262728293031
  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.applesignin</key>
  8. <array>
  9. <string>Default</string>
  10. </array>
  11. <key>com.apple.developer.associated-domains</key>
  12. <array>
  13. <string>applinks:apk.tederen.com</string>
  14. </array>
  15. <key>com.apple.developer.icloud-container-identifiers</key>
  16. <array>
  17. <string>iCloud.com.tedehezhong.smartRhino</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.com.tedehezhong.smartRhino</string>
  26. </array>
  27. <key>com.apple.developer.ubiquity-kvstore-identifier</key>
  28. <string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
  29. </dict>
  30. </plist>