Skip to content

Commit 2a03bd7

Browse files
committed
2 parents b774f6b + 4c6235d commit 2a03bd7

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

apps/mobile/ios/HyloReactNative.xcodeproj/project.pbxproj

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@
466466
);
467467
runOnlyForDeploymentPostprocessing = 0;
468468
shellPath = /bin/sh;
469-
shellScript = "set -e\n\n# Load .env file into the shell environment\nwhile IFS='=' read -r key value; do\n if [ -n \"$key\" ] && [ \"${key#\\#}\" = \"$key\" ]; then\n eval \"export $key=\\\"$value\\\"\"\n fi\ndone < \"../.env\"\n\n# Fix to help Xcode see nvm during build \nexport NVM_DIR=\"$HOME/.nvm\"\n[ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\" # This loads nvm\nexport NODE_BINARY=$(command -v node)\n\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\nSENTRY_XCODE=\"../node_modules/@sentry/react-native/scripts/sentry-xcode.sh\"\nBUNDLE_REACT_NATIVE=\"/bin/sh $SENTRY_XCODE $REACT_NATIVE_XCODE\"\n\n# RN 0.69+ (NOTE: using single quotes instead of \\\" for escaping which was from the\n# Sentry docs as that broke React Native version parsing)\n/bin/sh -c \"$WITH_ENVIRONMENT '$BUNDLE_REACT_NATIVE'\"\n";
469+
shellScript = "set -e\n\n# Load .env file into the shell environment\nwhile IFS='=' read -r key value; do\n if [ -n \"$key\" ] && [ \"${key#\\#}\" = \"$key\" ]; then\n eval \"export $key=\\\"$value\\\"\"\n fi\ndone < \"../.env\"\n\n# Force npm to ignore workspaces and prefix during Xcode builds\nexport NPM_CONFIG_WORKSPACES=false\nexport npm_config_workspaces=false\nexport npm_config_prefix=\n\n# Fix to help Xcode see nvm during build \n# export NVM_DIR=\"$HOME/.nvm\"\n# [ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\" # This loads nvm\nexport NODE_BINARY=$(command -v node)\n\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\nSENTRY_XCODE=\"../node_modules/@sentry/react-native/scripts/sentry-xcode.sh\"\nBUNDLE_REACT_NATIVE=\"/bin/sh $SENTRY_XCODE $REACT_NATIVE_XCODE\"\n\n# RN 0.69+ (NOTE: using single quotes instead of \\\" for escaping which was from the\n# Sentry docs as that broke React Native version parsing)\n/bin/sh -c \"$WITH_ENVIRONMENT '$BUNDLE_REACT_NATIVE'\"\n";
470470
};
471471
0599024E251FC7EF0564AF3B /* [CP] Check Pods Manifest.lock */ = {
472472
isa = PBXShellScriptBuildPhase;
@@ -498,10 +498,14 @@
498498
inputFileListPaths = (
499499
"${PODS_ROOT}/Target Support Files/Pods-HyloReactNative/Pods-HyloReactNative-frameworks-${CONFIGURATION}-input-files.xcfilelist",
500500
);
501+
inputPaths = (
502+
);
501503
name = "[CP] Embed Pods Frameworks";
502504
outputFileListPaths = (
503505
"${PODS_ROOT}/Target Support Files/Pods-HyloReactNative/Pods-HyloReactNative-frameworks-${CONFIGURATION}-output-files.xcfilelist",
504506
);
507+
outputPaths = (
508+
);
505509
runOnlyForDeploymentPostprocessing = 0;
506510
shellPath = /bin/sh;
507511
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HyloReactNative/Pods-HyloReactNative-frameworks.sh\"\n";
@@ -537,10 +541,14 @@
537541
inputFileListPaths = (
538542
"${PODS_ROOT}/Target Support Files/Pods-HyloReactNative-HyloReactNativeTests/Pods-HyloReactNative-HyloReactNativeTests-resources-${CONFIGURATION}-input-files.xcfilelist",
539543
);
544+
inputPaths = (
545+
);
540546
name = "[CP] Copy Pods Resources";
541547
outputFileListPaths = (
542548
"${PODS_ROOT}/Target Support Files/Pods-HyloReactNative-HyloReactNativeTests/Pods-HyloReactNative-HyloReactNativeTests-resources-${CONFIGURATION}-output-files.xcfilelist",
543549
);
550+
outputPaths = (
551+
);
544552
runOnlyForDeploymentPostprocessing = 0;
545553
shellPath = /bin/sh;
546554
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HyloReactNative-HyloReactNativeTests/Pods-HyloReactNative-HyloReactNativeTests-resources.sh\"\n";
@@ -554,10 +562,14 @@
554562
inputFileListPaths = (
555563
"${PODS_ROOT}/Target Support Files/Pods-HyloReactNative-HyloReactNativeTests/Pods-HyloReactNative-HyloReactNativeTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
556564
);
565+
inputPaths = (
566+
);
557567
name = "[CP] Embed Pods Frameworks";
558568
outputFileListPaths = (
559569
"${PODS_ROOT}/Target Support Files/Pods-HyloReactNative-HyloReactNativeTests/Pods-HyloReactNative-HyloReactNativeTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
560570
);
571+
outputPaths = (
572+
);
561573
runOnlyForDeploymentPostprocessing = 0;
562574
shellPath = /bin/sh;
563575
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HyloReactNative-HyloReactNativeTests/Pods-HyloReactNative-HyloReactNativeTests-frameworks.sh\"\n";
@@ -587,10 +599,14 @@
587599
inputFileListPaths = (
588600
"${PODS_ROOT}/Target Support Files/Pods-HyloReactNative/Pods-HyloReactNative-resources-${CONFIGURATION}-input-files.xcfilelist",
589601
);
602+
inputPaths = (
603+
);
590604
name = "[CP] Copy Pods Resources";
591605
outputFileListPaths = (
592606
"${PODS_ROOT}/Target Support Files/Pods-HyloReactNative/Pods-HyloReactNative-resources-${CONFIGURATION}-output-files.xcfilelist",
593607
);
608+
outputPaths = (
609+
);
594610
runOnlyForDeploymentPostprocessing = 0;
595611
shellPath = /bin/sh;
596612
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HyloReactNative/Pods-HyloReactNative-resources.sh\"\n";
@@ -951,10 +967,7 @@
951967
"-DFOLLY_CFG_NO_COROUTINES=1",
952968
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
953969
);
954-
OTHER_LDFLAGS = (
955-
"$(inherited)",
956-
" ",
957-
);
970+
OTHER_LDFLAGS = "$(inherited) ";
958971
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
959972
SDKROOT = iphoneos;
960973
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -1029,10 +1042,7 @@
10291042
"-DFOLLY_CFG_NO_COROUTINES=1",
10301043
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
10311044
);
1032-
OTHER_LDFLAGS = (
1033-
"$(inherited)",
1034-
" ",
1035-
);
1045+
OTHER_LDFLAGS = "$(inherited) ";
10361046
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
10371047
SDKROOT = iphoneos;
10381048
SWIFT_COMPILATION_MODE = wholemodule;

0 commit comments

Comments
 (0)