Skip navigation.
 
mlLocation of Auxiliary Tools in Bundles
FROM : Chris Suter
DATE : Thu Feb 21 22:03:20 2008

On 22/02/2008, at 7:41 AM, Nick Zitzmann wrote:

> Just place it in either the Contents/MacOS or Contents/Resources 
> folder in your bundle & use NSBundle to get its path. It's pretty 
> simple, actually...


With the advent of code-signing, auxiliary tools should not be placed 
in Contents/Resources. If it's a simple tool, it should be placed in 
Contents/MacOS. If it is itself a bundle, it should be placed in the 
Contents folder.

- Chris

Related mailsAuthorDate
mlLocation of Auxiliary Tools in Bundles Chris Suter Feb 21, 22:03
mlRe: Location of Auxiliary Tools in Bundles Dave Verwer Feb 22, 13:16