Re: [CMake] Info.plist with per-configuration information

2014-05-14 Thread David Cole
Hi Tim, I just created a test project t2 with Xcode itself, and in the projects source file t2-Info.plist, I added a Get info string key with a value of This is the ${CONFIGURATION} build. Then, after I build the Debug config, and inspect the generated bundle, the Info.plist inside of it

Re: [CMake] Info.plist with per-configuration information

2014-05-14 Thread Tim Blechmann
hi david, I just created a test project t2 with Xcode itself, and in the projects source file t2-Info.plist, I added a Get info string key with a value of This is the ${CONFIGURATION} build. Then, after I build the Debug config, and inspect the generated bundle, the Info.plist inside of it

[CMake] Info.plist with per-configuration information

2014-05-12 Thread Tim Blechmann
hi all, i'm trying to build an Info.plist file with some information based on the build configuration (DEBUG or RELEASE). is this possible for multi-configuration generators like xcode? it does not seem to be possible to use different MACOSX_BUNDLE_INFO_PLIST files for different configurations,