|
1569 | 1569 | ); |
1570 | 1570 | runOnlyForDeploymentPostprocessing = 0; |
1571 | 1571 | shellPath = /bin/sh; |
1572 | | - 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"; |
| 1572 | + 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"; |
1573 | 1573 | }; |
1574 | 1574 | 04152DE991B5700DB05F1885 /* [CP] Copy Pods Resources */ = { |
1575 | 1575 | isa = PBXShellScriptBuildPhase; |
|
1955 | 1955 | inputFileListPaths = ( |
1956 | 1956 | ); |
1957 | 1957 | inputPaths = ( |
1958 | | - "$TARGET_BUILD_DIR/$INFOPLIST_PATH", |
| 1958 | + $TARGET_BUILD_DIR/$INFOPLIST_PATH, |
1959 | 1959 | ); |
1960 | 1960 | name = "Upload source maps to Bugsnag"; |
1961 | 1961 | outputFileListPaths = ( |
|
1975 | 1975 | inputFileListPaths = ( |
1976 | 1976 | ); |
1977 | 1977 | inputPaths = ( |
1978 | | - "$TARGET_BUILD_DIR/$INFOPLIST_PATH", |
| 1978 | + $TARGET_BUILD_DIR/$INFOPLIST_PATH, |
1979 | 1979 | ); |
1980 | 1980 | name = "Upload source maps to Bugsnag"; |
1981 | 1981 | outputFileListPaths = ( |
|
1984 | 1984 | ); |
1985 | 1985 | runOnlyForDeploymentPostprocessing = 0; |
1986 | 1986 | shellPath = /bin/sh; |
1987 | | - shellScript = "#SOURCE_MAP=\"$TMPDIR/$(md5 -qs \"$CONFIGURATION_BUILD_DIR\")-main.jsbundle.map\" ../node_modules/@bugsnag/react-native/bugsnag-react-native-xcode.sh\n"; |
| 1987 | + shellScript = "SOURCE_MAP=\"$TMPDIR/$(md5 -qs \"$CONFIGURATION_BUILD_DIR\")-main.jsbundle.map\" ../node_modules/@bugsnag/react-native/bugsnag-react-native-xcode.sh\n"; |
1988 | 1988 | showEnvVarsInLog = 0; |
1989 | 1989 | }; |
1990 | 1990 | 7F8EB9489218C65E04132D08 /* [CP] Embed Pods Frameworks */ = { |
|
2646 | 2646 | "$(inherited)", |
2647 | 2647 | "$(SRCROOT)/../node_modules/rn-extensions-share/ios/**", |
2648 | 2648 | "$(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase/**", |
2649 | | - "$PODS_CONFIGURATION_BUILD_DIR/Firebase", |
| 2649 | + $PODS_CONFIGURATION_BUILD_DIR/Firebase, |
2650 | 2650 | ); |
2651 | 2651 | INFOPLIST_FILE = ShareRocketChatRN/Info.plist; |
2652 | 2652 | IPHONEOS_DEPLOYMENT_TARGET = 15.1; |
|
2722 | 2722 | "$(inherited)", |
2723 | 2723 | "$(SRCROOT)/../node_modules/rn-extensions-share/ios/**", |
2724 | 2724 | "$(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase/**", |
2725 | | - "$PODS_CONFIGURATION_BUILD_DIR/Firebase", |
| 2725 | + $PODS_CONFIGURATION_BUILD_DIR/Firebase, |
2726 | 2726 | ); |
2727 | 2727 | INFOPLIST_FILE = ShareRocketChatRN/Info.plist; |
2728 | 2728 | IPHONEOS_DEPLOYMENT_TARGET = 15.1; |
|
3249 | 3249 | ONLY_ACTIVE_ARCH = YES; |
3250 | 3250 | OTHER_CFLAGS = "$(inherited)"; |
3251 | 3251 | OTHER_CPLUSPLUSFLAGS = "$(inherited)"; |
3252 | | - OTHER_LDFLAGS = ( |
3253 | | - "$(inherited)", |
3254 | | - " ", |
3255 | | - ); |
| 3252 | + OTHER_LDFLAGS = "$(inherited) "; |
3256 | 3253 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
3257 | 3254 | SDKROOT = iphoneos; |
3258 | 3255 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; |
|
3318 | 3315 | MTL_ENABLE_DEBUG_INFO = NO; |
3319 | 3316 | OTHER_CFLAGS = "$(inherited)"; |
3320 | 3317 | OTHER_CPLUSPLUSFLAGS = "$(inherited)"; |
3321 | | - OTHER_LDFLAGS = ( |
3322 | | - "$(inherited)", |
3323 | | - " ", |
3324 | | - ); |
| 3318 | + OTHER_LDFLAGS = "$(inherited) "; |
3325 | 3319 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
3326 | 3320 | SDKROOT = iphoneos; |
3327 | 3321 | SWIFT_COMPILATION_MODE = wholemodule; |
|
0 commit comments