-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |