Skip to content
forked from G-P-S/cartool

Export images from OS X / iOS .car CoreUI archives

License

Notifications You must be signed in to change notification settings

levigroker/cartool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cartool

Export images from OS X / iOS .car CoreUI archives.

Usage

cartool <car_file> [output_directory]

cartool is a command line utility which takes two parameters:

  • <car_file> is required and is the location and name of the .car file to extract.
  • [output_directory] is optional and is the output path to extract the images from the .car file. If not specified, the current directory will be used.

Example:

cartool ./path/to/Assets.car ~/Desktop/car_images

This will extract all images from the specified Assets.car file to a directory on the user's Desktop called car_images (which should exist prior to using the tool).

Installing

Build and archive, then export "Save Built Products". Move the cartool executable into /usr/local/bin

Disclaimer and Licence

About

A professional iOS engineer by day, my name is Levi Brown. Authoring a blog grokin.gs, I am reachable via:

Twitter @levigroker
App.net @levigroker
Email levigroker@gmail.com

Your constructive comments and feedback are always welcome.

About

Export images from OS X / iOS .car CoreUI archives

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 59.6%
  • Roff 40.4%