MusicVideoPlus.entitlements 869 B

123456789101112131415161718192021222324252627282930
  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:shanyin.piaoquantv.com</string>
  14. </array>
  15. <key>com.apple.security.app-sandbox</key>
  16. <true/>
  17. <key>com.apple.security.device.audio-input</key>
  18. <true/>
  19. <key>com.apple.security.device.camera</key>
  20. <true/>
  21. <key>com.apple.security.network.client</key>
  22. <true/>
  23. <key>com.apple.security.personal-information.photos-library</key>
  24. <true/>
  25. <key>keychain-access-groups</key>
  26. <array>
  27. <string>$(AppIdentifierPrefix)com.piaoquan.shanyin</string>
  28. </array>
  29. </dict>
  30. </plist>