Re: [Pyobjc-dev] PyObjC sources bundled with pbxbuild install
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2003-05-28 14:52:22
|
On Wednesday, May 28, 2003, at 03:01 US/Pacific, Dinu Gherman wrote: > <deploy.py> That is certainly one way to do it.... an equivalent that doesn't involve hacking the pbxproj (which will potentially break with a complex set of targets or in other situations): Set INSTALL_PATH environment variable appropriately before calling out to 'pbxbuild install'. Add a 'shell script' build phase at the end of the build phases that checks to see if it is an install phase and, if so, does your clean up on the install tree. I would highly recommend that folks not hack the pbxproj file directly... even if temporarily. b.bum |