Skip to content

Tags: inket/MacSymbolicator

Tags

2.6

Toggle 2.6's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
inket Mahdi Bchatnia
- Fixed symbolicating stack frames in the "Application Specific Backt…

…race" section of crash reports (#25, #31)

- Fixed symbolicating crash reports with extra JSON header (#30)
- Fixed symbolication accidentally removing the function's byte offset (which could be very useful in some cases!)
- Fixed translating (and by consequence, symbolicating) .ips crash reports from the CLI on macOS Ventura
    - Surprisingly this issue did not affect the GUI version

2.5

Toggle 2.5's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
inket Mahdi Bchatnia
- Added support for symbolicating spindump reports

- Added support for Open With, and drag and drop into app icon for .ips files

2.4

Toggle 2.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
inket Mahdi Bchatnia
- Added support for symbolicating .ips crash reports

    - Uses private Apple APIs to convert to the old format for best results
- Added a CLI version of the app at `MacSymbolicator.app/Contents/MacOS/MacSymbolicatorCLI`:
    - GUI app still has advantages like automatically searching for dSYMs and telling you what's happening/wrong
    - Preview:
```
USAGE: mac-symbolicator-cli [--translate-only] [--verbose] [--output <output>] <crash-report> [<dsym-path> ...]

ARGUMENTS:
  <crash-report>          The crash report or sample file (.crash/.ips/.txt)
  <dsym-path>             The dSYMs to use for symbolication

OPTIONS:
  -t, --translate-only    Translate the crash report from .ips to .crash
  -v, --verbose
  -o, --output <output>   The output file to save the result to, instead of printing to stdout
  -h, --help              Show help information.

```
- Built for Apple Silicon
- Removed Squirrel (auto-updating framework)
    - Because it doesn't support Apple Silicon + dead bloat project
    - App will now check GitHub releases on launch and tell you if there's a new version

2.3

Toggle 2.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
inket Mahdi Bchatnia
- Support symbolicating crash reports for apps with multiple targets/…

…frameworks (see #21)

- Support reading embedded dSYMs generated by fastlane (see #21)

2.2

Toggle 2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
inket Mahdi Bchatnia
Changes:

- Search for dSYMs using Spotlight, #16 (42e3bd0)

2.1

Toggle 2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
inket Mahdi Bchatnia
Added support for symbolicating iOS crash reports

2.0

Toggle 2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
inket Mahdi Bchatnia
- Rewritten in Swift

1.1.1

Toggle 1.1.1's commit message
Bump to 1.1.1

1.1

Toggle 1.1's commit message
+ Added git versioning build script