Tags: aglee/appkido
Tags
Added missing files. The reason builds didn't break for me was that t… …he Xcode project was pointing to the wrong location for the files.
Added "Cancel" and "Re-select" buttons to the Pop Quiz window.
Declaring ivars explicitly in the main @interface, and using explicit @… …synthesize, to make the compiler happy when building 32-bit.
Deploy to 10.5. Yes to codesign. Use Xcode 3.2 project format. "Skip … …install" set to NO -- needed for the results of Product > Archive to appear in the Organizer's Archive tab (learned from http://stackoverflow.com/questions/5265772/archives-not-showing-up-in-organizer-for-xcode-4).
Tweaked some things that were causing command-line builds to fail.
Added explicit ivars since I got an error when building with the comm… …and line. Can worry later about why the command-line build complained but Xcode didn't.
Tweaked appearance of Dev Tools tab in the Prefs window to match the … …Locate Dev Tools window. Made the minimum size bigger since there's more stuff now.
PreviousNext