Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Add debug symbol uploads for dev builds
Browse files Browse the repository at this point in the history
  • Loading branch information
justinabrahms committed Jun 20, 2023
1 parent 0728c12 commit a135e18
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions xcode/Subconscious/Subconscious.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1364,6 +1364,7 @@
B8EB29F726F27797006E97C3 /* Sources */,
B8EB29F826F27797006E97C3 /* Frameworks */,
B8EB29F926F27797006E97C3 /* Resources */,
8804D2562A424FD900D45E83 /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -1566,6 +1567,26 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
8804D2562A424FD900D45E83 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if which sentry-cli >/dev/null; then\nexport SENTRY_ORG=subconscious\nexport SENTRY_PROJECT=apple-ios\nexport SENTRY_AUTH_TOKEN=cfb08a61febc418bb55ec80ae6f99e2ce34b93d5b179454e9a8b8c240a3bb4d6\nERROR=$(sentry-cli debug-files upload \"$DWARF_DSYM_FOLDER_PATH\" 2>&1 >/dev/null)\nif [ ! $? -eq 0 ]; then\necho \"warning: sentry-cli - $ERROR\"\nfi\nelse\necho \"warning: sentry-cli not installed. download from https://github.com/getsentry/sentry-cli/releases\"\nfi\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
B80057E427DC355E002C0129 /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down

0 comments on commit a135e18

Please sign in to comment.