Skip to content

Commit

Permalink
build: adding network permission to release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanYuuki authored Nov 30, 2024
1 parent fae0067 commit 55af12e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions macos/Runner/Release.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>

</dict>
</plist>

0 comments on commit 55af12e

Please sign in to comment.