Re: Framework Installation Directory
Re: Framework Installation Directory
- Subject: Re: Framework Installation Directory
- From: Vyacheslav Karamov <email@hidden>
- Date: Fri, 08 Apr 2011 16:24:13 +0300
08-Apr-11 15:53, Mr. Gecko пишет:
I need help with the Installation Directory for a framework that will be shared between a application and 2 daemons within side it. I think I may be able to do it if I were to have the 2 daemons executables in the MacOS path or another folder such as one named Daemons in the Contents folder. I am needing at least 1 of the daemons to be a bundle based daemon as it'll have some UI elements and such. The installation directory that I have been doing is "@executable_path/../Frameworks" which according to this, it'll go back 1 directory from the path of the executable and into the Frameworks directory to find the framework. The reason I am thinking in doing this as a framework is because some of the code I am using will be used in the daemons such as core code.
Thanks for any help,
Mr. Gecko_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
I'm not sure what you need exactly, but it hope it would be helpful for you
http://www.dribin.org/dave/blog/archives/2009/11/15/rpath/
http://www.mikeash.com/?page=pyblog/friday-qa-2009-11-06-linking-and-install-names.html
http://lapcatsoftware.com/blog/2007/08/11/embedding-frameworks-in-loadable-bundles/
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden