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 >14 .0 </string >
24
+ <string >15 .0 </string >
25
25
</dict >
26
26
</plist >
Original file line number Diff line number Diff line change 1
1
# This should match the iOS Deployment Target
2
2
# (in Xcode, that's in project > Runner > Info)
3
3
# and MinimumOSVersion in ios/Flutter/AppFrameworkInfo.plist.
4
- platform :ios , '14 .0'
4
+ platform :ios , '15 .0'
5
5
6
6
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
7
7
ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
Original file line number Diff line number Diff line change 356
356
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
357
357
GCC_WARN_UNUSED_FUNCTION = YES;
358
358
GCC_WARN_UNUSED_VARIABLE = YES;
359
- IPHONEOS_DEPLOYMENT_TARGET = 14 .0;
359
+ IPHONEOS_DEPLOYMENT_TARGET = 15 .0;
360
360
MTL_ENABLE_DEBUG_INFO = NO;
361
361
SDKROOT = iphoneos;
362
362
SUPPORTED_PLATFORMS = iphoneos;
435
435
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
436
436
GCC_WARN_UNUSED_FUNCTION = YES;
437
437
GCC_WARN_UNUSED_VARIABLE = YES;
438
- IPHONEOS_DEPLOYMENT_TARGET = 14 .0;
438
+ IPHONEOS_DEPLOYMENT_TARGET = 15 .0;
439
439
MTL_ENABLE_DEBUG_INFO = YES;
440
440
ONLY_ACTIVE_ARCH = YES;
441
441
SDKROOT = iphoneos;
484
484
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
485
485
GCC_WARN_UNUSED_FUNCTION = YES;
486
486
GCC_WARN_UNUSED_VARIABLE = YES;
487
- IPHONEOS_DEPLOYMENT_TARGET = 14 .0;
487
+ IPHONEOS_DEPLOYMENT_TARGET = 15 .0;
488
488
MTL_ENABLE_DEBUG_INFO = NO;
489
489
SDKROOT = iphoneos;
490
490
SUPPORTED_PLATFORMS = iphoneos;
You can’t perform that action at this time.
0 commit comments