|
1550 | 1550 | ); |
1551 | 1551 | runOnlyForDeploymentPostprocessing = 0; |
1552 | 1552 | shellPath = /bin/sh; |
1553 | | - shellScript = "export EXTRA_PACKAGER_ARGS=\"--sourcemap-output $TMPDIR/$(md5 -qs \"$CONFIGURATION_BUILD_DIR\")-main.jsbundle.map\"\nexport NODE_BINARY=/Users/diegomello/.nvm/versions/node/v22.14.0/bin/node\n../node_modules/react-native/scripts/react-native-xcode.sh\n"; |
| 1553 | + shellScript = "export EXTRA_PACKAGER_ARGS=\"--sourcemap-output $TMPDIR/$(md5 -qs \"$CONFIGURATION_BUILD_DIR\")-main.jsbundle.map\"\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n"; |
1554 | 1554 | }; |
1555 | 1555 | 1E1EA8082326CCE300E22452 /* ShellScript */ = { |
1556 | 1556 | isa = PBXShellScriptBuildPhase; |
|
1824 | 1824 | inputFileListPaths = ( |
1825 | 1825 | ); |
1826 | 1826 | inputPaths = ( |
1827 | | - $TARGET_BUILD_DIR/$INFOPLIST_PATH, |
| 1827 | + "$TARGET_BUILD_DIR/$INFOPLIST_PATH", |
1828 | 1828 | ); |
1829 | 1829 | name = "Upload source maps to Bugsnag"; |
1830 | 1830 | outputFileListPaths = ( |
|
1833 | 1833 | ); |
1834 | 1834 | runOnlyForDeploymentPostprocessing = 0; |
1835 | 1835 | shellPath = /bin/sh; |
1836 | | - shellScript = "#SOURCE_MAP=\"$TMPDIR/$(md5 -qs \"$CONFIGURATION_BUILD_DIR\")-main.jsbundle.map\" ../node_modules/@bugsnag/react-native/bugsnag-react-native-xcode.sh\n"; |
| 1836 | + shellScript = "SOURCE_MAP=\"$TMPDIR/$(md5 -qs \"$CONFIGURATION_BUILD_DIR\")-main.jsbundle.map\" ../node_modules/@bugsnag/react-native/bugsnag-react-native-xcode.sh\n"; |
1837 | 1837 | showEnvVarsInLog = 0; |
1838 | 1838 | }; |
1839 | 1839 | 84028E94C77DEBDD5200728D /* [Expo] Configure project */ = { |
|
2574 | 2574 | "$(inherited)", |
2575 | 2575 | "$(SRCROOT)/../node_modules/rn-extensions-share/ios/**", |
2576 | 2576 | "$(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase/**", |
2577 | | - $PODS_CONFIGURATION_BUILD_DIR/Firebase, |
| 2577 | + "$PODS_CONFIGURATION_BUILD_DIR/Firebase", |
2578 | 2578 | ); |
2579 | 2579 | INFOPLIST_FILE = ShareRocketChatRN/Info.plist; |
2580 | 2580 | IPHONEOS_DEPLOYMENT_TARGET = 15.1; |
|
2650 | 2650 | "$(inherited)", |
2651 | 2651 | "$(SRCROOT)/../node_modules/rn-extensions-share/ios/**", |
2652 | 2652 | "$(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase/**", |
2653 | | - $PODS_CONFIGURATION_BUILD_DIR/Firebase, |
| 2653 | + "$PODS_CONFIGURATION_BUILD_DIR/Firebase", |
2654 | 2654 | ); |
2655 | 2655 | INFOPLIST_FILE = ShareRocketChatRN/Info.plist; |
2656 | 2656 | IPHONEOS_DEPLOYMENT_TARGET = 15.1; |
|
3175 | 3175 | ONLY_ACTIVE_ARCH = YES; |
3176 | 3176 | OTHER_CFLAGS = "$(inherited)"; |
3177 | 3177 | OTHER_CPLUSPLUSFLAGS = "$(inherited)"; |
3178 | | - OTHER_LDFLAGS = "$(inherited) "; |
| 3178 | + OTHER_LDFLAGS = ( |
| 3179 | + "$(inherited)", |
| 3180 | + " ", |
| 3181 | + ); |
3179 | 3182 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
3180 | 3183 | SDKROOT = iphoneos; |
3181 | 3184 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; |
|
3239 | 3242 | MTL_ENABLE_DEBUG_INFO = NO; |
3240 | 3243 | OTHER_CFLAGS = "$(inherited)"; |
3241 | 3244 | OTHER_CPLUSPLUSFLAGS = "$(inherited)"; |
3242 | | - OTHER_LDFLAGS = "$(inherited) "; |
| 3245 | + OTHER_LDFLAGS = ( |
| 3246 | + "$(inherited)", |
| 3247 | + " ", |
| 3248 | + ); |
3243 | 3249 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
3244 | 3250 | SDKROOT = iphoneos; |
3245 | 3251 | SWIFT_COMPILATION_MODE = wholemodule; |
|
0 commit comments