Steve Nygard

Class-dump 3.4 Is Now Available

This release of class-dump has been updated for Mac OS X 10.8 Mountain Lion. It requires the 10.8 SDK, but still targets 10.7. You can download this version from the class-dump project page, and the latest source is always available from the class-dump git repository at Github.

Mac OS X 10.8 adds a few new load commands, and now class-dump doesn’t log warnings about these. Two of these load commands indicate the minimum Mac OS X or iOS versions required, and these now appear in the class-dump output. class-dump also recognizes the new ‘armv7s’ architecture.

The project now uses ARC, properties are synthesized by default when possible and instance variables are declared in the implementation. There are several other changes to the coding style.

You can send but reports to me at nygard at gmail.com, or add it to the project’s Issue Tracker at github.