Skip to content

Commit

Permalink
fix: macos entitlements
Browse files Browse the repository at this point in the history
It fully works on macOS now!
  • Loading branch information
lishaduck committed Nov 21, 2023
1 parent 5f307f3 commit d8aedd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions macos/Runner/DebugProfile.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>
4 changes: 3 additions & 1 deletion macos/Runner/Release.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<true />
<key>com.apple.security.network.client</key>
<true />
</dict>
</plist>

0 comments on commit d8aedd4

Please sign in to comment.