|
346 | 346 | 1F1C00952B8E53EE00FC18DB /* Frameworks */, |
347 | 347 | 1F1C00972B8E53EE00FC18DB /* Resources */, |
348 | 348 | 1F1C009B2B8E53EE00FC18DB /* Bundle React Native code and images */, |
349 | | - 1F1C009C2B8E53EE00FC18DB /* Upload Debug Symbols to Sentry */, |
| 349 | + 1FC753F82D0C93DE00D88337 /* Upload Debug Symbols to Sentry */, |
350 | 350 | CF75C34FAD8767964D07A5AD /* [CP] Embed Pods Frameworks */, |
351 | 351 | EC59DD71D9B1F9BC35C2AAD6 /* [CP] Copy Pods Resources */, |
352 | 352 | ); |
|
516 | 516 | files = ( |
517 | 517 | ); |
518 | 518 | inputPaths = ( |
| 519 | + "${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}", |
519 | 520 | ); |
520 | 521 | name = "Upload Debug Symbols to Sentry"; |
521 | 522 | outputPaths = ( |
522 | 523 | ); |
523 | 524 | runOnlyForDeploymentPostprocessing = 0; |
524 | 525 | shellPath = /bin/sh; |
525 | | - shellScript = "\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nif [ -f \"$WITH_ENVIRONMENT\" ]; then\n . \"$WITH_ENVIRONMENT\"\nfi\nexport SENTRY_PROPERTIES=sentry.properties\n[ \"$SENTRY_INCLUDE_NATIVE_SOURCES\" = \"true\" ] && INCLUDE_SOURCES_FLAG=\"--include-sources\" || INCLUDE_SOURCES_FLAG=\"\"\n../node_modules/@sentry/cli/bin/sentry-cli debug-files upload \"$INCLUDE_SOURCES_FLAG\" \"$DWARF_DSYM_FOLDER_PATH\"\n"; |
| 526 | + shellScript = "export SENTRY_CLI_EXECUTABLE=\"../node_modules/@sentry/cli/bin/sentry-cli\"\nexport SENTRY_INCLUDE_NATIVE_SOURCES=true # Upload native iOS sources\n\n../node_modules/@sentry/react-native/scripts/sentry-xcode-debug-files.sh\n"; |
526 | 527 | }; |
527 | 528 | 1F1C008F2B8E53EE00FC18DB /* Start Packager */ = { |
528 | 529 | isa = PBXShellScriptBuildPhase; |
|
576 | 577 | ); |
577 | 578 | runOnlyForDeploymentPostprocessing = 0; |
578 | 579 | shellPath = /bin/sh; |
579 | | - shellScript = "if [[ -f \"$PODS_ROOT/../.xcode.env\" ]]; then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n# The project root by default is one level up from the ios directory\nexport PROJECT_ROOT=\"$PROJECT_DIR\"/..\n\nif [[ \"$CONFIGURATION\" = *Debug* ]]; then\n export SKIP_BUNDLING=1\nfi\nif [[ -z \"$ENTRY_FILE\" ]]; then\n # Set the entry JS file using the bundler's entry resolution.\n export ENTRY_FILE=\"$(\"$NODE_BINARY\" -e \"require('expo/scripts/resolveAppEntry')\" \"$PROJECT_ROOT\" ios relative | tail -n 1)\"\nfi\n\nif [[ -z \"$CLI_PATH\" ]]; then\n # Use Expo CLI\n export CLI_PATH=\"$(\"$NODE_BINARY\" --print \"require.resolve('@expo/cli')\")\"\nfi\nif [[ -z \"$BUNDLE_COMMAND\" ]]; then\n # Default Expo CLI command for bundling\n export BUNDLE_COMMAND=\"export:embed\"\nfi\n\n`\"$NODE_BINARY\" --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/react-native-xcode.sh'\"`\n"; |
| 580 | + shellScript = "if [[ -f \"$PODS_ROOT/../.xcode.env\" ]]; then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n# The project root by default is one level up from the ios directory\nexport PROJECT_ROOT=\"$PROJECT_DIR\"/..\n\nif [[ \"$CONFIGURATION\" = *Debug* ]]; then\n export SKIP_BUNDLING=1\nfi\nif [[ -z \"$ENTRY_FILE\" ]]; then\n # Set the entry JS file using the bundler's entry resolution.\n export ENTRY_FILE=\"$(\"$NODE_BINARY\" -e \"require('expo/scripts/resolveAppEntry')\" \"$PROJECT_ROOT\" ios relative | tail -n 1)\"\nfi\n\nif [[ -z \"$CLI_PATH\" ]]; then\n # Use Expo CLI\n export CLI_PATH=\"$(\"$NODE_BINARY\" --print \"require.resolve('@expo/cli')\")\"\nfi\nif [[ -z \"$BUNDLE_COMMAND\" ]]; then\n # Default Expo CLI command for bundling\n export BUNDLE_COMMAND=\"export:embed\"\nfi\n\nSOURCEMAP_FILE=\"$(pwd)/../main.jsbundle.map\"\n\n`\"$NODE_BINARY\" --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/react-native-xcode.sh'\"`\n"; |
580 | 581 | }; |
581 | | - 1F1C009C2B8E53EE00FC18DB /* Upload Debug Symbols to Sentry */ = { |
| 582 | + 1FC753F82D0C93DE00D88337 /* Upload Debug Symbols to Sentry */ = { |
582 | 583 | isa = PBXShellScriptBuildPhase; |
583 | 584 | buildActionMask = 2147483647; |
584 | 585 | files = ( |
585 | 586 | ); |
| 587 | + inputFileListPaths = ( |
| 588 | + ); |
586 | 589 | inputPaths = ( |
| 590 | + "${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}", |
587 | 591 | ); |
588 | 592 | name = "Upload Debug Symbols to Sentry"; |
| 593 | + outputFileListPaths = ( |
| 594 | + ); |
589 | 595 | outputPaths = ( |
590 | 596 | ); |
591 | 597 | runOnlyForDeploymentPostprocessing = 0; |
592 | 598 | shellPath = /bin/sh; |
593 | | - shellScript = "\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nif [ -f \"$WITH_ENVIRONMENT\" ]; then\n . \"$WITH_ENVIRONMENT\"\nfi\nexport SENTRY_PROPERTIES=sentry.properties\n[ \"$SENTRY_INCLUDE_NATIVE_SOURCES\" = \"true\" ] && INCLUDE_SOURCES_FLAG=\"--include-sources\" || INCLUDE_SOURCES_FLAG=\"\"\n../node_modules/@sentry/cli/bin/sentry-cli debug-files upload \"$INCLUDE_SOURCES_FLAG\" \"$DWARF_DSYM_FOLDER_PATH\"\n"; |
| 599 | + shellScript = "export SENTRY_CLI_EXECUTABLE=\"../node_modules/@sentry/cli/bin/sentry-cli\"\nexport SENTRY_INCLUDE_NATIVE_SOURCES=true # Upload native iOS sources\n\n../node_modules/@sentry/react-native/scripts/sentry-xcode-debug-files.sh\n"; |
594 | 600 | }; |
595 | 601 | 2EE4BF3EE058FE90A7C55DDF /* [CP] Check Pods Manifest.lock */ = { |
596 | 602 | isa = PBXShellScriptBuildPhase; |
|
860 | 866 | files = ( |
861 | 867 | ); |
862 | 868 | inputPaths = ( |
| 869 | + "${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}", |
863 | 870 | ); |
864 | 871 | name = "Upload Debug Symbols to Sentry"; |
865 | 872 | outputPaths = ( |
866 | 873 | ); |
867 | 874 | runOnlyForDeploymentPostprocessing = 0; |
868 | 875 | shellPath = /bin/sh; |
869 | | - shellScript = "\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nif [ -f \"$WITH_ENVIRONMENT\" ]; then\n . \"$WITH_ENVIRONMENT\"\nfi\nexport SENTRY_PROPERTIES=sentry.properties\n[ \"$SENTRY_INCLUDE_NATIVE_SOURCES\" = \"true\" ] && INCLUDE_SOURCES_FLAG=\"--include-sources\" || INCLUDE_SOURCES_FLAG=\"\"\n../node_modules/@sentry/cli/bin/sentry-cli debug-files upload \"$INCLUDE_SOURCES_FLAG\" \"$DWARF_DSYM_FOLDER_PATH\"\n"; |
| 876 | + shellScript = "export SENTRY_CLI_EXECUTABLE=\"../node_modules/@sentry/cli/bin/sentry-cli\"\nexport SENTRY_INCLUDE_NATIVE_SOURCES=true # Upload native iOS sources\n\n../node_modules/@sentry/react-native/scripts/sentry-xcode-debug-files.sh\n"; |
870 | 877 | }; |
871 | 878 | FD10A7F022414F080027D42C /* Start Packager */ = { |
872 | 879 | isa = PBXShellScriptBuildPhase; |
|
1491 | 1498 | CODE_SIGN_ENTITLEMENTS = W3MWagmi/W3MWagmi.entitlements; |
1492 | 1499 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; |
1493 | 1500 | CODE_SIGN_STYLE = Manual; |
1494 | | - CURRENT_PROJECT_VERSION = 52; |
| 1501 | + CURRENT_PROJECT_VERSION = 114; |
1495 | 1502 | DEVELOPMENT_TEAM = W5R8AG9K22; |
1496 | 1503 | "DEVELOPMENT_TEAM[sdk=iphoneos*]" = W5R8AG9K22; |
1497 | 1504 | ENABLE_BITCODE = NO; |
|
1611 | 1618 | CODE_SIGN_ENTITLEMENTS = W3MWagmi/W3MWagmi.entitlements; |
1612 | 1619 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; |
1613 | 1620 | CODE_SIGN_STYLE = Manual; |
1614 | | - CURRENT_PROJECT_VERSION = 52; |
| 1621 | + CURRENT_PROJECT_VERSION = 114; |
1615 | 1622 | DEVELOPMENT_TEAM = W5R8AG9K22; |
1616 | 1623 | "DEVELOPMENT_TEAM[sdk=iphoneos*]" = W5R8AG9K22; |
1617 | 1624 | HEADER_SEARCH_PATHS = ( |
|
0 commit comments