Skip to content

Commit 65cc19b

Browse files
authored
Merge pull request #72 from getsentry/feature/upload-dsym-buildstep
Change to sentry-cli build step instead of ruby script
2 parents 1b2b6e7 + 3289e59 commit 65cc19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/SwiftExample/SwiftExample.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
);
191191
runOnlyForDeploymentPostprocessing = 0;
192192
shellPath = /bin/sh;
193-
shellScript = ./sentry_dsym_upload.rb;
193+
shellScript = "if which sentry-cli >/dev/null; then\nexport SENTRY_ORG=sentry\nexport SENTRY_PROJECT=internal\nexport SENTRY_AUTH_TOKEN=YOUR_AUTH_TOKEN\nsentry-cli upload-dsym\nelse\necho \"warning: sentry-cli not installed, download from https://github.com/getsentry/sentry-cli/releases\"\nfi";
194194
};
195195
05E992927815BE3F8A63BD58 /* [CP] Check Pods Manifest.lock */ = {
196196
isa = PBXShellScriptBuildPhase;

0 commit comments

Comments
 (0)