Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
Safe iPhone icon tweak support
Logos Objective-C Objective-C++ Shell C Makefile
Latest commit 23f4ec0 Lance Fetters Allow installation on any version of iOS 9

README

Safe icon support library for the iPhone. Uses a unique ID for each combination of packages, so icon state is never lost via respring or uninstalling a new package.

Example usage (in the initializer function of your extension):
  dlopen("/Library/MobileSubstrate/DynamicLibraries/IconSupport.dylib", RTLD_NOW);
  [[objc_getClass("ISIconSupport") sharedInstance] addExtension:@"theNameOfMyExtension"];
Something went wrong with that request. Please try again.