Valid frameworks
Valid frameworks
- Subject: Valid frameworks
- From: Quincey Morris <email@hidden>
- Date: Tue, 21 Oct 2008 16:18:59 -0700
I'm a bit confused about which frameworks an FxPlug is allowed to link
against.
The template Xcode FxPlug projects all import <Foundation/
Foundation.h> in the plug-in header file, suggesting that plug-ins are
not expected to use AppKit. However, the project itself includes the
AppKit framework -- as a set of headers AND as a framework to link
against in the predefined target.
I'm assuming there's plenty of stuff in AppKit that it's NOT safe to
use (anything to do with NSApplication, for example), but the question
is what (if anything) is safe to use.
So far, open and save panels seem to work, as does the NSBundle class.
Views work, for custom UI parameters, and alerts seem to be OK, but
what about additional windows in general? What about bindings? I would
like to use NSWorkspace, but I've no idea whether it needs support
from the host application or not.
Any guidance about deciding what to use and what avoid would be welcome.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Pro-apps-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden