<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ChocTop &#8211; packaging and deployment of Cocoa applications</title>
	<atom:link href="http://drnicwilliams.com/2009/02/03/choctop-packaging-and-deployment-of-cocoa-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://drnicwilliams.com/2009/02/03/choctop-packaging-and-deployment-of-cocoa-applications/</link>
	<description>Ruby makes Rails, Javascript makes Ajax, Dr Nic makes Magic</description>
	<lastBuildDate>Wed, 17 Mar 2010 04:35:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kim</title>
		<link>http://drnicwilliams.com/2009/02/03/choctop-packaging-and-deployment-of-cocoa-applications/comment-page-1/#comment-196398</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Tue, 23 Feb 2010 23:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=421#comment-196398</guid>
		<description>Howdy everyone! so I&#039;m running SL 10.6.2 and xcode 3.2.1 and I&#039;m also getting the icons in the dmg ignoring their positions in the rakefile... anyone ever solve this?</description>
		<content:encoded><![CDATA[<p>Howdy everyone! so I&#8217;m running SL 10.6.2 and xcode 3.2.1 and I&#8217;m also getting the icons in the dmg ignoring their positions in the rakefile&#8230; anyone ever solve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin</title>
		<link>http://drnicwilliams.com/2009/02/03/choctop-packaging-and-deployment-of-cocoa-applications/comment-page-1/#comment-191626</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Sun, 29 Nov 2009 17:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=421#comment-191626</guid>
		<description>Really nice looking tool and informative screencast.

Cheers.</description>
		<content:encoded><![CDATA[<p>Really nice looking tool and informative screencast.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: No Name</title>
		<link>http://drnicwilliams.com/2009/02/03/choctop-packaging-and-deployment-of-cocoa-applications/comment-page-1/#comment-190768</link>
		<dc:creator>No Name</dc:creator>
		<pubDate>Sun, 15 Nov 2009 13:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=421#comment-190768</guid>
		<description>I still have the following error on SnowLeopard 10.6.2 and xCode 3.2 :

error: can&#039;t exec &#039;/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/Resources/ccache gcc&#039; (No such file or directory)</description>
		<content:encoded><![CDATA[<p>I still have the following error on SnowLeopard 10.6.2 and xCode 3.2 :</p>
<p>error: can&#8217;t exec &#8216;/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/Resources/ccache gcc&#8217; (No such file or directory)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter</title>
		<link>http://drnicwilliams.com/2009/02/03/choctop-packaging-and-deployment-of-cocoa-applications/comment-page-1/#comment-189862</link>
		<dc:creator>Wouter</dc:creator>
		<pubDate>Thu, 29 Oct 2009 15:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=421#comment-189862</guid>
		<description>I&#039;m having trouble displaying a custom DMG background on Leopard systems when generating the DMG on a Snow Leopard system. The positioning of the icons work, it&#039;s only the background that remains white when it should be a PNG. When opening the DMG on a SL system, this problem does not occur.

I&#039;ve been trying to change some of the AppleScript, but no luck so far. Anyone with the same problem?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble displaying a custom DMG background on Leopard systems when generating the DMG on a Snow Leopard system. The positioning of the icons work, it&#8217;s only the background that remains white when it should be a PNG. When opening the DMG on a SL system, this problem does not occur.</p>
<p>I&#8217;ve been trying to change some of the AppleScript, but no luck so far. Anyone with the same problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary W. Longsine</title>
		<link>http://drnicwilliams.com/2009/02/03/choctop-packaging-and-deployment-of-cocoa-applications/comment-page-1/#comment-189058</link>
		<dc:creator>Gary W. Longsine</dc:creator>
		<pubDate>Wed, 14 Oct 2009 21:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=421#comment-189058</guid>
		<description>DrNic:  On a cleanly installed Snow Leopard system (e.g. where other Ruby stuff hasn&#039;t previously been installed) it appears one additional step is needed (install rubigen), like this:

sudo gem install rubigen
sudo gem install choctop
install_choctop path/to/xcode/project</description>
		<content:encoded><![CDATA[<p>DrNic:  On a cleanly installed Snow Leopard system (e.g. where other Ruby stuff hasn&#8217;t previously been installed) it appears one additional step is needed (install rubigen), like this:</p>
<p>sudo gem install rubigen<br />
sudo gem install choctop<br />
install_choctop path/to/xcode/project</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Lobato</title>
		<link>http://drnicwilliams.com/2009/02/03/choctop-packaging-and-deployment-of-cocoa-applications/comment-page-1/#comment-188933</link>
		<dc:creator>Jose Lobato</dc:creator>
		<pubDate>Mon, 12 Oct 2009 18:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=421#comment-188933</guid>
		<description>Hi Nic, pupsor,

yes I experience the same problem. I&#039;mt trying to discover the problem. No success so far.</description>
		<content:encoded><![CDATA[<p>Hi Nic, pupsor,</p>
<p>yes I experience the same problem. I&#8217;mt trying to discover the problem. No success so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2009/02/03/choctop-packaging-and-deployment-of-cocoa-applications/comment-page-1/#comment-188326</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Tue, 29 Sep 2009 22:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=421#comment-188326</guid>
		<description>@pupsor - hmm, perhaps SL changed the attributes or something. I personally don&#039;t have SL installed yet. Hmm.</description>
		<content:encoded><![CDATA[<p>@pupsor &#8211; hmm, perhaps SL changed the attributes or something. I personally don&#8217;t have SL installed yet. Hmm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pupsor</title>
		<link>http://drnicwilliams.com/2009/02/03/choctop-packaging-and-deployment-of-cocoa-applications/comment-page-1/#comment-188311</link>
		<dc:creator>pupsor</dc:creator>
		<pubDate>Tue, 29 Sep 2009 16:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=421#comment-188311</guid>
		<description>Hello Nic! It&#039;s me again ;) Now, I have a big problem with ChocTop. I&#039;ve used Snow Leopard 10.6.1 and Xcode 3.2, but I can&#039;t change coordinates of icon app/application. It looks like this: 



ps: I&#039;ve tried download your example and check it, anyway - same problem, app/application icon didn&#039;t change coordinates ;(</description>
		<content:encoded><![CDATA[<p>Hello Nic! It&#8217;s me again <img src='http://drnicwilliams.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Now, I have a big problem with ChocTop. I&#8217;ve used Snow Leopard 10.6.1 and Xcode 3.2, but I can&#8217;t change coordinates of icon app/application. It looks like this: </p>
<p>ps: I&#8217;ve tried download your example and check it, anyway &#8211; same problem, app/application icon didn&#8217;t change coordinates ;(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2009/02/03/choctop-packaging-and-deployment-of-cocoa-applications/comment-page-1/#comment-187952</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Thu, 24 Sep 2009 05:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=421#comment-187952</guid>
		<description>@pupsor, that might be a nice idea, though I&#039;m not sure how to do it. The Applications folder is a pseudo-symlink (not even a real symlink). 

Your app might need to do the extra tasks when the person runs it the first time.</description>
		<content:encoded><![CDATA[<p>@pupsor, that might be a nice idea, though I&#8217;m not sure how to do it. The Applications folder is a pseudo-symlink (not even a real symlink). </p>
<p>Your app might need to do the extra tasks when the person runs it the first time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pupsor</title>
		<link>http://drnicwilliams.com/2009/02/03/choctop-packaging-and-deployment-of-cocoa-applications/comment-page-1/#comment-187944</link>
		<dc:creator>pupsor</dc:creator>
		<pubDate>Thu, 24 Sep 2009 01:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=421#comment-187944</guid>
		<description>Thank you for good project. It&#039;s very useful and easy. Dr.Nik, I have one question about ChocTop: How can I start script after drag a program icon into Application folder? Sometimes I need install permissions or drivers and &quot;run script after drag&quot; could be better way to install perm/drivers. What do you think about?</description>
		<content:encoded><![CDATA[<p>Thank you for good project. It&#8217;s very useful and easy. Dr.Nik, I have one question about ChocTop: How can I start script after drag a program icon into Application folder? Sometimes I need install permissions or drivers and &#8220;run script after drag&#8221; could be better way to install perm/drivers. What do you think about?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
