File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
<key >CFBundleVersion </key >
22
22
<string >1.0 </string >
23
23
<key >MinimumOSVersion </key >
24
- <string >11 .0 </string >
24
+ <string >12 .0 </string >
25
25
</dict >
26
26
</plist >
Original file line number Diff line number Diff line change 1
1
# Uncomment this line to define a global platform for your project
2
- # platform :ios, '11 .0'
2
+ # platform :ios, '12 .0'
3
3
4
4
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5
5
ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
Original file line number Diff line number Diff line change 453
453
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
454
454
GCC_WARN_UNUSED_FUNCTION = YES;
455
455
GCC_WARN_UNUSED_VARIABLE = YES;
456
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
456
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
457
457
MTL_ENABLE_DEBUG_INFO = NO;
458
458
SDKROOT = iphoneos;
459
459
SUPPORTED_PLATFORMS = iphoneos;
580
580
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
581
581
GCC_WARN_UNUSED_FUNCTION = YES;
582
582
GCC_WARN_UNUSED_VARIABLE = YES;
583
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
583
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
584
584
MTL_ENABLE_DEBUG_INFO = YES;
585
585
ONLY_ACTIVE_ARCH = YES;
586
586
SDKROOT = iphoneos;
629
629
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
630
630
GCC_WARN_UNUSED_FUNCTION = YES;
631
631
GCC_WARN_UNUSED_VARIABLE = YES;
632
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
632
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
633
633
MTL_ENABLE_DEBUG_INFO = NO;
634
634
SDKROOT = iphoneos;
635
635
SUPPORTED_PLATFORMS = iphoneos;
You can’t perform that action at this time.
0 commit comments