From 3089686137bb5890c19081d6c4462aa430a9b2fb Mon Sep 17 00:00:00 2001 From: Avinash Lingaloo Date: Wed, 5 Oct 2022 13:28:27 +0400 Subject: [PATCH] Update project.pbxproj --- ios/Mattermost.xcodeproj/project.pbxproj | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ios/Mattermost.xcodeproj/project.pbxproj b/ios/Mattermost.xcodeproj/project.pbxproj index 60a87f021c..f840523128 100644 --- a/ios/Mattermost.xcodeproj/project.pbxproj +++ b/ios/Mattermost.xcodeproj/project.pbxproj @@ -668,6 +668,7 @@ 7FFE32A91FD9CB650038C7A0 /* Embed App Extensions */, ED4C644925C525E30315E09E /* [CP] Copy Pods Resources */, 791C6C6593EFE251279CC4E9 /* [CP] Embed Pods Frameworks */, + 6898DFC493C842029E3401C8 /* Upload Debug Symbols to Sentry */, ); buildRules = ( ); @@ -891,6 +892,20 @@ 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"; showEnvVarsInLog = 0; }; + 6898DFC493C842029E3401C8 /* Upload Debug Symbols to Sentry */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Upload Debug Symbols to Sentry"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "export SENTRY_PROPERTIES=sentry.properties\n../node_modules/@sentry/cli/bin/sentry-cli upload-dsym"; + }; 791C6C6593EFE251279CC4E9 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647;