feat: enable macOS sandbox internet client network access and configure flutter_launcher_icons with premium generated app icon

This commit is contained in:
Hamza-Ayed
2026-05-18 17:51:37 +03:00
parent a64725397e
commit cb4b423304
5 changed files with 14 additions and 2 deletions

View File

@@ -8,5 +8,7 @@
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>

View File

@@ -4,5 +4,7 @@
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>