Skip to content

Commit

Permalink
hopefully fixes issues with internet permissions on release builds, f…
Browse files Browse the repository at this point in the history
…ixes #2
  • Loading branch information
hjiangsu committed Jun 17, 2023
1 parent a0fe55c commit 08ca3a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:label="thunder"
android:name="${applicationName}"
Expand Down
2 changes: 2 additions & 0 deletions macos/Runner/Release.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>

0 comments on commit 08ca3a0

Please sign in to comment.