I am developing an app that should run on Tiger as well as Leopard. I want to use IKSlideshow when running on Leopard, so I wrote a class (let's call it MyDataSource) that implements the methods of IKSlideshowDataSource, which is instantiated in the method that will start the slideshow. This method is only called if the app is running on Leopard. In the build settings I set the SDK to 10.5 and the Deployment Target to 10.4. I also added the linker flag -weak_framework ImageKit.

Now, when I am compiling the project, I get a warning "Mac OS X 10.5 or later is needed for use of property" wherever MyDataSource.h is included. Since I don't currently have a Tiger system at hand for testing, I was wondering, whether the app will run on Tiger anyway or whether there is something else I need to do.

Thanks,
Daniel
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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]

Reply via email to