Skip to content

Commit

Permalink
Updated README for the new version
Browse files Browse the repository at this point in the history
  • Loading branch information
inket committed Sep 18, 2022
1 parent 3b5f757 commit 0114b68
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,31 @@
![MacSymbolicator](/Resources/Assets.xcassets/AppIcon.appiconset/Icon_128x128.png?raw=true)

# MacSymbolicator 2.0
# MacSymbolicator 2.5

A simple Mac app for symbolicating macOS/iOS crash reports.

[Download](http:https://mahdi.jp/apps/macsymbolicator)
Supports symbolicating:

- .crash and .ips crash reports
- sample and spindump reports

Includes a command-line interface (`MacSymbolicator.app/Contents/MacOS/MacSymbolicatorCLI`):

```
USAGE: mac-symbolicator-cli [--translate-only] [--verbose] [--output <output>] <report-file-path> [<dsym-path> ...]
ARGUMENTS:
<report-file-path> The report file: .crash/.ips for crash reports .txt for samples/spindumps
<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.
```

[Download](https://github.com/inket/MacSymbolicator/releases)

<a href="https://www.buymeacoffee.com/mahdibchatnia" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="48" width="173" ></a>

Expand Down

0 comments on commit 0114b68

Please sign in to comment.