Skip to content

Commit 2675a46

Browse files
committed
Updated deployment target.
1 parent e5b15e5 commit 2675a46

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
364364
GCC_WARN_UNUSED_FUNCTION = YES;
365365
GCC_WARN_UNUSED_VARIABLE = YES;
366-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
366+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
367367
MTL_ENABLE_DEBUG_INFO = YES;
368368
ONLY_ACTIVE_ARCH = YES;
369369
SDKROOT = iphoneos;
@@ -415,7 +415,7 @@
415415
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
416416
GCC_WARN_UNUSED_FUNCTION = YES;
417417
GCC_WARN_UNUSED_VARIABLE = YES;
418-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
418+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
419419
MTL_ENABLE_DEBUG_INFO = NO;
420420
SDKROOT = iphoneos;
421421
TARGETED_DEVICE_FAMILY = "1,2";
@@ -435,6 +435,7 @@
435435
"$(PROJECT_DIR)/Flutter",
436436
);
437437
INFOPLIST_FILE = Runner/Info.plist;
438+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
438439
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
439440
LIBRARY_SEARCH_PATHS = (
440441
"$(inherited)",
@@ -457,6 +458,7 @@
457458
"$(PROJECT_DIR)/Flutter",
458459
);
459460
INFOPLIST_FILE = Runner/Info.plist;
461+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
460462
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
461463
LIBRARY_SEARCH_PATHS = (
462464
"$(inherited)",

0 commit comments

Comments
 (0)