Skip to content

Commit

Permalink
macos: add entitlements
Browse files Browse the repository at this point in the history
re #222
  • Loading branch information
bk138 committed Nov 9, 2024
1 parent 0bd572c commit 8564321
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions macos/MultiVNC.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.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>

0 comments on commit 8564321

Please sign in to comment.