Re: [CMake] Building NIB based Cocoa application

2008-10-29 Thread Tron Thomas
I have made some progress, and I'm still having problems. The first difficulty I had was with the Info.plist file. It seems that CMake was specifying it's own Info.plist even though I tried to include one as a source file to the target. I eventually got the build to use the proper Info.plist

Re: [CMake] Building NIB based Cocoa application

2008-10-29 Thread Sean McBride
On 10/26/08 6:13 PM, Tron Thomas said: >I was able to figure out how to build a Mac OS X framework using >CMake. Now, I would like to know how I can build a NIB based Cocoa >application on the same platform. The BundleTest example included with >the CMake source code only shows how to create

[CMake] Building NIB based Cocoa application

2008-10-26 Thread Tron Thomas
I was able to figure out how to build a Mac OS X framework using CMake. Now, I would like to know how I can build a NIB based Cocoa application on the same platform. The BundleTest example included with the CMake source code only shows how to create a Carbon bundle. Where can I find informa