Skip to content

Commit 1431af8

Browse files
ctrlVntmarcnause
authored andcommitted
updated IOS version with xCode
1 parent fed82d9 commit 1431af8

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,14 @@
278278
inputFileListPaths = (
279279
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
280280
);
281+
inputPaths = (
282+
);
281283
name = "[CP] Copy Pods Resources";
282284
outputFileListPaths = (
283285
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
284286
);
287+
outputPaths = (
288+
);
285289
runOnlyForDeploymentPostprocessing = 0;
286290
shellPath = /bin/sh;
287291
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
@@ -348,10 +352,14 @@
348352
inputFileListPaths = (
349353
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
350354
);
355+
inputPaths = (
356+
);
351357
name = "[CP] Embed Pods Frameworks";
352358
outputFileListPaths = (
353359
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
354360
);
361+
outputPaths = (
362+
);
355363
runOnlyForDeploymentPostprocessing = 0;
356364
shellPath = /bin/sh;
357365
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
@@ -492,6 +500,7 @@
492500
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 56AJ49327U;
493501
ENABLE_BITCODE = NO;
494502
INFOPLIST_FILE = Runner/Info.plist;
503+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
495504
LD_RUNPATH_SEARCH_PATHS = (
496505
"$(inherited)",
497506
"@executable_path/Frameworks",
@@ -513,6 +522,7 @@
513522
CODE_SIGN_STYLE = Automatic;
514523
CURRENT_PROJECT_VERSION = 1;
515524
GENERATE_INFOPLIST_FILE = YES;
525+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
516526
MARKETING_VERSION = 1.0;
517527
PRODUCT_BUNDLE_IDENTIFIER = io.pslab.RunnerTests;
518528
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -531,6 +541,7 @@
531541
CODE_SIGN_STYLE = Automatic;
532542
CURRENT_PROJECT_VERSION = 1;
533543
GENERATE_INFOPLIST_FILE = YES;
544+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
534545
MARKETING_VERSION = 1.0;
535546
PRODUCT_BUNDLE_IDENTIFIER = io.pslab.RunnerTests;
536547
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -547,6 +558,7 @@
547558
CODE_SIGN_STYLE = Automatic;
548559
CURRENT_PROJECT_VERSION = 1;
549560
GENERATE_INFOPLIST_FILE = YES;
561+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
550562
MARKETING_VERSION = 1.0;
551563
PRODUCT_BUNDLE_IDENTIFIER = io.pslab.RunnerTests;
552564
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -675,6 +687,7 @@
675687
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
676688
ENABLE_BITCODE = NO;
677689
INFOPLIST_FILE = Runner/Info.plist;
690+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
678691
LD_RUNPATH_SEARCH_PATHS = (
679692
"$(inherited)",
680693
"@executable_path/Frameworks",
@@ -702,6 +715,7 @@
702715
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 56AJ49327U;
703716
ENABLE_BITCODE = NO;
704717
INFOPLIST_FILE = Runner/Info.plist;
718+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
705719
LD_RUNPATH_SEARCH_PATHS = (
706720
"$(inherited)",
707721
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)