Skip to content

Commit 4909c2c

Browse files
committed
fix pbxproj duplicate output manifest
1 parent 29a3995 commit 4909c2c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

packages/rn-tester/RNTesterPods.xcodeproj/project.pbxproj

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,22 +1037,6 @@
10371037
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RNTester/Pods-RNTester-frameworks.sh\"\n";
10381038
showEnvVarsInLog = 0;
10391039
};
1040-
3328F106F9BD3562E3CF9D5E /* Start Metro */ = {
1041-
isa = PBXShellScriptBuildPhase;
1042-
buildActionMask = 2147483647;
1043-
files = (
1044-
);
1045-
inputPaths = (
1046-
);
1047-
name = "Start Metro";
1048-
outputPaths = (
1049-
"$(DERIVED_FILE_DIR)/Pods-RNTester-macOSIntegrationTests-checkManifestLockResult.txt",
1050-
);
1051-
runOnlyForDeploymentPostprocessing = 0;
1052-
shellPath = /bin/sh;
1053-
shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../../scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../../scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
1054-
showEnvVarsInLog = 0;
1055-
};
10561040
38C8132424577FB500BFFA62 /* Build JS Bundle */ = {
10571041
isa = PBXShellScriptBuildPhase;
10581042
buildActionMask = 2147483647;

0 commit comments

Comments
 (0)