Skip to content

Commit

Permalink
Merge pull request Zuikyo#6 from ikem-krueger/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Zuikyo authored Nov 9, 2018
2 parents 359b25e + 2a4db44 commit a84afe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ How to extract symbols from firmware:
8. If you need all arm64, armv7s and armv7 of frameworks, you need to extract `dyld_shared_cache_arm64`, `dyld_shared_cache_armv7s`,`dyld_shared_cache_armv7`all. `dsc_extractor`will merge different architectures into same files when extracting to a same directory
9. Then you get all system frameworks of this firmware in output folder. Put those files into a folder as a symbol file hierarchy, such as `12.0 (16A5288q)/Symbols/`, and you can use this folder to symbolicate crash report now

## Thank you for reading. If this porject is helpful, please give me a star :)
## Thank you for reading. If this project is helpful, please give me a star :)

---

### My Other Framework

I'd like to introduce [ZIKRouter](https://github.com/Zuikyo/ZIKRouter), a iOS dependency injection framework. ZIKRouter helps your app split into loosely-coupled components. you can see how to perfectly decouple your modules in the demo. You will love it :)
I'd like to introduce [ZIKRouter](https://github.com/Zuikyo/ZIKRouter), a iOS dependency injection framework. ZIKRouter helps your app split into loosely-coupled components. you can see how to perfectly decouple your modules in the demo. You will love it :)

0 comments on commit a84afe9

Please sign in to comment.