Skip to content

Commit 18d98ec

Browse files
committed
Update Target deployment
1 parent 2509fc2 commit 18d98ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/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'

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
DEVELOPMENT_TEAM = U92Q3WLA29;
422422
ENABLE_BITCODE = NO;
423423
INFOPLIST_FILE = Runner/Info.plist;
424-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
424+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
425425
LD_RUNPATH_SEARCH_PATHS = (
426426
"$(inherited)",
427427
"@executable_path/Frameworks",
@@ -553,7 +553,7 @@
553553
DEVELOPMENT_TEAM = U92Q3WLA29;
554554
ENABLE_BITCODE = NO;
555555
INFOPLIST_FILE = Runner/Info.plist;
556-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
556+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
557557
LD_RUNPATH_SEARCH_PATHS = (
558558
"$(inherited)",
559559
"@executable_path/Frameworks",
@@ -579,7 +579,7 @@
579579
DEVELOPMENT_TEAM = U92Q3WLA29;
580580
ENABLE_BITCODE = NO;
581581
INFOPLIST_FILE = Runner/Info.plist;
582-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
582+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
583583
LD_RUNPATH_SEARCH_PATHS = (
584584
"$(inherited)",
585585
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)