Skip to content

Commit 46787ee

Browse files
authored
Set template and migrate apps to iOS 12 minimum (flutter#140921)
Cherry-pick flutter#140823 Issue flutter#140923 This looks like a lot of files, but most of them are updating the version on our integration/examples apps.
1 parent 019fc5d commit 46787ee

File tree

92 files changed

+211
-199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+211
-199
lines changed

dev/a11y_assessments/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>11.0</string>
24+
<string>12.0</string>
2525
</dict>
2626
</plist>

dev/a11y_assessments/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
345345
GCC_WARN_UNUSED_FUNCTION = YES;
346346
GCC_WARN_UNUSED_VARIABLE = YES;
347-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
347+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
348348
MTL_ENABLE_DEBUG_INFO = NO;
349349
SDKROOT = iphoneos;
350350
SUPPORTED_PLATFORMS = iphoneos;
@@ -469,7 +469,7 @@
469469
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
470470
GCC_WARN_UNUSED_FUNCTION = YES;
471471
GCC_WARN_UNUSED_VARIABLE = YES;
472-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
472+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
473473
MTL_ENABLE_DEBUG_INFO = YES;
474474
ONLY_ACTIVE_ARCH = YES;
475475
SDKROOT = iphoneos;
@@ -518,7 +518,7 @@
518518
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
519519
GCC_WARN_UNUSED_FUNCTION = YES;
520520
GCC_WARN_UNUSED_VARIABLE = YES;
521-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
521+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
522522
MTL_ENABLE_DEBUG_INFO = NO;
523523
SDKROOT = iphoneos;
524524
SUPPORTED_PLATFORMS = iphoneos;

dev/benchmarks/complex_layout/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>11.0</string>
24+
<string>12.0</string>
2525
</dict>
2626
</plist>

dev/benchmarks/complex_layout/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '11.0'
2+
# platform :ios, '12.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

dev/benchmarks/complex_layout/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
355355
GCC_WARN_UNUSED_FUNCTION = YES;
356356
GCC_WARN_UNUSED_VARIABLE = YES;
357-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
357+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
358358
MTL_ENABLE_DEBUG_INFO = NO;
359359
SDKROOT = iphoneos;
360360
SUPPORTED_PLATFORMS = iphoneos;
@@ -425,7 +425,7 @@
425425
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
426426
GCC_WARN_UNUSED_FUNCTION = YES;
427427
GCC_WARN_UNUSED_VARIABLE = YES;
428-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
428+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
429429
MTL_ENABLE_DEBUG_INFO = YES;
430430
ONLY_ACTIVE_ARCH = YES;
431431
SDKROOT = iphoneos;
@@ -474,7 +474,7 @@
474474
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
475475
GCC_WARN_UNUSED_FUNCTION = YES;
476476
GCC_WARN_UNUSED_VARIABLE = YES;
477-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
477+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
478478
MTL_ENABLE_DEBUG_INFO = NO;
479479
SDKROOT = iphoneos;
480480
SUPPORTED_PLATFORMS = iphoneos;

dev/benchmarks/macrobenchmarks/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>11.0</string>
24+
<string>12.0</string>
2525
</dict>
2626
</plist>

dev/benchmarks/macrobenchmarks/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '11.0'
2+
# platform :ios, '12.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

dev/benchmarks/macrobenchmarks/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
334334
GCC_WARN_UNUSED_FUNCTION = YES;
335335
GCC_WARN_UNUSED_VARIABLE = YES;
336-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
336+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
337337
MTL_ENABLE_DEBUG_INFO = NO;
338338
SDKROOT = iphoneos;
339339
TARGETED_DEVICE_FAMILY = "1,2";
@@ -405,7 +405,7 @@
405405
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
406406
GCC_WARN_UNUSED_FUNCTION = YES;
407407
GCC_WARN_UNUSED_VARIABLE = YES;
408-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
408+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
409409
MTL_ENABLE_DEBUG_INFO = YES;
410410
ONLY_ACTIVE_ARCH = YES;
411411
SDKROOT = iphoneos;
@@ -452,7 +452,7 @@
452452
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
453453
GCC_WARN_UNUSED_FUNCTION = YES;
454454
GCC_WARN_UNUSED_VARIABLE = YES;
455-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
455+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
456456
MTL_ENABLE_DEBUG_INFO = NO;
457457
SDKROOT = iphoneos;
458458
TARGETED_DEVICE_FAMILY = "1,2";

dev/benchmarks/microbenchmarks/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>11.0</string>
24+
<string>12.0</string>
2525
</dict>
2626
</plist>

dev/benchmarks/microbenchmarks/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
288288
GCC_WARN_UNUSED_FUNCTION = YES;
289289
GCC_WARN_UNUSED_VARIABLE = YES;
290-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
290+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
291291
MTL_ENABLE_DEBUG_INFO = NO;
292292
SDKROOT = iphoneos;
293293
SUPPORTED_PLATFORMS = iphoneos;
@@ -358,7 +358,7 @@
358358
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
359359
GCC_WARN_UNUSED_FUNCTION = YES;
360360
GCC_WARN_UNUSED_VARIABLE = YES;
361-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
361+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
362362
MTL_ENABLE_DEBUG_INFO = YES;
363363
ONLY_ACTIVE_ARCH = YES;
364364
SDKROOT = iphoneos;
@@ -407,7 +407,7 @@
407407
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
408408
GCC_WARN_UNUSED_FUNCTION = YES;
409409
GCC_WARN_UNUSED_VARIABLE = YES;
410-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
410+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
411411
MTL_ENABLE_DEBUG_INFO = NO;
412412
SDKROOT = iphoneos;
413413
SUPPORTED_PLATFORMS = iphoneos;

0 commit comments

Comments
 (0)