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的主要内容,如果未能解决你的问题,请参考以下文章

在 iOS 中分析 Assets.car 文件

解压Assets.car获取App中的图片资源

无法在 Application Loader 中读取 Assets.car

Mac 如何导出ipa文件中Assets.car包中的切图

如何打开Assets.car文件

如果应用支持 iOS 8 或更早版本,Assets.car 不能包含 16 位或 P3 资产?