Skip to content

Instantly share code, notes, and snippets.

@MarcoSero
Created June 15, 2013 11:15
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save MarcoSero/5787782 to your computer and use it in GitHub Desktop.
Save MarcoSero/5787782 to your computer and use it in GitHub Desktop.
Class Dump iOS 7 Frameworks
# 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