<div class="gmail_quote">On Thu, Jan 22, 2009 at 11:45 PM, Big O <span dir="ltr">&lt;<a href="mailto:illogical1@gmail.com">illogical1@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
</div>Things I&#39;ve noticed about this:<br>
1. Manually going into the Resources directory using &quot;Show Package<br>
Contents&quot; on the app made the icon show up in Finder for me.</blockquote><div><br>i&#39;ve seen a similar behavior when deploying mac bundles! basically you need to update its timestamp to get the icon!<br>if that&#39;s the case can&#39;t a script just touch the resources dir and the app itself?<br>
like<br><br>touch Kate.app/Contents/Resources<br>touch Kate.app<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
2. A few months ago while building w/ xcode I got the the icon/program<br>
name show up everywhere (e.g. in Dock, Finder, Activity Monitor).<br>
cmake -G Xcode /path/to/source and the open the.xcodeproj and build<br>
with it.<br>
<div><br></div></blockquote></div><br>does this still works? if so it could be possible to automatically build xcode projects (that produce icons) instead of unix makefiles and then run xcodebuild instead of make to compile the sources!<br>
what do you think?<br><br>bye<br>Vittorio<br>