File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Expand file tree Collapse file tree 5 files changed +9
-7
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 163
163
97C146E61CF9000F007C117D /* Project object */ = {
164
164
isa = PBXProject;
165
165
attributes = {
166
- LastUpgradeCheck = 1430 ;
166
+ LastUpgradeCheck = 1510 ;
167
167
ORGANIZATIONNAME = "";
168
168
TargetAttributes = {
169
169
97C146ED1CF9000F007C117D = {
350
350
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
351
351
GCC_WARN_UNUSED_FUNCTION = YES;
352
352
GCC_WARN_UNUSED_VARIABLE = YES;
353
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
353
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
354
354
MTL_ENABLE_DEBUG_INFO = NO;
355
355
SDKROOT = iphoneos;
356
356
SUPPORTED_PLATFORMS = iphoneos;
436
436
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
437
437
GCC_WARN_UNUSED_FUNCTION = YES;
438
438
GCC_WARN_UNUSED_VARIABLE = YES;
439
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
439
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
440
440
MTL_ENABLE_DEBUG_INFO = YES;
441
441
ONLY_ACTIVE_ARCH = YES;
442
442
SDKROOT = iphoneos;
485
485
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
486
486
GCC_WARN_UNUSED_FUNCTION = YES;
487
487
GCC_WARN_UNUSED_VARIABLE = YES;
488
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
488
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
489
489
MTL_ENABLE_DEBUG_INFO = NO;
490
490
SDKROOT = iphoneos;
491
491
SUPPORTED_PLATFORMS = iphoneos;
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Scheme
3
- LastUpgradeVersion = " 1430 "
3
+ LastUpgradeVersion = " 1510 "
4
4
version = " 1.3" >
5
5
<BuildAction
6
6
parallelizeBuildables = " YES"
Original file line number Diff line number Diff line change 51
51
<false />
52
52
<key >CADisableMinimumFrameDurationOnPhone </key >
53
53
<true />
54
+ <key >UIApplicationSupportsIndirectInputEvents </key >
55
+ <true />
54
56
</dict >
55
57
</plist >
You can’t perform that action at this time.
0 commit comments