Skip to content

Commit f11fbba

Browse files
authored
[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 c83dc2847065433ea0eae9573844401b88f909fa.
1 parent 1c273fb commit f11fbba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/hello_world/macos/Runner/DebugProfile.entitlements

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>com.apple.security.app-sandbox</key>
6-
<true/>
75
<key>com.apple.security.cs.allow-jit</key>
86
<true/>
97
<key>com.apple.security.network.server</key>

0 commit comments

Comments
 (0)