tags:

views:

63

answers:

2

I built an 10.6+ only app, I tested it in 32-bit and 64-bit mode and everything works (or at least I couldn't find anything wrong).

I need help with the actual release build of the app.

What settings should I keep an eye out for?

Thanks!

+1  A: 

I wrote a Mac app checklist a few years ago. Mostly still accurate today, although I now use Mercurial instead of Subversion and Opacity instead of PostScript.

Peter Hosey
A: 

I wrote a free tool to validate your Info.plist file.

Also, you should sign your code. (If you're not familiar with that, look up the Code Signing Guide in the Xcode documentation viewer.)

JWWalker