Update entitlements so that we are always test uses production
This commit is contained in:
parent
bf6e4b5bf3
commit
9f446b05fc
@ -3,7 +3,9 @@
|
|||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>com.apple.developer.aps-environment</key>
|
<key>com.apple.developer.aps-environment</key>
|
||||||
<string>development</string>
|
<string>Production</string>
|
||||||
|
<key>com.apple.developer.icloud-container-environment</key>
|
||||||
|
<string>Production</string>
|
||||||
<key>com.apple.developer.icloud-container-identifiers</key>
|
<key>com.apple.developer.icloud-container-identifiers</key>
|
||||||
<array>
|
<array>
|
||||||
<string>iCloud.$(ORGANIZATION_IDENTIFIER).NetNewsWire</string>
|
<string>iCloud.$(ORGANIZATION_IDENTIFIER).NetNewsWire</string>
|
||||||
|
@ -3,7 +3,9 @@
|
|||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>aps-environment</key>
|
<key>aps-environment</key>
|
||||||
<string>development</string>
|
<string>Production</string>
|
||||||
|
<key>com.apple.developer.icloud-container-environment</key>
|
||||||
|
<string>Production</string>
|
||||||
<key>com.apple.developer.icloud-container-identifiers</key>
|
<key>com.apple.developer.icloud-container-identifiers</key>
|
||||||
<array>
|
<array>
|
||||||
<string>iCloud.$(ORGANIZATION_IDENTIFIER).NetNewsWire</string>
|
<string>iCloud.$(ORGANIZATION_IDENTIFIER).NetNewsWire</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user