Analysing Assets.car file in IOS
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Analysing Assets.car file in IOS相关的知识,希望对你有一定的参考价值。
This tool can extract a .car archive: https://github.com/steventroughtonsmith/cartool
Steps to extract archive:
Once you‘ve downloaded the zip from github, compile it in Xcode to generate the command line tool. Then expand the Products group and right click on the cartool file and locate it in finder. You can then run the tool like so:
open terminal
cd /path/to/cartool
./cartool /path/to/Assets.car /path/to/outputDirectory
以上是关于Analysing Assets.car file in IOS的主要内容,如果未能解决你的问题,请参考以下文章