commit | 43bbdd08e7210264df849c695292584dd5e4c3c1 | [log] [tgz] |
---|---|---|
author | godofredoc <godofredoc@google.com> | Tue Oct 19 15:33:02 2021 -0700 |
committer | GitHub <noreply@github.com> | Tue Oct 19 15:33:02 2021 -0700 |
tree | 830000d3e2b9d2dc77f0b7ed13c8160bc46020b6 | |
parent | 94999f708b4b28bbe31a23c6dce6ca814fc6da37 [diff] |
Remove sandbox entitlement to allow tests to run on big sur. (#92065)
diff --git a/dev/integration_tests/flutter_gallery/macos/Runner/DebugProfile.entitlements b/dev/integration_tests/flutter_gallery/macos/Runner/DebugProfile.entitlements index dddb8a3..4eac53f 100644 --- a/dev/integration_tests/flutter_gallery/macos/Runner/DebugProfile.entitlements +++ b/dev/integration_tests/flutter_gallery/macos/Runner/DebugProfile.entitlements
@@ -2,8 +2,6 @@ <!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.app-sandbox</key> - <true/> <key>com.apple.security.cs.allow-jit</key> <true/> <key>com.apple.security.network.server</key>