On Thu, Aug 8, 2013 at 12:04 PM, Eduardo Sato <[email protected]>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
[email protected]                                  [email protected]
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to