FROM : Thomas Backman
DATE : Tue Apr 15 23:15:36 2008
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
DATE : Tue Apr 15 23:15:36 2008
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
| Related mails | Author | Date |
|---|---|---|
| Thomas Backman | Apr 15, 23:15 | |
| Kyle Sluder | Apr 16, 00:04 | |
| Karsten | Apr 16, 17:03 |






Cocoa mail archive

