> I have some doubts with MacOS X 10.5 and 10.4: > > 1) If I compile my application with MacOS X SDK 10.5 and I run it > under MacOS X SDK 10.4 (and I don't use any explicit 10.5 class) it > will run without problems? > 2) If I use a specific 10.5 class (i.e: NSDockTile) is obvious it > won't run under MacOS X 10.4, but if I code something like this, will > run under MacOS X 10.4?
I can't answer your NSDockTile question, but I am also targetting 10.4 and I have therefore set this as the Base SDK in my project settings for all configurations. This generates compiler errors (or warnings, at least) if you use any 10.5-specific features and, I assume, generate apps that will run on Tiger (haven't tested this yet!). I assume, also, that we both want to generate universal binaries. HTH - Paul. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
