Skip navigation.
 
mlLoading a framework in a PreferencePane
FROM : Josh Rooke-Ley
DATE : Fri Nov 05 19:12:13 2004

I working on PreferencePane that uses some network code in a framework.
  I don't want to install the framework in /Library/Framworks because
its really a private framework that shouldn't go there.  If I compile
the framework with the install path as "@executable_path/../Frameworks"
as recommended for private frameworks, it will point to
/Applications/System Preferences/Contents/Frameworks.  What I'm looking
for is something like "@bundle_path/Frameworks". ..

Any ideas?

Thanks

josh

Related mailsAuthorDate
mlLoading a framework in a PreferencePane Josh Rooke-Ley Nov 5, 19:12
mlRe: Loading a framework in a PreferencePane Chris Nov 5, 22:58
mlRe: Loading a framework in a PreferencePane Mike Davis Nov 6, 21:28