• 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: Internal Framework linked from an internal helper app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Internal Framework linked from an internal helper app


  • Subject: Re: Internal Framework linked from an internal helper app
  • From: "Jonathan 'Wolf' Rentzsch" <email@hidden>
  • Date: Thu, 11 Mar 2004 18:52:48 -0600

Eric Roccasecca, email@hidden, wrote:
>MyProgram.app
> Contents
> MacOS
> MyProgram
> Frameworks
> MyFramework.framework
> PlugIns
> OneOfMyPlugins.plugin
> Resources
> HelperProgram.app
>
>MyProgram links to my internal framework MyFramework and my plugins,
>which are loaded into MyProgram, link to this same framework. This of
>course works fine because in my framework the "Installation Path" is
>set to "@executable_path/../Frameworks". Straight forward stuff, well
>once I understood it a couple years ago.
>
>The problem is that now I am needing to use MyFramework from inside
>HelperProgram.

So it's really something like this:

MyProgram.app
Contents
MacOS
MyProgram
Frameworks
MyFramework.framework
PlugIns
OneOfMyPlugins.plugin
Resources
HelperProgram.app
Contents
MacOS
HelperProgram


Did you try

@executable_path/../../../../Frameworks

for HelperProgram.app? I may be off-by-one there -- if that doesn't work,
add or remove another '../'.

| Jonathan 'Wolf' Rentzsch http://rentzsch.com
| Red Shed Software http://redshed.net
| "better" necessarily means "different"
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.


  • Prev by Date: Re: NSImageView drawing the NSImage...
  • Next by Date: borderless buttons with graphics...
  • Previous by thread: Internal Framework linked from an internal helper app
  • Next by thread: Re: Internal Framework linked from an internal helper app
  • Index(es):
    • Date
    • Thread