Skip to content

Commit

Permalink
Merge pull request #126 from ably-labs/fix-mac-example-app
Browse files Browse the repository at this point in the history
Fix example app on Mac
  • Loading branch information
lawrence-forooghian authored Nov 19, 2024
2 parents 435af70 + 27382e0 commit e466c2e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Example/AblyChatExample/AblyChatExample.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
<!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.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>

0 comments on commit e466c2e

Please sign in to comment.