|
466 | 466 | ); |
467 | 467 | runOnlyForDeploymentPostprocessing = 0; |
468 | 468 | 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"; |
470 | 470 | }; |
471 | 471 | 0599024E251FC7EF0564AF3B /* [CP] Check Pods Manifest.lock */ = { |
472 | 472 | isa = PBXShellScriptBuildPhase; |
|
498 | 498 | inputFileListPaths = ( |
499 | 499 | "${PODS_ROOT}/Target Support Files/Pods-HyloReactNative/Pods-HyloReactNative-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
500 | 500 | ); |
| 501 | + inputPaths = ( |
| 502 | + ); |
501 | 503 | name = "[CP] Embed Pods Frameworks"; |
502 | 504 | outputFileListPaths = ( |
503 | 505 | "${PODS_ROOT}/Target Support Files/Pods-HyloReactNative/Pods-HyloReactNative-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
504 | 506 | ); |
| 507 | + outputPaths = ( |
| 508 | + ); |
505 | 509 | runOnlyForDeploymentPostprocessing = 0; |
506 | 510 | shellPath = /bin/sh; |
507 | 511 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HyloReactNative/Pods-HyloReactNative-frameworks.sh\"\n"; |
|
537 | 541 | inputFileListPaths = ( |
538 | 542 | "${PODS_ROOT}/Target Support Files/Pods-HyloReactNative-HyloReactNativeTests/Pods-HyloReactNative-HyloReactNativeTests-resources-${CONFIGURATION}-input-files.xcfilelist", |
539 | 543 | ); |
| 544 | + inputPaths = ( |
| 545 | + ); |
540 | 546 | name = "[CP] Copy Pods Resources"; |
541 | 547 | outputFileListPaths = ( |
542 | 548 | "${PODS_ROOT}/Target Support Files/Pods-HyloReactNative-HyloReactNativeTests/Pods-HyloReactNative-HyloReactNativeTests-resources-${CONFIGURATION}-output-files.xcfilelist", |
543 | 549 | ); |
| 550 | + outputPaths = ( |
| 551 | + ); |
544 | 552 | runOnlyForDeploymentPostprocessing = 0; |
545 | 553 | shellPath = /bin/sh; |
546 | 554 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HyloReactNative-HyloReactNativeTests/Pods-HyloReactNative-HyloReactNativeTests-resources.sh\"\n"; |
|
554 | 562 | inputFileListPaths = ( |
555 | 563 | "${PODS_ROOT}/Target Support Files/Pods-HyloReactNative-HyloReactNativeTests/Pods-HyloReactNative-HyloReactNativeTests-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
556 | 564 | ); |
| 565 | + inputPaths = ( |
| 566 | + ); |
557 | 567 | name = "[CP] Embed Pods Frameworks"; |
558 | 568 | outputFileListPaths = ( |
559 | 569 | "${PODS_ROOT}/Target Support Files/Pods-HyloReactNative-HyloReactNativeTests/Pods-HyloReactNative-HyloReactNativeTests-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
560 | 570 | ); |
| 571 | + outputPaths = ( |
| 572 | + ); |
561 | 573 | runOnlyForDeploymentPostprocessing = 0; |
562 | 574 | shellPath = /bin/sh; |
563 | 575 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HyloReactNative-HyloReactNativeTests/Pods-HyloReactNative-HyloReactNativeTests-frameworks.sh\"\n"; |
|
587 | 599 | inputFileListPaths = ( |
588 | 600 | "${PODS_ROOT}/Target Support Files/Pods-HyloReactNative/Pods-HyloReactNative-resources-${CONFIGURATION}-input-files.xcfilelist", |
589 | 601 | ); |
| 602 | + inputPaths = ( |
| 603 | + ); |
590 | 604 | name = "[CP] Copy Pods Resources"; |
591 | 605 | outputFileListPaths = ( |
592 | 606 | "${PODS_ROOT}/Target Support Files/Pods-HyloReactNative/Pods-HyloReactNative-resources-${CONFIGURATION}-output-files.xcfilelist", |
593 | 607 | ); |
| 608 | + outputPaths = ( |
| 609 | + ); |
594 | 610 | runOnlyForDeploymentPostprocessing = 0; |
595 | 611 | shellPath = /bin/sh; |
596 | 612 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HyloReactNative/Pods-HyloReactNative-resources.sh\"\n"; |
|
951 | 967 | "-DFOLLY_CFG_NO_COROUTINES=1", |
952 | 968 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
953 | 969 | ); |
954 | | - OTHER_LDFLAGS = ( |
955 | | - "$(inherited)", |
956 | | - " ", |
957 | | - ); |
| 970 | + OTHER_LDFLAGS = "$(inherited) "; |
958 | 971 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
959 | 972 | SDKROOT = iphoneos; |
960 | 973 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; |
|
1029 | 1042 | "-DFOLLY_CFG_NO_COROUTINES=1", |
1030 | 1043 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
1031 | 1044 | ); |
1032 | | - OTHER_LDFLAGS = ( |
1033 | | - "$(inherited)", |
1034 | | - " ", |
1035 | | - ); |
| 1045 | + OTHER_LDFLAGS = "$(inherited) "; |
1036 | 1046 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
1037 | 1047 | SDKROOT = iphoneos; |
1038 | 1048 | SWIFT_COMPILATION_MODE = wholemodule; |
|
0 commit comments