Skip to content

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;

About

View images in .car files

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages