2008/12/22 Keith Hubbard <[email protected]>: > On Dec 22, 2008, at 3:51 PM, björn wrote: >> >> When you say "no icons were made" you mean that it just created the >> MacVim-generic.icns with lots of symlinks to it, or did something else >> entirely happen? > > It made the MacVim-generic.icns icon with lots of symlinks. I > didn't realize the generic icon was made and not just checked in.
Ok, good to know that it works as it is supposed to. >> I'm aware of this shortcoming -- I don't know how to automatically >> remove the icons on "xcodebuild clean". Does anybody else know? > > I've never had any luck getting Xcode to run script phases when > cleaning. The only option I know of is to put all the generated > files into Xcode's build directories -- those do get wiped. > > I've attached a patch which builds the icons directly into the > Resources directory instead of copying them in if you like the idea. Thanks Keith, that seems to work fine. One question though: why did you remove the part which restored the MACOSX_DEPLOYMENT_TARGET variable? If later on some other build stage is added after the "make icons script" it might be built for the wrong os version...(?) Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
