Skip to content

Commit 30cb522

Browse files
stuartmorgan-gandroidseb
authored andcommitted
[ci] Re-enable macOS sandboxing (flutter#8293)
Revert "Disable sandboxing directly for macOS tests (flutter#6880)", commit 4a178f1, now that the `flutter`-level changes have reached `stable`. Fixes flutter/flutter#149844
1 parent ebf99df commit 30cb522

File tree

30 files changed

+30
-60
lines changed

30 files changed

+30
-60
lines changed

packages/flutter_image/example/macos/Runner/DebugProfile.entitlements

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>com.apple.security.app-sandbox</key>
6-
<!-- TODO(vashworth): Re-enable sandboxing once https://github.com/flutter/flutter/pull/149618 lands in stable and stable version is updated. -->
7-
<false/>
6+
<true/>
87
<key>com.apple.security.cs.allow-jit</key>
98
<true/>
109
<key>com.apple.security.network.server</key>

packages/flutter_image/example/macos/Runner/Release.entitlements

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<key>com.apple.security.network.client</key>
66
<true/>
77
<key>com.apple.security.app-sandbox</key>
8-
<!-- TODO(vashworth): Re-enable sandboxing once https://github.com/flutter/flutter/pull/149618 lands in stable and stable version is updated. -->
9-
<false/>
8+
<true/>
109
</dict>
1110
</plist>

packages/google_sign_in/google_sign_in/example/macos/Runner/DebugProfile.entitlements

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>com.apple.security.app-sandbox</key>
6-
<!-- TODO(vashworth): Re-enable sandboxing once https://github.com/flutter/flutter/pull/149618 lands in stable and stable version is updated. -->
7-
<false/>
6+
<true/>
87
<key>com.apple.security.cs.allow-jit</key>
98
<true/>
109
<key>com.apple.security.network.server</key>

packages/google_sign_in/google_sign_in/example/macos/Runner/Release.entitlements

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<plist version="1.0">
44
<dict>
55
<key>com.apple.security.app-sandbox</key>
6-
<!-- TODO(vashworth): Re-enable sandboxing once https://github.com/flutter/flutter/pull/149618 lands in stable and stable version is updated. -->
7-
<false/>
6+
<true/>
87
</dict>
98
</plist>

packages/google_sign_in/google_sign_in_ios/example/macos/Runner/DebugProfile.entitlements

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>com.apple.security.app-sandbox</key>
6-
<!-- TODO(vashworth): Re-enable sandboxing once https://github.com/flutter/flutter/pull/149618 lands in stable and stable version is updated. -->
7-
<false/>
6+
<true/>
87
<key>com.apple.security.cs.allow-jit</key>
98
<true/>
109
<key>com.apple.security.network.server</key>

packages/google_sign_in/google_sign_in_ios/example/macos/Runner/Release.entitlements

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<plist version="1.0">
44
<dict>
55
<key>com.apple.security.app-sandbox</key>
6-
<!-- TODO(vashworth): Re-enable sandboxing once https://github.com/flutter/flutter/pull/149618 lands in stable and stable version is updated. -->
7-
<false/>
6+
<true/>
87
</dict>
98
</plist>

packages/image_picker/image_picker/example/macos/Runner/DebugProfile.entitlements

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>com.apple.security.app-sandbox</key>
6-
<!-- TODO(vashworth): Re-enable sandboxing once https://github.com/flutter/flutter/pull/149618 lands in stable and stable version is updated. -->
7-
<false/>
6+
<true/>
87
<key>com.apple.security.cs.allow-jit</key>
98
<true/>
109
<key>com.apple.security.network.server</key>

packages/image_picker/image_picker/example/macos/Runner/Release.entitlements

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>com.apple.security.app-sandbox</key>
6-
<!-- TODO(vashworth): Re-enable sandboxing once https://github.com/flutter/flutter/pull/149618 lands in stable and stable version is updated. -->
7-
<false/>
6+
<true/>
87
<key>com.apple.security.files.user-selected.read-only</key>
98
<true/>
109
</dict>

packages/in_app_purchase/in_app_purchase/example/macos/Runner/DebugProfile.entitlements

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>com.apple.security.app-sandbox</key>
6-
<!-- TODO(vashworth): Re-enable sandboxing once https://github.com/flutter/flutter/pull/149618 lands in stable and stable version is updated. -->
7-
<false/>
6+
<true/>
87
<key>com.apple.security.cs.allow-jit</key>
98
<true/>
109
<key>com.apple.security.network.server</key>

packages/in_app_purchase/in_app_purchase/example/macos/Runner/Release.entitlements

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<plist version="1.0">
44
<dict>
55
<key>com.apple.security.app-sandbox</key>
6-
<!-- TODO(vashworth): Re-enable sandboxing once https://github.com/flutter/flutter/pull/149618 lands in stable and stable version is updated. -->
7-
<false/>
6+
<true/>
87
</dict>
98
</plist>

0 commit comments

Comments
 (0)