Re: [CMake] XCode4 and archiving

2011-07-07 Thread David Cole
CMake itself, likely in one or more of these > files: > > $ find . | grep -i xcode | grep -v /.git/ > ./Modules/CMakeFindXCode.cmake > ./Source/cmGlobalXCodeGenerator.cxx > ./Source/cmGlobalXCodeGenerator.h > ./Source/cmLocalXCodeGenerator.cxx > ./Source/cmLocalXCodeGenerator.h > ./

Re: [CMake] XCode4 and archiving

2011-07-07 Thread NoRulez
t;> patch? >> >> >> It's in the source code for CMake itself, likely in one or more of these >> files: >> >> $ find . | grep -i xcode | grep -v /.git/ >> ./Modules/CMakeFindXCode.cmake >> ./Source/cmGlobalXCodeGenerator.cxx >> .

Re: [CMake] XCode4 and archiving

2011-07-07 Thread NoRulez
nd . | grep -i xcode | grep -v /.git/ > ./Modules/CMakeFindXCode.cmake > ./Source/cmGlobalXCodeGenerator.cxx > ./Source/cmGlobalXCodeGenerator.h > ./Source/cmLocalXCodeGenerator.cxx > ./Source/cmLocalXCodeGenerator.h > ./Source/cmXCode21Object.cxx > ./Source/cmXCode21Object.h > ./So

Re: [CMake] XCode4 and archiving

2011-06-27 Thread David Cole
tch? > It's in the source code for CMake itself, likely in one or more of these files: $ find . | grep -i xcode | grep -v /.git/ ./Modules/CMakeFindXCode.cmake ./Source/cmGlobalXCodeGenerator.cxx ./Source/cmGlobalXCodeGenerator.h ./Source/cmLocalXCodeGenerator.cxx ./Source/cmLocalXCodeGenerator.h

Re: [CMake] XCode4 and archiving

2011-06-27 Thread Johan Knutzen
an be fixed using CMake instead of in a script run after the generating step please reply. And another question: Where do I find the code which actually creates the entries in targets of an xcode 4 project? Is it all in the binary or are there any other run-time files which I can modify and

Re: [CMake] XCode4 and archiving

2011-06-26 Thread David Cole
; Johan > > > --- Den sön 2011-06-26 skrev Johan Knutzen : > > > Från: Johan Knutzen > > Ämne: [CMake] XCode4 and archiving > > Till: cmake@cmake.org > > Datum: söndag 26 juni 2011 16:00 > > Hey! > > > > I've experienced a few hickups when u

Re: [CMake] XCode4 and archiving

2011-06-26 Thread Johan Knutzen
/bin/bash sed -i".bak" '/INSTALL_PATH/d' $1 Would be helpful if somebody working on cmake would comment, and perhaps fix this issue. Johan --- Den sön 2011-06-26 skrev Johan Knutzen : > Från: Johan Knutzen > Ämne: [CMake] XCode4 and archiving > Till: cmake@cmake

[CMake] XCode4 and archiving

2011-06-26 Thread Johan Knutzen
Hey! I've experienced a few hickups when using cmake with XCode 4, and one of them is the ability to create archives. In the IDE you do this by clicking Product->Archive, which results in an archive which you later can sign with different provisioning profiles when distributing iOS apps to beta