[Haskell-cafe] Installing wxHaskel on Snow Leopard

Brandon Allbery allbery.b at gmail.com
Thu Aug 8 19:17:43 CEST 2013


On Thu, Aug 8, 2013 at 12:04 PM, Eduardo Sato <eduardo.sato at gmail.com>wrote:

> Would it be necessary to change Info.plist?
>

I don't believe so; Info.plist is the externally visible interface details,
but these libraries should be hidden inside the app bundle and not visible
outside of it. When the runtime dynamic library loader is invoked in the
context of a bundle, it uses a special token to find bundle-relative
internal libraries (see @executable_path and friends in `man 1 dyld`). This
is independent of Info.plist, except insofar as existence (not contents) of
that plist is part of Apple's definition of "bundle".

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130808/c6d1a0a7/attachment.htm>


More information about the Haskell-Cafe mailing list