We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba4bfc commit 1dc75acCopy full SHA for 1dc75ac
test/starlark_tests/common.bzl
@@ -33,11 +33,11 @@ _min_os_ios = struct(
33
app_intents_support = "16.0",
34
appclip_support = "14.0",
35
arm_sim_support = "14.0",
36
- baseline = "13.0",
+ baseline = "12.0",
37
concurrency_support = "13.0",
38
icon_bundle_required = "26.0",
39
- oldest_supported = "12.0",
40
- nplus1 = "14.0",
+ oldest_supported = "11.0",
+ nplus1 = "13.0",
41
stable_swift_abi = "12.2",
42
widget_configuration_intents_support = "16.0",
43
)
0 commit comments