Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit af7f27e

Browse files
author
Chris Yang
committed
update min ios target for testing to 17.0
1 parent 72c4e61 commit af7f27e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

display_list/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ if (is_ios) {
243243
configs += [ "//flutter/benchmarking:benchmark_library_config" ]
244244
cflags = [
245245
"-fobjc-arc",
246-
"-mios-simulator-version-min=$ios_testing_deployment_target",
246+
"-mios-simulator-version-min=17.0",
247247
]
248248
ldflags =
249249
[ "-Wl,-install_name,@rpath/libios_display_list_benchmarks.dylib" ]

shell/platform/darwin/ios/BUILD.gn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ source_set("ios_test_flutter_mrc") {
225225
cflags = [
226226
"-fvisibility=default",
227227
"-F$platform_frameworks_path",
228-
"-mios-simulator-version-min=$ios_testing_deployment_target",
228+
"-mios-simulator-version-min=17.0",
229229
]
230230
sources = [
231231
"framework/Source/FlutterEnginePlatformViewTest.mm",
@@ -269,7 +269,7 @@ shared_library("ios_test_flutter") {
269269
"-fvisibility=default",
270270
"-F$platform_frameworks_path",
271271
"-fobjc-arc",
272-
"-mios-simulator-version-min=$ios_testing_deployment_target",
272+
"-mios-simulator-version-min=17.0",
273273
]
274274
ldflags = [
275275
"-F$platform_frameworks_path",

0 commit comments

Comments
 (0)