|
1278 | 1278 | 1EC6ACF422CB9FC300A41C61 /* Embed App Extensions */, |
1279 | 1279 | 1E1EA8082326CCE300E22452 /* ShellScript */, |
1280 | 1280 | 1ED0389C2B507B4F00C007D4 /* Embed Watch Content */, |
| 1281 | + 7AAE9EB32891A0D20024F559 /* Upload source maps to Bugsnag */, |
1281 | 1282 | 407D3EDE3DABEE15D27BD87D /* ShellScript */, |
1282 | 1283 | 9C104B12BEE385F7555E641F /* [Expo] Configure project */, |
1283 | 1284 | 4CCE5B7235CA003F286BD050 /* [CP] Embed Pods Frameworks */, |
|
1354 | 1355 | 1EFEB5912493B6640072EDC0 /* Sources */, |
1355 | 1356 | 1EFEB5922493B6640072EDC0 /* Frameworks */, |
1356 | 1357 | 1EFEB5932493B6640072EDC0 /* Resources */, |
1357 | | - BBC633F2F3849C6C1D54D98A /* [CP] Copy Pods Resources */, |
| 1358 | + B4801301A00C50FA3AD72CF9 /* [CP] Copy Pods Resources */, |
1358 | 1359 | ); |
1359 | 1360 | buildRules = ( |
1360 | 1361 | ); |
|
1549 | 1550 | ); |
1550 | 1551 | runOnlyForDeploymentPostprocessing = 0; |
1551 | 1552 | shellPath = /bin/sh; |
1552 | | - 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"; |
| 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 | 1554 | }; |
1554 | 1555 | 1E1EA8082326CCE300E22452 /* ShellScript */ = { |
1555 | 1556 | isa = PBXShellScriptBuildPhase; |
|
1815 | 1816 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-frameworks.sh\"\n"; |
1816 | 1817 | showEnvVarsInLog = 0; |
1817 | 1818 | }; |
| 1819 | + 7AAE9EB32891A0D20024F559 /* Upload source maps to Bugsnag */ = { |
| 1820 | + isa = PBXShellScriptBuildPhase; |
| 1821 | + buildActionMask = 2147483647; |
| 1822 | + files = ( |
| 1823 | + ); |
| 1824 | + inputFileListPaths = ( |
| 1825 | + ); |
| 1826 | + inputPaths = ( |
| 1827 | + $TARGET_BUILD_DIR/$INFOPLIST_PATH, |
| 1828 | + ); |
| 1829 | + name = "Upload source maps to Bugsnag"; |
| 1830 | + outputFileListPaths = ( |
| 1831 | + ); |
| 1832 | + outputPaths = ( |
| 1833 | + ); |
| 1834 | + runOnlyForDeploymentPostprocessing = 0; |
| 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"; |
| 1837 | + showEnvVarsInLog = 0; |
| 1838 | + }; |
1818 | 1839 | 84028E94C77DEBDD5200728D /* [Expo] Configure project */ = { |
1819 | 1840 | isa = PBXShellScriptBuildPhase; |
1820 | 1841 | alwaysOutOfDate = 1; |
|
1894 | 1915 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
1895 | 1916 | showEnvVarsInLog = 0; |
1896 | 1917 | }; |
1897 | | - BBC633F2F3849C6C1D54D98A /* [CP] Copy Pods Resources */ = { |
| 1918 | + B4801301A00C50FA3AD72CF9 /* [CP] Copy Pods Resources */ = { |
1898 | 1919 | isa = PBXShellScriptBuildPhase; |
1899 | 1920 | buildActionMask = 2147483647; |
1900 | 1921 | files = ( |
|
2553 | 2574 | "$(inherited)", |
2554 | 2575 | "$(SRCROOT)/../node_modules/rn-extensions-share/ios/**", |
2555 | 2576 | "$(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase/**", |
2556 | | - "$PODS_CONFIGURATION_BUILD_DIR/Firebase", |
| 2577 | + $PODS_CONFIGURATION_BUILD_DIR/Firebase, |
2557 | 2578 | ); |
2558 | 2579 | INFOPLIST_FILE = ShareRocketChatRN/Info.plist; |
2559 | 2580 | IPHONEOS_DEPLOYMENT_TARGET = 15.1; |
|
2629 | 2650 | "$(inherited)", |
2630 | 2651 | "$(SRCROOT)/../node_modules/rn-extensions-share/ios/**", |
2631 | 2652 | "$(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase/**", |
2632 | | - "$PODS_CONFIGURATION_BUILD_DIR/Firebase", |
| 2653 | + $PODS_CONFIGURATION_BUILD_DIR/Firebase, |
2633 | 2654 | ); |
2634 | 2655 | INFOPLIST_FILE = ShareRocketChatRN/Info.plist; |
2635 | 2656 | IPHONEOS_DEPLOYMENT_TARGET = 15.1; |
|
3154 | 3175 | ONLY_ACTIVE_ARCH = YES; |
3155 | 3176 | OTHER_CFLAGS = "$(inherited)"; |
3156 | 3177 | OTHER_CPLUSPLUSFLAGS = "$(inherited)"; |
3157 | | - OTHER_LDFLAGS = ( |
3158 | | - "$(inherited)", |
3159 | | - " ", |
3160 | | - ); |
| 3178 | + OTHER_LDFLAGS = "$(inherited) "; |
3161 | 3179 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
3162 | 3180 | SDKROOT = iphoneos; |
3163 | 3181 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; |
|
3221 | 3239 | MTL_ENABLE_DEBUG_INFO = NO; |
3222 | 3240 | OTHER_CFLAGS = "$(inherited)"; |
3223 | 3241 | OTHER_CPLUSPLUSFLAGS = "$(inherited)"; |
3224 | | - OTHER_LDFLAGS = ( |
3225 | | - "$(inherited)", |
3226 | | - " ", |
3227 | | - ); |
| 3242 | + OTHER_LDFLAGS = "$(inherited) "; |
3228 | 3243 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
3229 | 3244 | SDKROOT = iphoneos; |
3230 | 3245 | SWIFT_COMPILATION_MODE = wholemodule; |
|
0 commit comments