Skip to content

Commit 12121b8

Browse files
committed
Update min iOS version to 15.1 to align with React Native 0.76
1 parent da35cce commit 12121b8

7 files changed

+11
-11
lines changed

tools/ci_build/github/apple/default_full_apple_framework_build_settings.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
],
2929
"iphoneos": [
3030
"--ios",
31-
"--apple_deploy_target=13.0"
31+
"--apple_deploy_target=15.1"
3232
],
3333
"iphonesimulator": [
3434
"--ios",
35-
"--apple_deploy_target=13.0"
35+
"--apple_deploy_target=15.1"
3636
]
3737
}
3838
}

tools/ci_build/github/apple/default_full_ios_framework_build_settings.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"--ios",
2525
"--use_xcode",
2626
"--use_xnnpack",
27-
"--apple_deploy_target=13.0"
27+
"--apple_deploy_target=15.1"
2828
],
2929
"iphonesimulator": [
3030
"--ios",
3131
"--use_xcode",
3232
"--use_xnnpack",
33-
"--apple_deploy_target=13.0"
33+
"--apple_deploy_target=15.1"
3434
],
3535
"macabi":[
3636
"--macos=Catalyst",

tools/ci_build/github/apple/default_training_ios_framework_build_settings.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
],
2626
"iphoneos": [
2727
"--ios",
28-
"--apple_deploy_target=13.0"
28+
"--apple_deploy_target=15.1"
2929
],
3030
"iphonesimulator": [
3131
"--ios",
32-
"--apple_deploy_target=13.0"
32+
"--apple_deploy_target=15.1"
3333
],
3434
"macosx": [
3535
"--macos=MacOSX",

tools/ci_build/github/apple/test_ios_framework_build_settings.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
],
2121
"iphoneos": [
2222
"--ios",
23-
"--apple_deploy_target=13.0"
23+
"--apple_deploy_target=15.1"
2424
],
2525
"iphonesimulator": [
2626
"--ios",
27-
"--apple_deploy_target=13.0"
27+
"--apple_deploy_target=15.1"
2828
]
2929
}
3030
}

tools/ci_build/github/apple/test_minimal_training_ios_simulator_framework_build_settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"iphonesimulator": [
1818
"--ios",
19-
"--apple_deploy_target=13.0"
19+
"--apple_deploy_target=15.1"
2020
]
2121
}
2222
}

tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
--ios \
6666
--apple_sysroot iphonesimulator \
6767
--osx_arch x86_64 \
68-
--apple_deploy_target=13.0 \
68+
--apple_deploy_target=15.1 \
6969
--use_xcode \
7070
--config RelWithDebInfo \
7171
--build_apple_framework \

tools/ci_build/github/js/react_native_e2e_full_ios_framework_build_settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"iphonesimulator": [
1616
"--ios",
17-
"--apple_deploy_target=13.0"
17+
"--apple_deploy_target=15.1"
1818
]
1919
}
2020
}

0 commit comments

Comments
 (0)