Skip to content

Commit 1dc75ac

Browse files
committed
Revert accidentally changed minimum supported OS values
1 parent 9ba4bfc commit 1dc75ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/starlark_tests/common.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ _min_os_ios = struct(
3333
app_intents_support = "16.0",
3434
appclip_support = "14.0",
3535
arm_sim_support = "14.0",
36-
baseline = "13.0",
36+
baseline = "12.0",
3737
concurrency_support = "13.0",
3838
icon_bundle_required = "26.0",
39-
oldest_supported = "12.0",
40-
nplus1 = "14.0",
39+
oldest_supported = "11.0",
40+
nplus1 = "13.0",
4141
stable_swift_abi = "12.2",
4242
widget_configuration_intents_support = "16.0",
4343
)

0 commit comments

Comments
 (0)