Skip to content

HaoweiCh/cartool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cartool

Export images from OS X / iOS .car CoreUI archives.
Very rough code, probably tons wrong with it, but still useful.


步骤

  1. 拉本项目 git clone --depth=1
  2. Command+B 编译
  3. Show Build folder in Finder
  4. cp ./Products/Debug/cartool destination-you-want
    • 拷贝 cartool 到任何位置你喜欢的如 /usr/local/bin 就可以全局访问了
  5. cartool Payloader/demo.app/Assets.car ./assets
    • 导出 Assets.car 的所有资源到 assets 目录下(记得提前创建 assets 目录哦)

About

Export images from OS X / iOS .car CoreUI archives

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 70.7%
  • Roff 29.3%