• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Organizing an Xcode template and frameworks for plugin development kit
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Organizing an Xcode template and frameworks for plugin development kit


  • Subject: Re: Organizing an Xcode template and frameworks for plugin development kit
  • From: Rick Hoge <email@hidden>
  • Date: Sat, 18 Sep 2004 23:05:40 -0400


Thanks, Brent!

I'm pretty confident that the SDK only needs to have the interface
files (headers) for the plug-in code to compile correctly. If your app
has the library code loaded (I'll assume such), then when the plug-in
is loaded dyld should resolve the references OK. The framework code
isn't needed during compile time, only run time.

I was under the impression that for the plugin to compile and link, it would need access to the framework. On the other hand since it is dynamically loaded, does it actually link???



Now if the plug-in developer wants to write test tools/apps then that's another story. But in any case, as long as the framework is somewhere on the framework search paths, I think you're fine.

I'm sure I'll be corrected if I'm wrong on some point.

--

Brent Gulanowski
http://www.boredastronaut.com


_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >Organizing an Xcode template and frameworks for plugin development kit (From: Rick Hoge <email@hidden>)
 >Re: Organizing an Xcode template and frameworks for plugin development kit (From: Brent Gulanowski <email@hidden>)

  • Prev by Date: Re: Organizing an Xcode template and frameworks for plugin development kit
  • Next by Date: Re: Application in multiple screens
  • Previous by thread: Re: Organizing an Xcode template and frameworks for plugin development kit
  • Next by thread: Is automatic key-value validation possible?
  • Index(es):
    • Date
    • Thread