We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a7271 commit b2b7a8eCopy full SHA for b2b7a8e
ios/Sample/Sample.entitlements
@@ -2,9 +2,7 @@
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>keychain-access-groups</key>
6
- <array>
7
- <string>$(AppIdentifierPrefix)org.reactjs.native.example.Sample</string>
8
- </array>
+ <key>aps-environment</key>
+ <string>development</string>
9
</dict>
10
</plist>
0 commit comments