Skip to content

ipadkid358/carReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

carReader

View contents of a given .car file

  • idea by Jason Day
  • thanks to CoolStar for cardump to get me on the right path
  • iOS-Artwork-Extractor explained how to use valueForKeyPath:

Documentaion on _UIAssetManager

// Private class in UIKit (public framework)
_UIAssetManager *assets;

// Below classes are in CoreUI (private framework)
CUICatalog *catalog = assets._catalog;
CUIStructuredThemeStore *themeStore = catalog._themeStore;

NSArray<NSString *> *allImageNames = themeStore.allImageNames;