pushdeer/ios/PushDeer-iOS/PushDeerClip/PushDeerClip.entitlements

25 lines
710 B
Plaintext
Raw Normal View History

2022-01-04 22:28:18 +08:00
<?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.associated-domains</key>
<array>
<string>appclips:vip.pushdeer.com</string>
</array>
2022-01-04 22:28:18 +08:00
<key>com.apple.developer.parent-application-identifiers</key>
<array>
<string>$(AppIdentifierPrefix)com.pushdeer.app.ios</string>
2022-01-04 22:28:18 +08:00
</array>
<key>com.apple.security.application-groups</key>
<array>
<string>group.com.pushdeer.app.ios</string>
</array>
2022-01-04 22:28:18 +08:00
</dict>
</plist>