RunnerProfile.entitlements 750 B

12345678910111213141516171819202122232425
  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:v3bhd.share2dlink.com</string>
  14. <string>applinks:v3bhd.share2dlink.com/qq_conn/1110701531</string>
  15. </array>
  16. <key>com.apple.developer.healthkit</key>
  17. <true/>
  18. <key>com.apple.developer.healthkit.access</key>
  19. <array/>
  20. <key>com.apple.security.application-groups</key>
  21. <array>
  22. <string>group.com.Oujia.AppAndGame</string>
  23. </array>
  24. </dict>
  25. </plist>