2019-09-19 07:08:34 +02: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>
|
2020-03-21 08:34:34 +01:00
|
|
|
<key>aps-environment</key>
|
2021-01-13 22:18:30 +01:00
|
|
|
<string>Production</string>
|
|
|
|
<key>com.apple.developer.icloud-container-environment</key>
|
|
|
|
<string>Production</string>
|
2020-03-21 08:34:34 +01:00
|
|
|
<key>com.apple.developer.icloud-container-identifiers</key>
|
|
|
|
<array>
|
2020-03-22 02:53:21 +01:00
|
|
|
<string>iCloud.$(ORGANIZATION_IDENTIFIER).NetNewsWire</string>
|
2020-03-21 08:34:34 +01:00
|
|
|
</array>
|
|
|
|
<key>com.apple.developer.icloud-services</key>
|
|
|
|
<array>
|
|
|
|
<string>CloudKit</string>
|
|
|
|
</array>
|
2019-09-19 07:08:34 +02:00
|
|
|
<key>com.apple.security.application-groups</key>
|
|
|
|
<array>
|
2019-10-19 20:59:25 +02:00
|
|
|
<string>group.$(ORGANIZATION_IDENTIFIER).NetNewsWire.iOS</string>
|
2019-09-19 07:08:34 +02:00
|
|
|
</array>
|
2019-09-22 23:00:06 +02:00
|
|
|
<key>keychain-access-groups</key>
|
|
|
|
<array>
|
|
|
|
<string>$(AppIdentifierPrefix)$(ORGANIZATION_IDENTIFIER).NetNewsWire.iOS</string>
|
|
|
|
</array>
|
2019-09-19 07:08:34 +02:00
|
|
|
</dict>
|
|
|
|
</plist>
|