Hi everybody.
I'm writing a plugin architecture for my app. I just moved a class from the main project to a new Bundle project, and got 18 errors because of a few missing frameworks. I'm using two frameworks that I ship with the app, since they're not included in OS X. To start with, I'll have three plugins, all of which require those frameworks. Now, that means that the three plugins, each with only 100-150 lines of code, need 4MB worth of frameworks... Is there a way to get around this without making it ugly, to include the frameworks *once*?

Obviously, it'd be great if the solution meant that plugin developers wouldn't have to include the frameworks as well...
Any ideas?

Regards,
Thomas
_______________________________________________

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]

Reply via email to