Application Deployment question
I'm new to deploying for 2 OS, lets say for example开发者_Go百科 I want to deploy to Leopard and Snow Leopard. Both have simple code differences. What is the most common way of doing this? - Make 2 targets, one with base sdk 10.5 and the other to 10.6? - Another way? Thank you!
make you target SDK 10.6 and your Mac OS X deployment target 10.5, then just code for 10.5.
精彩评论