cartool
cartool copied to clipboard
Export images from OS X / iOS .car CoreUI archives
Fixes an issue where cartool crashed on Mohave due to an API change on CUIThemeFacet. -initWithURL:error: was moved by Apple to CUICatalog.
Error when running command to extract .car contents to folder
Swift5: https://github.com/iHTCboy/acextract
At first run :cartool[37635:515969] [framework] CUIThemeStore: No theme registered with id=18442823884578500406 run second:2019-02-28 10:19:23.211861+0800 cartool[37645:516265] -[NSTaggedPointerString unsignedLongLongValue]: unrecognized selector sent to instance 0x1 2019-02-28 10:19:23.212488+0800 cartool[37645:516265] *** Terminating app due...
crash
[catalog setValue:facet forKey:@"_storageRef"]; 2018-10-26 14:11:43.054192+0800 cartool[7230:406857] -[__NSTaggedDate unsignedLongLongValue]: unrecognized selector sent to instance 0x1 2018-10-26 14:11:43.054852+0800 cartool[7230:406857] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSTaggedDate unsignedLongLongValue]: unrecognized selector...
This change adds PDF extraction support. I only tested it on one `Assets.car` file and it extracted the PDFs successfully. Could use some extra testing. Feedback welcome or feel free...
This tool can't extract `AppIcon`. Instead of: ```objc for (NSNumber *scaleFactor in @[@1, @2, @3]) { CUINamedImage *image = [catalog imageWithName:key scaleFactor:scaleFactor.doubleValue]; if (image && image.scale == scaleFactor.floatValue) [images addObject:image];...
i can't extract all pictures from assets.car which is packaged by xcode 9
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '[ setNilValueForKey]: could not set nil as the value for the key _storageRef.'