> I have an app that I'd like to use a Cocoa Framework in (and it'd normally > end up in my app package in the Frameworks folder). > > For licensing reasons, I can't embed it directly, and my all will work > without it (though some features will be disabled). > > I'd like to allow users to download this framework elsewhere, then drag it > to my app's dock icon... It will copy it to where it needs to be in the app > package, then quit and the user can relaunch. > > How can I compile/link my code so that the framework effectively has a soft > link? I will need to check for the presence of the framework at runtime, and > if it is not there, avoid calling into it, but if the user has added it, the > functionality would be available.
Err make that "weak link"... Not thinking in English right now! _______________________________________________ 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 arch...@mail-archive.com