Skip to content

Commit e7a3be3

Browse files
committed
fix(flavors): add unsigned executable entitlement to macOS app
1 parent 22dde45 commit e7a3be3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

flavors/macos/Runner/Release.entitlements

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<dict>
55
<key>com.apple.security.app-sandbox</key>
66
<true/>
7+
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
8+
<true/>
79
<key>com.apple.security.network.client</key>
810
<true/>
911
</dict>

0 commit comments

Comments
 (0)