Skip to content

Commit

Permalink
enabling entitlements to access group
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-coffin authored and phillipthelen committed Sep 3, 2019
1 parent 51a80a1 commit acda12b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Habitica Intents/Habitica Intents.entitlements
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?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>com.apple.security.application-groups</key>
<array>
<string>group.chabitica.TasksSiri</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)com.chabitrpg.ios.Habitica</string>
</array>
</dict>
</plist>
4 changes: 4 additions & 0 deletions Habitica.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<string>development</string>
<key>com.apple.developer.siri</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>group.chabitica.TasksSiri</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)com.chabitrpg.ios.Habitica</string>
Expand Down

0 comments on commit acda12b

Please sign in to comment.