Skip to content

Commit

Permalink
Keychain sharing access entitlement
Browse files Browse the repository at this point in the history
Fixes an issue with UICKeyChain on iOS10 and the simulator
  • Loading branch information
Carlos Cabanero committed Oct 30, 2016
1 parent 10988ab commit 87c5852
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Blink/Blink.entitlements
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?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>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)Com.CarlosCabanero.Blink</string>
</array>
</dict>
</plist>

0 comments on commit 87c5852

Please sign in to comment.