<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Mac developer? Clean up your app</title>
	<link>http://lipidity.com/apple/cleaning-apps-mac-os-x/</link>
	<description>Despotic Development</description>
	<pubDate>Sat, 11 Oct 2008 06:34:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Anonymous</title>
		<link>http://lipidity.com/apple/cleaning-apps-mac-os-x/#comment-104109</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 29 Aug 2008 13:30:20 +0000</pubDate>
		<guid>http://lipidity.com/apple/cleaning-apps-mac-os-x/#comment-104109</guid>
		<description>&lt;p&gt;User Beware. Stripping debug symbols limits your effectiveness when making bug reports.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>User Beware. Stripping debug symbols limits your effectiveness when making bug reports.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur</title>
		<link>http://lipidity.com/apple/cleaning-apps-mac-os-x/#comment-45480</link>
		<dc:creator>Ankur</dc:creator>
		<pubDate>Wed, 02 Jan 2008 01:34:20 +0000</pubDate>
		<guid>http://lipidity.com/apple/cleaning-apps-mac-os-x/#comment-45480</guid>
		<description>&lt;blockquote&gt;
  &lt;p&gt;So how can I clean my WHOLE Mac at once?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If you want to do that, find the shell script 'trimmit' inside Trimmit.app/Contents/Resources (&lt;a href="http://lipidity.com/software/trimmit/"&gt;Download Trimmit&lt;/a&gt;). You can copy that out and use it. The only thing to be aware of is that you must provide FULL paths. That is, rather than Desktop, /Users/name/Desktop/. Example:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;trimmit -dtrbs -a i386 -l En&#124;en /Path/MyApp.app /Path/AnotherApp.app
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;d - delete junk
t - compress tiffs
r - remove resource forks / extended attributes
b - keep backup copy (recommended)
s - strip debug symbols&lt;/p&gt;

&lt;p&gt;-a architecture
and -l list of languages separated by "&#124;" (en will match en and english, En will match English).&lt;/p&gt;

&lt;p&gt;But please note I'm providing this information without any guarantees or liability. There's a high chance something will stuff up.&lt;/p&gt;

&lt;p&gt;As for determining which apps might get messed up, there's also a list of apps that don't like being cleaned in the readme for Trimmit.app. However, you can only find out once you try to run them, but if you use the "-b" option to make a backup, that is guaranteed to still work as it did before.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<blockquote>
<p>So how can I clean my WHOLE Mac at once?</p>
</blockquote>
<p>If you want to do that, find the shell script &#8216;trimmit&#8217; inside Trimmit.app/Contents/Resources (<a href="http://lipidity.com/software/trimmit/">Download Trimmit</a>). You can copy that out and use it. The only thing to be aware of is that you must provide FULL paths. That is, rather than Desktop, /Users/name/Desktop/. Example:</p>
<pre><code>trimmit -dtrbs -a i386 -l En|en /Path/MyApp.app /Path/AnotherApp.app
</code></pre>
<p>d - delete junk<br />
t - compress tiffs<br />
r - remove resource forks / extended attributes<br />
b - keep backup copy (recommended)<br />
s - strip debug symbols</p>
<p>-a architecture<br />
and -l list of languages separated by &#8220;|&#8221; (en will match en and english, En will match English).</p>
<p>But please note I&#8217;m providing this information without any guarantees or liability. There&#8217;s a high chance something will stuff up.</p>
<p>As for determining which apps might get messed up, there&#8217;s also a list of apps that don&#8217;t like being cleaned in the readme for Trimmit.app. However, you can only find out once you try to run them, but if you use the &#8220;-b&#8221; option to make a backup, that is guaranteed to still work as it did before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Me2</title>
		<link>http://lipidity.com/apple/cleaning-apps-mac-os-x/#comment-45347</link>
		<dc:creator>Me2</dc:creator>
		<pubDate>Mon, 31 Dec 2007 10:22:47 +0000</pubDate>
		<guid>http://lipidity.com/apple/cleaning-apps-mac-os-x/#comment-45347</guid>
		<description>&lt;p&gt;So how can I clean my WHOLE Mac at once (10.4.11) AND THEN discover the parts that hate the idea and wont work unless they are re-hired?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>So how can I clean my WHOLE Mac at once (10.4.11) AND THEN discover the parts that hate the idea and wont work unless they are re-hired?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adriana</title>
		<link>http://lipidity.com/apple/cleaning-apps-mac-os-x/#comment-34250</link>
		<dc:creator>adriana</dc:creator>
		<pubDate>Fri, 02 Nov 2007 18:31:11 +0000</pubDate>
		<guid>http://lipidity.com/apple/cleaning-apps-mac-os-x/#comment-34250</guid>
		<description>&lt;p&gt;thank you so much for this article... its about time someone said this&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thank you so much for this article&#8230; its about time someone said this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur</title>
		<link>http://lipidity.com/apple/cleaning-apps-mac-os-x/#comment-32405</link>
		<dc:creator>Ankur</dc:creator>
		<pubDate>Fri, 19 Oct 2007 06:22:26 +0000</pubDate>
		<guid>http://lipidity.com/apple/cleaning-apps-mac-os-x/#comment-32405</guid>
		<description>&lt;p&gt;Brant,&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;the user might take my app out of their /Applications folder and copy it to another computer.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Nope. The way I see it, if the user is able to ignore the main (universal) download link and find and download an architecture/language-specific build, they'll know what they've downloaded.&lt;/p&gt;

&lt;p&gt;Which is why I said before that the &lt;em&gt;main&lt;/em&gt; download link should be universal, but there should be at least an option for localized builds even if its (figuratively) hidden away somewhere.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Brant,</p>
<blockquote>
<p>the user might take my app out of their /Applications folder and copy it to another computer.</p>
</blockquote>
<p>Nope. The way I see it, if the user is able to ignore the main (universal) download link and find and download an architecture/language-specific build, they&#8217;ll know what they&#8217;ve downloaded.</p>
<p>Which is why I said before that the <em>main</em> download link should be universal, but there should be at least an option for localized builds even if its (figuratively) hidden away somewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brant Sears</title>
		<link>http://lipidity.com/apple/cleaning-apps-mac-os-x/#comment-32337</link>
		<dc:creator>Brant Sears</dc:creator>
		<pubDate>Thu, 18 Oct 2007 17:49:30 +0000</pubDate>
		<guid>http://lipidity.com/apple/cleaning-apps-mac-os-x/#comment-32337</guid>
		<description>&lt;p&gt;One reason that we ship universal binaries is that in the back of my mind I think that the user might take my app out of their /Applications folder and copy it to another computer or onto a shared location for other users. I believe that users should be able to do this and not worry about the binary being stripped. If I thought disk space was so important that universal binaries should be stripped, then I would have an installer script do it. But disk space isn't that scarce. My app's executable is actually very small, but it is about twice the size of the Windows version. To me, its not a big deal. We have big disks today and this app is about the size of maybe 1 mp3 song. Uncompressed artwork, I do have sympathy for that argument.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>One reason that we ship universal binaries is that in the back of my mind I think that the user might take my app out of their /Applications folder and copy it to another computer or onto a shared location for other users. I believe that users should be able to do this and not worry about the binary being stripped. If I thought disk space was so important that universal binaries should be stripped, then I would have an installer script do it. But disk space isn&#8217;t that scarce. My app&#8217;s executable is actually very small, but it is about twice the size of the Windows version. To me, its not a big deal. We have big disks today and this app is about the size of maybe 1 mp3 song. Uncompressed artwork, I do have sympathy for that argument.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://lipidity.com/apple/cleaning-apps-mac-os-x/#comment-32328</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 18 Oct 2007 13:55:02 +0000</pubDate>
		<guid>http://lipidity.com/apple/cleaning-apps-mac-os-x/#comment-32328</guid>
		<description>&lt;p&gt;If everyone was still on dial up service with a 2400 baud modem this is stuff people would already be doing.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If everyone was still on dial up service with a 2400 baud modem this is stuff people would already be doing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harley</title>
		<link>http://lipidity.com/apple/cleaning-apps-mac-os-x/#comment-31272</link>
		<dc:creator>Harley</dc:creator>
		<pubDate>Mon, 01 Oct 2007 08:56:46 +0000</pubDate>
		<guid>http://lipidity.com/apple/cleaning-apps-mac-os-x/#comment-31272</guid>
		<description>&lt;p&gt;Nice work Ankur. You're right about most Mac apps being bloated - I've saved &lt;em&gt;at least&lt;/em&gt; a gigabyte with your fantastic trim-app script.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice work Ankur. You&#8217;re right about most Mac apps being bloated - I&#8217;ve saved <em>at least</em> a gigabyte with your fantastic trim-app script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur</title>
		<link>http://lipidity.com/apple/cleaning-apps-mac-os-x/#comment-31029</link>
		<dc:creator>Ankur</dc:creator>
		<pubDate>Wed, 26 Sep 2007 23:53:10 +0000</pubDate>
		<guid>http://lipidity.com/apple/cleaning-apps-mac-os-x/#comment-31029</guid>
		<description>&lt;blockquote&gt;
  &lt;p&gt;Xslimmer duplicated Resources directories!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Yeah, I thought that was quite a nice touch. Why embed just one framework when you can have three of each! :P&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Xslimmer automatically copies itself to /Applications if you don’t put it there. Reboot and 6 MB are missing? Look in /Applications.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Wow, I didn't notice that.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Lovely stuff... Get your five stars from Version Tracker. Who cares about quality?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Absolutely :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<blockquote>
<p>Xslimmer duplicated Resources directories!</p>
</blockquote>
<p>Yeah, I thought that was quite a nice touch. Why embed just one framework when you can have three of each! <img src='http://lipidity.com/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<blockquote>
<p>Xslimmer automatically copies itself to /Applications if you don’t put it there. Reboot and 6 MB are missing? Look in /Applications.</p>
</blockquote>
<p>Wow, I didn&#8217;t notice that.</p>
<blockquote>
<p>Lovely stuff&#8230; Get your five stars from Version Tracker. Who cares about quality?</p>
</blockquote>
<p>Absolutely <img src='http://lipidity.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://lipidity.com/apple/cleaning-apps-mac-os-x/#comment-31019</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Wed, 26 Sep 2007 21:09:31 +0000</pubDate>
		<guid>http://lipidity.com/apple/cleaning-apps-mac-os-x/#comment-31019</guid>
		<description>&lt;p&gt;Apropos: we finally took Xslimmer apart. I know we mention it somewhere but we never opened it up before. First we thought your estimate of 80%/4 MB bloat was a bit high but then we looked a second time: the dorks also duplicated Resources directories!&lt;/p&gt;

&lt;p&gt;Just in case someone here isn't following along: Xslimmer is supposed to &lt;i&gt;slim&lt;/i&gt; your apps on disk - it's supposed to be part of the solution, not part of the problem.&lt;/p&gt;

&lt;p&gt;Yet when applying Xslimmer on itself it gets about 3 MB of the 4 MB we've found &lt;i&gt;and misses an entire meg&lt;/i&gt;. And remember: this is Xslimmer running on itself. So the people who want to help you eliminate waste from your HDDs just dropped a 4 MB elephant do-do on you when you weren't looking.&lt;/p&gt;

&lt;p&gt;But here's another thing that happens when you're not looking: &lt;i&gt;Xslimmer automatically copies itself to /Applications if you don't put it there.&lt;/i&gt; Reboot and 6 MB are missing? Look in /Applications.&lt;/p&gt;

&lt;p&gt;Lovely stuff.&lt;/p&gt;

&lt;p&gt;This is another one that sells itself not on its performance but on its slick look and the look of the accompanying eponymous website.&lt;/p&gt;

&lt;p&gt;Register a domain. For a single software product. Concentrate on the packaging, not on the performance. Maybe run some exclusive beta tests. Get your five stars from Version Tracker. The quality? Who cares about quality? ;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Apropos: we finally took Xslimmer apart. I know we mention it somewhere but we never opened it up before. First we thought your estimate of 80%/4 MB bloat was a bit high but then we looked a second time: the dorks also duplicated Resources directories!</p>
<p>Just in case someone here isn&#8217;t following along: Xslimmer is supposed to <i>slim</i> your apps on disk - it&#8217;s supposed to be part of the solution, not part of the problem.</p>
<p>Yet when applying Xslimmer on itself it gets about 3 MB of the 4 MB we&#8217;ve found <i>and misses an entire meg</i>. And remember: this is Xslimmer running on itself. So the people who want to help you eliminate waste from your HDDs just dropped a 4 MB elephant do-do on you when you weren&#8217;t looking.</p>
<p>But here&#8217;s another thing that happens when you&#8217;re not looking: <i>Xslimmer automatically copies itself to /Applications if you don&#8217;t put it there.</i> Reboot and 6 MB are missing? Look in /Applications.</p>
<p>Lovely stuff.</p>
<p>This is another one that sells itself not on its performance but on its slick look and the look of the accompanying eponymous website.</p>
<p>Register a domain. For a single software product. Concentrate on the packaging, not on the performance. Maybe run some exclusive beta tests. Get your five stars from Version Tracker. The quality? Who cares about quality? <img src='http://lipidity.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
