Skip to content

Commit c6eda65

Browse files
update ios version
1 parent 1ee27d6 commit c6eda65

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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>12.0</string>
24+
<string>13.0</string>
2525
</dict>
2626
</plist>

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, '12.0'
2+
# platform :ios, '13.0'
33

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

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ EXTERNAL SOURCES:
1515
:path: ".symlinks/plugins/path_provider_foundation/darwin"
1616

1717
SPEC CHECKSUMS:
18-
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
18+
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
1919
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
2020

21-
PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796
21+
PODFILE CHECKSUM: 4f1c12611da7338d21589c0b2ecd6bd20b109694
2222

2323
COCOAPODS: 1.16.2

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
456456
GCC_WARN_UNUSED_FUNCTION = YES;
457457
GCC_WARN_UNUSED_VARIABLE = YES;
458-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
458+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
459459
MTL_ENABLE_DEBUG_INFO = NO;
460460
SDKROOT = iphoneos;
461461
SUPPORTED_PLATFORMS = iphoneos;
@@ -584,7 +584,7 @@
584584
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
585585
GCC_WARN_UNUSED_FUNCTION = YES;
586586
GCC_WARN_UNUSED_VARIABLE = YES;
587-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
587+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
588588
MTL_ENABLE_DEBUG_INFO = YES;
589589
ONLY_ACTIVE_ARCH = YES;
590590
SDKROOT = iphoneos;
@@ -635,7 +635,7 @@
635635
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
636636
GCC_WARN_UNUSED_FUNCTION = YES;
637637
GCC_WARN_UNUSED_VARIABLE = YES;
638-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
638+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
639639
MTL_ENABLE_DEBUG_INFO = NO;
640640
SDKROOT = iphoneos;
641641
SUPPORTED_PLATFORMS = iphoneos;

0 commit comments

Comments
 (0)