Reputation: 12549
I'm new to deploying for 2 OS, lets say for example 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!
Upvotes: 0
Views: 60
Reputation: 14549
make you target SDK 10.6 and your Mac OS X deployment target 10.5, then just code for 10.5.
Upvotes: 1