Re: Using deprecated methods
Re: Using deprecated methods
- Subject: Re: Using deprecated methods
- From: Jean-Daniel Dupas <email@hidden>
- Date: Sat, 5 Jul 2008 15:56:04 +0200
Le 5 juil. 08 à 15:46, Keith Blount a écrit :
Many thanks for your reply, much appreciated. Where can I find
information on creating bundles and linking them only against a
certain OS? I'm obviously using the wrong search terms in both the
docs and in Cocoa-dev... Under the NSBundle documentation it
explains how to get a class out of an existing bundle using -
principleClass, but I can't see how to turn a class into a bundle,
or how to link the bundle specifically against Leopard, for
instance... Is there an example of how to do this somewhere?
Many thanks again and all the best,
Keith
In your project, create a new "Cocoa Bundle" Target (that will
contains all Leopar specifics classes). Then set the SDK to 10.5 and
deployment version to 10.5 for this target.
Include this new bundle in your application resources, and load it
using NSBundle resource at runtime.
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden