iOS-Runtime-Headers
iOS-Runtime-Headers copied to clipboard
can't get bundle
I use SBFBackdropStatisticsProvider like this:
NSBundle *b = [NSBundle bundleWithPath:@"/System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation"];
or
NSBundle *b = [NSBundle bundleWithPath:@"/System/Library/PrivateFrameworks/SpringBoardFoundation.framework"];
but b is nil ,any help plz!
Me too. Did you work it out ?