Is anyone doing iPhone SDK 2.x.x dev on Snow Leopard?
There seems not to be an SDK 2.x.x for Snow Leopard. Or am I mistaken? BTW, I'm loving the built-in Clang!! Kudos to the Xcode team! You can write applications targeting iPhone OS 2.x for Snow Leopard. Just make sure you are not using any iPhone OS 3.0 specific API:s. You can also write applications that target both 2.x and uses 3.0 features if available. Two things to keep in mind if you do: Link any iPhone OS 3.0 frameworks weakly. Be sure to check the [UIDevice currentDevice].systemVersion before calling something 3.0-ish. Could be a third bullet; Ask yourself if user who did not even care