Skip to content

Commit b2b7a8e

Browse files
committed
just need the file i guess
1 parent 83a7271 commit b2b7a8e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ios/Sample/Sample.entitlements

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>keychain-access-groups</key>
6-
<array>
7-
<string>$(AppIdentifierPrefix)org.reactjs.native.example.Sample</string>
8-
</array>
5+
<key>aps-environment</key>
6+
<string>development</string>
97
</dict>
108
</plist>

0 commit comments

Comments
 (0)