mirror of
https://github.com/flutter/packages.git
synced 2025-06-27 21:28:33 +08:00
[rfw] fix macos debug entitlements for wasm example (#2958)
* [rfw] fix macos debug entitlements * [rfw] fix macos release entitlements --------- Co-authored-by: Damian Bast <me@damianbast.com>
This commit is contained in:
@ -8,5 +8,7 @@
|
||||
<true/>
|
||||
<key>com.apple.security.network.server</key>
|
||||
<true/>
|
||||
<key>com.apple.security.network.client</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -4,5 +4,7 @@
|
||||
<dict>
|
||||
<key>com.apple.security.app-sandbox</key>
|
||||
<true/>
|
||||
<key>com.apple.security.network.client</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
Reference in New Issue
Block a user