Skip to content

Commit

Permalink
Update Bugsnag/Assets/Bugsnag/Editor/SymbolUpload/BugsnagSymbolUpload…
Browse files Browse the repository at this point in the history
…er.cs

Co-authored-by: Tom Longridge <tom@bugsnag.com>
  • Loading branch information
richardelms and tomlongridge authored Dec 18, 2024
1 parent de00e79 commit f94ba77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ internal class BugsnagSymbolUploader : IPostprocessBuildWithReport
fi
";

private const string DSYM_UPLOAD_BUILD_PHASE_NAME = "BugsnagDSYMUpload";
private const string DSYM_UPLOAD_BUILD_PHASE_NAME = "BugSnag dSYM Upload";
private const string DSYM_UPLOAD_SHELL_NAME = "/bin/sh";

private string _shelScriptPattern = @"\s*\/\*\s*\w+\s*\*\/\s*=\s*\{([\s\S]*?)\};";
Expand Down

0 comments on commit f94ba77

Please sign in to comment.