Skip to content

Commit 18642a2

Browse files
authored
chore(firestore, ios): updating project files (#13121)
1 parent 88b11a7 commit 18642a2

File tree

1 file changed

+18
-0
lines changed
  • packages/cloud_firestore/cloud_firestore/example/ios/Runner.xcodeproj

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
9705A1C41CF9048500538489 /* Embed Frameworks */,
143143
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
144144
279EA8199A12C4F77765546D /* [CP] Embed Pods Frameworks */,
145+
E829DA429D0778BA644E7083 /* [CP] Copy Pods Resources */,
145146
);
146147
buildRules = (
147148
);
@@ -271,6 +272,23 @@
271272
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
272273
showEnvVarsInLog = 0;
273274
};
275+
E829DA429D0778BA644E7083 /* [CP] Copy Pods Resources */ = {
276+
isa = PBXShellScriptBuildPhase;
277+
buildActionMask = 2147483647;
278+
files = (
279+
);
280+
inputFileListPaths = (
281+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
282+
);
283+
name = "[CP] Copy Pods Resources";
284+
outputFileListPaths = (
285+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
286+
);
287+
runOnlyForDeploymentPostprocessing = 0;
288+
shellPath = /bin/sh;
289+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
290+
showEnvVarsInLog = 0;
291+
};
274292
/* End PBXShellScriptBuildPhase section */
275293

276294
/* Begin PBXSourcesBuildPhase section */

0 commit comments

Comments
 (0)