File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
InstabugSample/ios/InstabugSample.xcodeproj Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 217
217
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
218
218
21BA34F4E1FA153B4E4FB519 /* Upload Sourcemap */,
219
219
A4F6B49E8609FD1652D0F43E /* [CP] Embed Pods Frameworks */,
220
- FE69A7F8F5762FFBE1CCA9AC /* [CP-User] [instabug-reactnative] Upload Sourcemap */,
221
220
);
222
221
buildRules = (
223
222
);
347
346
);
348
347
inputPaths = (
349
348
"${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 ",
351
350
);
352
351
name = "[CP] Embed Pods Frameworks";
353
352
outputPaths = (
399
398
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";
400
399
showEnvVarsInLog = 0;
401
400
};
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
- };
412
401
/* End PBXShellScriptBuildPhase section */
413
402
414
403
/* Begin PBXSourcesBuildPhase section */
You can’t perform that action at this time.
0 commit comments