码迷,mamicode.com
首页 > 移动开发 > 详细

Analysing Assets.car file in IOS

时间:2016-02-23 10:59:21      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:

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

标签:

原文地址:http://www.cnblogs.com/qike/p/5208903.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!