Migrate from ProjectBuilder project to Xcode project.
Use Xcode assets for the icon
Convert nibs to xibs: They're more diff-friendly.
Remove big-endian defines: x86_64 and ARM64, the current targets, are little-endian.
Convert a lot of the Cocoa code to ARC.
This is based off of my work here: https://github.com/MaddTheSane/arcem
There's no guarantee that this will work, but it does build (when using Xcode).
This is based off of my work here: https://github.com/MaddTheSane/arcem There's no guarantee that this will work, but it does build (when using Xcode).