|
|
|
|
337
|
);
|
337
|
);
|
338
|
runOnlyForDeploymentPostprocessing = 0;
|
338
|
runOnlyForDeploymentPostprocessing = 0;
|
339
|
shellPath = /bin/sh;
|
339
|
shellPath = /bin/sh;
|
340
|
- shellScript = "export NODE_BINARY=node\n../../node_modules/react-native/scripts/react-native-xcode.sh";
|
|
|
|
|
340
|
+ shellScript = "export NODE_BINARY=node\nif [[ \"$CONFIGURATION\" == *Debug* ]]; then\n export SKIP_BUNDLING=1\nfi\n../../node_modules/react-native/scripts/react-native-xcode.sh";
|
341
|
};
|
341
|
};
|
342
|
26796D8589142D80C8AFDA51 /* [CP] Check Pods Manifest.lock */ = {
|
342
|
26796D8589142D80C8AFDA51 /* [CP] Check Pods Manifest.lock */ = {
|
343
|
isa = PBXShellScriptBuildPhase;
|
343
|
isa = PBXShellScriptBuildPhase;
|