|
20 | 20 | BAD36E2F22F19788007F5E74 /* InstabugFeatureRequestsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = BAD36E2E22F19788007F5E74 /* InstabugFeatureRequestsTests.m */; };
|
21 | 21 | BAD36E3122F19973007F5E74 /* InstabugRepliesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = BAD36E3022F19973007F5E74 /* InstabugRepliesTests.m */; };
|
22 | 22 | BAD36E3322F19B1B007F5E74 /* InstabugSurveysTests.m in Sources */ = {isa = PBXBuildFile; fileRef = BAD36E3222F19B1B007F5E74 /* InstabugSurveysTests.m */; };
|
23 |
| - C006102922E9EBCA00EDC852 /* libOCMock.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C006102822E9EBCA00EDC852 /* libOCMock.a */; }; |
24 | 23 | C0AB369625854A6100F1E21E /* InstabugAPMTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C0AB369525854A6100F1E21E /* InstabugAPMTests.m */; };
|
25 | 24 | /* End PBXBuildFile section */
|
26 | 25 |
|
|
63 | 62 | BAD36E2E22F19788007F5E74 /* InstabugFeatureRequestsTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = InstabugFeatureRequestsTests.m; sourceTree = "<group>"; };
|
64 | 63 | BAD36E3022F19973007F5E74 /* InstabugRepliesTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = InstabugRepliesTests.m; sourceTree = "<group>"; };
|
65 | 64 | BAD36E3222F19B1B007F5E74 /* InstabugSurveysTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = InstabugSurveysTests.m; sourceTree = "<group>"; };
|
66 |
| - C006102822E9EBCA00EDC852 /* libOCMock.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libOCMock.a; path = usr/lib/libOCMock.a; sourceTree = "<group>"; }; |
67 | 65 | C0AB369525854A6100F1E21E /* InstabugAPMTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = InstabugAPMTests.m; sourceTree = "<group>"; };
|
68 | 66 | C74E4010ABE7AFC7DB5E79DC /* Pods-InstabugSampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-InstabugSampleTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-InstabugSampleTests/Pods-InstabugSampleTests.debug.xcconfig"; sourceTree = "<group>"; };
|
69 | 67 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
|
74 | 72 | isa = PBXFrameworksBuildPhase;
|
75 | 73 | buildActionMask = 2147483647;
|
76 | 74 | files = (
|
77 |
| - C006102922E9EBCA00EDC852 /* libOCMock.a in Frameworks */, |
78 | 75 | 39B75062AA5F42B6E4C8E3C7 /* libPods-InstabugSampleTests.a in Frameworks */,
|
79 | 76 | );
|
80 | 77 | runOnlyForDeploymentPostprocessing = 0;
|
|
132 | 129 | 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
|
133 | 130 | isa = PBXGroup;
|
134 | 131 | children = (
|
135 |
| - C006102822E9EBCA00EDC852 /* libOCMock.a */, |
136 | 132 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
|
137 | 133 | A0EF1FBF0176E13B30EA2D29 /* libPods-InstabugSample.a */,
|
138 | 134 | 7A03A15E2685C1231729CA8B /* libPods-InstabugSampleTests.a */,
|
|
221 | 217 | 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
|
222 | 218 | 21BA34F4E1FA153B4E4FB519 /* Upload Sourcemap */,
|
223 | 219 | A4F6B49E8609FD1652D0F43E /* [CP] Embed Pods Frameworks */,
|
| 220 | + FE69A7F8F5762FFBE1CCA9AC /* [CP-User] [instabug-reactnative] Upload Sourcemap */, |
224 | 221 | );
|
225 | 222 | buildRules = (
|
226 | 223 | );
|
|
402 | 399 | 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";
|
403 | 400 | showEnvVarsInLog = 0;
|
404 | 401 | };
|
| 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 | + }; |
405 | 412 | /* End PBXShellScriptBuildPhase section */
|
406 | 413 |
|
407 | 414 | /* Begin PBXSourcesBuildPhase section */
|
|
0 commit comments