<?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: Adding The Sparkle Framework</title>
	<atom:link href="http://guimkie.com/tutorials/adding-the-sparkle-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://guimkie.com/tutorials/adding-the-sparkle-framework/</link>
	<description>Tutorials and great Mac software!</description>
	<lastBuildDate>Mon, 08 Mar 2010 20:07:06 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kiding's me2DAY</title>
		<link>http://guimkie.com/tutorials/adding-the-sparkle-framework/comment-page-1/#comment-14144</link>
		<dc:creator>kiding's me2DAY</dc:creator>
		<pubDate>Fri, 09 Oct 2009 14:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://guimkie.com/tutorials/adding-the-sparkle-framework/#comment-14144</guid>
		<description>&lt;strong&gt;동성_의 ...&lt;/strong&gt;

Adding The Sparkle Framework  Guimkie...</description>
		<content:encoded><![CDATA[<p><strong>동성_의 &#8230;</strong></p>
<p>Adding The Sparkle Framework  Guimkie&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visual explanation on how to use Sparkle framework &#171; JongAm&#8217;s blog</title>
		<link>http://guimkie.com/tutorials/adding-the-sparkle-framework/comment-page-1/#comment-8557</link>
		<dc:creator>Visual explanation on how to use Sparkle framework &#171; JongAm&#8217;s blog</dc:creator>
		<pubDate>Fri, 15 May 2009 03:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://guimkie.com/tutorials/adding-the-sparkle-framework/#comment-8557</guid>
		<description>[...] When a framework or a library is going to be used, you are expected to study its functions data types defined in it, and so on. So, it has steep learning curve. However, Sparkle framework is very different. You don&#8217;t need to write any codes. Let&#8217;s find out how to adopt the Sparkle framework for your project. Here is very easy explanation. Adding the Sparkle framework [...]</description>
		<content:encoded><![CDATA[<p>[...] When a framework or a library is going to be used, you are expected to study its functions data types defined in it, and so on. So, it has steep learning curve. However, Sparkle framework is very different. You don&#8217;t need to write any codes. Let&#8217;s find out how to adopt the Sparkle framework for your project. Here is very easy explanation. Adding the Sparkle framework [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max Karreth</title>
		<link>http://guimkie.com/tutorials/adding-the-sparkle-framework/comment-page-1/#comment-2104</link>
		<dc:creator>Max Karreth</dc:creator>
		<pubDate>Wed, 27 Aug 2008 16:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://guimkie.com/tutorials/adding-the-sparkle-framework/#comment-2104</guid>
		<description>Christiaan - thanks for that note. I&#039;ll add that in the tutorial as soon as I can.

Max</description>
		<content:encoded><![CDATA[<p>Christiaan &#8211; thanks for that note. I&#8217;ll add that in the tutorial as soon as I can.</p>
<p>Max</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christiaan Hofman</title>
		<link>http://guimkie.com/tutorials/adding-the-sparkle-framework/comment-page-1/#comment-2091</link>
		<dc:creator>Christiaan Hofman</dc:creator>
		<pubDate>Tue, 26 Aug 2008 23:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://guimkie.com/tutorials/adding-the-sparkle-framework/#comment-2091</guid>
		<description>Be aware that from 1.5b5 on you should not use the user defaults yourself, they&#039;re supposed to be private. Instead you should bind directly to the SUUpdater instance. Just add one to your Preferences.nib, the same way as in MainMenu.nib. The key is automaticallyChecksForUpdates. You can also bind updateCheckInterval if you like, e.g. for a PopUpButton.</description>
		<content:encoded><![CDATA[<p>Be aware that from 1.5b5 on you should not use the user defaults yourself, they&#8217;re supposed to be private. Instead you should bind directly to the SUUpdater instance. Just add one to your Preferences.nib, the same way as in MainMenu.nib. The key is automaticallyChecksForUpdates. You can also bind updateCheckInterval if you like, e.g. for a PopUpButton.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max Karreth</title>
		<link>http://guimkie.com/tutorials/adding-the-sparkle-framework/comment-page-1/#comment-1345</link>
		<dc:creator>Max Karreth</dc:creator>
		<pubDate>Tue, 01 Jul 2008 05:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://guimkie.com/tutorials/adding-the-sparkle-framework/#comment-1345</guid>
		<description>Yeah ... thats for the newest release of sparkle. For the old one, which I was using in this tutorial, it was still at SUCheckAtStartup. Let me add that in.

Max</description>
		<content:encoded><![CDATA[<p>Yeah &#8230; thats for the newest release of sparkle. For the old one, which I was using in this tutorial, it was still at SUCheckAtStartup. Let me add that in.</p>
<p>Max</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: itistoday</title>
		<link>http://guimkie.com/tutorials/adding-the-sparkle-framework/comment-page-1/#comment-1337</link>
		<dc:creator>itistoday</dc:creator>
		<pubDate>Mon, 30 Jun 2008 01:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://guimkie.com/tutorials/adding-the-sparkle-framework/#comment-1337</guid>
		<description>For 1.5, should not key for the shared defaults be SUEnableAutomaticChecks?</description>
		<content:encoded><![CDATA[<p>For 1.5, should not key for the shared defaults be SUEnableAutomaticChecks?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The AppleScript Studio Workshop &#8250; Adding a Check Updates Feature</title>
		<link>http://guimkie.com/tutorials/adding-the-sparkle-framework/comment-page-1/#comment-1182</link>
		<dc:creator>The AppleScript Studio Workshop &#8250; Adding a Check Updates Feature</dc:creator>
		<pubDate>Fri, 30 May 2008 03:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://guimkie.com/tutorials/adding-the-sparkle-framework/#comment-1182</guid>
		<description>[...] first read about this on a MacScripter posting asking about this, and then found this excellent tutorial by Max Karreth. There are very few differences between my tutorial below and his, but in my own [...]</description>
		<content:encoded><![CDATA[<p>[...] first read about this on a MacScripter posting asking about this, and then found this excellent tutorial by Max Karreth. There are very few differences between my tutorial below and his, but in my own [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
