Skip to content

Commit 2afcd07

Browse files
committed
Merge branch 'firestore-pipelines-dart-api-v2' into firestore-pipelines-ios
2 parents 39b85e1 + 4fd05e3 commit 2afcd07

File tree

1 file changed

+7
-0
lines changed
  • packages/cloud_firestore/cloud_firestore/pipeline_example/ios/Runner.xcodeproj

1 file changed

+7
-0
lines changed

packages/cloud_firestore/cloud_firestore/pipeline_example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,14 @@
356356
inputFileListPaths = (
357357
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
358358
);
359+
inputPaths = (
360+
);
359361
name = "[CP] Embed Pods Frameworks";
360362
outputFileListPaths = (
361363
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
362364
);
365+
outputPaths = (
366+
);
363367
runOnlyForDeploymentPostprocessing = 0;
364368
shellPath = /bin/sh;
365369
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
@@ -477,6 +481,7 @@
477481
DEVELOPMENT_TEAM = YYX2P3XVJ7;
478482
ENABLE_BITCODE = NO;
479483
INFOPLIST_FILE = Runner/Info.plist;
484+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
480485
LD_RUNPATH_SEARCH_PATHS = (
481486
"$(inherited)",
482487
"@executable_path/Frameworks",
@@ -660,6 +665,7 @@
660665
DEVELOPMENT_TEAM = YYX2P3XVJ7;
661666
ENABLE_BITCODE = NO;
662667
INFOPLIST_FILE = Runner/Info.plist;
668+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
663669
LD_RUNPATH_SEARCH_PATHS = (
664670
"$(inherited)",
665671
"@executable_path/Frameworks",
@@ -683,6 +689,7 @@
683689
DEVELOPMENT_TEAM = YYX2P3XVJ7;
684690
ENABLE_BITCODE = NO;
685691
INFOPLIST_FILE = Runner/Info.plist;
692+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
686693
LD_RUNPATH_SEARCH_PATHS = (
687694
"$(inherited)",
688695
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)