Skip navigation.
 
mlRe: Embedding a framework in 10.1
FROM : Timothy J.Wood
DATE : Mon Dec 20 19:43:03 2004

Omni apps used to have a little Launcher app inside the app wrapper
that would set some DYLD environment (see 'man dyld') to have the
Frameworks directory in our app wrapper searched and then it would exec
the real app.  This was yucky, but worked.  There are possibly other
approaches, but this is the one I know of :)

  Let me know off list if you want a copy and I'll forward it to you.

-tim


On Monday, December 20, 2004, at 03:27  AM, Markus Hitter wrote:

>
> Hello everybody,
>
> in an attempt to make my app compatible with Mac OS X 10.1.5, I can't
> find any hints how to embed a framework into the app's bundle. For
> 10.2 and later, there's the @executable_path/../Frameworks special
> installation path but this doesn't seem to work on 10.1.
>
> Googling around only shows terms like "OS X 10.1 support dropped" and
> simliar. :-} In ProjectBuilders docs, it's clearly stated frameworks
> can be embedded. But no hint _how_ this is done. Anyone remebers?
>
>
> Thanks,
> Markus
>
> - - - - - - - - - - - - - - - - - - -
> Dipl. Ing. Markus Hitter
> http://www.jump-ing.de/
>
>
> _______________________________________________
> MacOSX-dev mailing list
> <email_removed>
> http://www.omnigroup.com/mailman/listinfo/macosx-dev
>

Related mailsAuthorDate
mlEmbedding a framework in 10.1 Markus Hitter Dec 20, 12:27
mlRe: Embedding a framework in 10.1 Timothy J.Wood Dec 20, 19:43
mlRe: Embedding a framework in 10.1 Markus Hitter Dec 21, 06:06