Skip to content

Commit

Permalink
update entitlements to allow socket usage via application group
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Jun Kit committed Oct 8, 2021
1 parent c228c2a commit daa6459
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Spottie.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>YW4H592L4M.ljk.spottie</string>
</array>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>

0 comments on commit daa6459

Please sign in to comment.