Skip to content

Instantly share code, notes, and snippets.

@pouriaalmassi
Forked from MarcoSero/gist:5787782
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pouriaalmassi/865b57e7143f97ce3480 to your computer and use it in GitHub Desktop.
Save pouriaalmassi/865b57e7143f97ce3480 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