Skip to content

Commit 32f90e9

Browse files
Update SampleApp project.pbxproj
1 parent 4bf89cb commit 32f90e9

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

InstabugSample/ios/InstabugSample.xcodeproj/project.pbxproj

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@
217217
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
218218
21BA34F4E1FA153B4E4FB519 /* Upload Sourcemap */,
219219
A4F6B49E8609FD1652D0F43E /* [CP] Embed Pods Frameworks */,
220-
FE69A7F8F5762FFBE1CCA9AC /* [CP-User] [instabug-reactnative] Upload Sourcemap */,
221220
);
222221
buildRules = (
223222
);
@@ -347,7 +346,7 @@
347346
);
348347
inputPaths = (
349348
"${PODS_ROOT}/Target Support Files/Pods-InstabugSample/Pods-InstabugSample-frameworks.sh",
350-
"${PODS_ROOT}/../../node_modules/instabug-reactnative/ios/Instabug.framework",
349+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/Instabug/Instabug.framework/Instabug",
351350
);
352351
name = "[CP] Embed Pods Frameworks";
353352
outputPaths = (
@@ -399,16 +398,6 @@
399398
shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/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/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
400399
showEnvVarsInLog = 0;
401400
};
402-
FE69A7F8F5762FFBE1CCA9AC /* [CP-User] [instabug-reactnative] Upload Sourcemap */ = {
403-
isa = PBXShellScriptBuildPhase;
404-
buildActionMask = 2147483647;
405-
files = (
406-
);
407-
name = "[CP-User] [instabug-reactnative] Upload Sourcemap";
408-
runOnlyForDeploymentPostprocessing = 0;
409-
shellPath = /bin/sh;
410-
shellScript = "bash \"../node_modules/instabug-reactnative/ios/upload_sourcemap.sh\"\n";
411-
};
412401
/* End PBXShellScriptBuildPhase section */
413402

414403
/* Begin PBXSourcesBuildPhase section */

0 commit comments

Comments
 (0)