Hiyd ShoesDebug.entitlements 561 B

1234567891011121314151617181920
  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.healthkit</key>
  12. <true/>
  13. <key>com.apple.developer.healthkit.access</key>
  14. <array/>
  15. <key>com.apple.security.application-groups</key>
  16. <array>
  17. <string>group.com.Oujia.AppAndGame</string>
  18. </array>
  19. </dict>
  20. </plist>