Skip to content

Instantly share code, notes, and snippets.

View gillesguillemin's full-sized avatar

Gilles Guillemin gillesguillemin

View GitHub Profile
@gillesguillemin
gillesguillemin / Xcode_class_dump_helper
Last active August 29, 2015 14:05
Ruby script simplifying Xcode's class dump
# Ruby script automating Xcode's class dump
#
# This requires to have Steve Nygard's class-dump installed
# http://stevenygard.com/projects/class-dump/
#
# List of the 4 repertories with dumpable <mach-o> content
frameworks = %w(Frameworks OtherFrameworks PlugIns SharedFrameworks)
input_path = '/Applications/Xcode.app/Contents'