Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yueoaix authored Aug 7, 2020
1 parent 420e618 commit 7d57479
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# SymbolicatorX
[![Swift 5](https://img.shields.io/badge/swift-5-orange.svg?style=flat)](https://github.com/apple/swift) [![Platform](http://img.shields.io/badge/platform-macOS-red.svg?style=flat)](https://developer.apple.com/macos/) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/zqqf16/SYM/master/LICENSE) [![Github](http://img.shields.io/badge/github-Yueoaix-yellow.svg?style=flat)](https://github.com/Yueoaix)

<p align="center">
<img src="./SymbolicatorX/SymbolicatorX/Assets.xcassets/AppIcon.appiconset/appiconMacHuge_512pt.png" width="150">
</p>

iOS/Mac 项目崩溃文件自动符号化工具

## 主要功能
1. Crash 文件自动查找匹配的 dSYM 文件并解析
2. iOS 设备日志直接浏览,崩溃日志导入
3. App 沙盒内文件浏览与导出
4. ipa 包安装

## 使用方法
Crash 文件符号化,自动定位崩溃位置
![](./Demo/Demo1.gif)

设备崩溃日志直接导入使用
![](./Demo/Demo2.gif)

App 沙盒内文件浏览与导出
![](./Demo/Demo3.gif)

ipa 包安装
![](./Demo/Demo4.gif)

0 comments on commit 7d57479

Please sign in to comment.