1234567891011121314151617181920 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>aps-environment</key>
- <string>development</string>
- <key>com.apple.developer.applesignin</key>
- <array>
- <string>Default</string>
- </array>
- <key>com.apple.developer.healthkit</key>
- <true/>
- <key>com.apple.developer.healthkit.access</key>
- <array/>
- <key>com.apple.security.application-groups</key>
- <array>
- <string>group.com.Oujia.AppAndGame</string>
- </array>
- </dict>
- </plist>
|