Skip to content
Compare
Choose a tag to compare
@nygard nygard released this 04 Oct 22:35
· 172 commits to master since this release
  • Targetting 10.7+ now. Needs to build with the 10.8 SDK.
  • Lots of changes to the code. Style changes. Using automatic reference counting. Objective-C literals and array/dictionary indexing.
  • Recognise armv7s architecture.
  • Fixed a bug where --arch x86_64 wouldn’t find the correct architecture.
  • Handle 4 new load commands from 10.8:
    • LC_MAIN
    • LC_DATA_IN_CODE
    • LC_SOURCE_VERSION
    • LC_DYLIB_CODE_SIGN_DRS
  • Show source and SDK versions.
  • Fix crasher on SDK frameworks, which have empty sections.
  • deprotect fat files, endian neutral, better error messages. [0xced]
  • Use __atribute__((visibility(“hidden”))) instead of // Not exported [0xced]
  • Show a more informative error message when the file doesn’t contain the desired architecture.
  • Switch to NSRegularExpression for -C arg matching.