Hi,
I've got an xcode project with two targets - one is a cocoa app and the other is a shell tool which is called by the app to handle operations that require root access. Both build fine on their own.
One problem. I want the shell tool to compile as a resource in the bundle for the app. I know I could just copy the tool into the app bundle but I was wondering if there was a way in xcode to do it so only one bundle is produced with everything in the right place?
Thanks in advance for any ideas, links etc
I've got an xcode project with two targets - one is a cocoa app and the other is a shell tool which is called by the app to handle operations that require root access. Both build fine on their own.
One problem. I want the shell tool to compile as a resource in the bundle for the app. I know I could just copy the tool into the app bundle but I was wondering if there was a way in xcode to do it so only one bundle is produced with everything in the right place?
Thanks in advance for any ideas, links etc