Skip to content

Instantly share code, notes, and snippets.

@zats
Created October 12, 2023 03:08
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zats/e82e5ae782d91a942f80706eed48f8d0 to your computer and use it in GitHub Desktop.
Save zats/e82e5ae782d91a942f80706eed48f8d0 to your computer and use it in GitHub Desktop.
Private SF Symbols

List of all the images in /Library/Developer/CoreSimulator/Volumes/iOS_21A328/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.0.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SFSymbols.framework/CoreGlyphsPrivate.bundle/Assets.car

NSBundle *const sfSymbolsBundle = [SFSCoreGlyphsBundle private];
_UIAssetManager *const assetManager = [_UIAssetManager assetManagerForBundle:sfSymbolsBundle];
UIImage *const image = [assetManager imageNamed:@"apple.breathe"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment