Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 5e6f020

Browse files
#420 found no keychain client entitlements" after upgrade
1 parent 1b3b44f commit 5e6f020

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

platforms/ios/app.entitlements

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
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>com.apple.keystore.access-keychain-keys</key>
6+
<true/>
7+
<key>com.apple.keystore.device</key>
8+
<true/>
9+
</dict>
10+
</plist>

0 commit comments

Comments
 (0)