I'm trying to chain two plugins A and B, so that plugin B depends on
and uses classes that are defined in plugin A. Is this possible and
what is the best way to set this up in xCode?
For example say this class AService is defined in plugin A:
How do I set things up so that I can write this code in plugin B:
[AService doService];
Basically I want to make a plugin A behave like a framework the plugin
B links to, except I would still like the plugin A to be discoverable
by my application at runtime time.
Thanks for any pointers.
Jesse
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden