Skip to content

Instantly share code, notes, and snippets.

@cuihujun
Forked from MarcoSero/gist:5787782
Last active August 29, 2015 14:24
Show Gist options
  • Save cuihujun/f8781c062797583bd633 to your computer and use it in GitHub Desktop.
Save cuihujun/f8781c062797583bd633 to your computer and use it in GitHub Desktop.
# install class-dump
brew install class-dump
# dump the frameworks you're interested in
class-dump -H -o UIKit /Applications/Xcode5-DP.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/UIKit.framework
class-dump -H -o SpringBoardUI /Applications/Xcode5-DP.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/PrivateFrameworks/SpringBoardUI.framework
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment