flutter/examples/hello_world/macos/Runner/DebugProfile.entitlements
Loïc Sharma f11fbbafca
[macOS] Fix the run_debug_test_macos on arm64 (#117250)
* [macOS] Fix the run_debug_test_macos on arm64

* DO NOT MERGE - Test in presubmit

* Revert "DO NOT MERGE - Test in presubmit"

This reverts commit c83dc28470.
2022-12-27 19:16:19 +00:00

11 lines
296 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>