<?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: SparklePlus 0.3</title>
	<atom:link href="http://ironcoder.org/blog/2006/07/26/sparkleplus-03/feed/" rel="self" type="application/rss+xml" />
	<link>http://ironcoder.org/blog/2006/07/26/sparkleplus-03/</link>
	<description>The official #macsb ironcoder website.</description>
	<pubDate>Tue, 06 Jan 2009 06:27:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jon Trainer</title>
		<link>http://ironcoder.org/blog/2006/07/26/sparkleplus-03/comment-page-1/#comment-4174</link>
		<dc:creator>Jon Trainer</dc:creator>
		<pubDate>Mon, 05 Mar 2007 17:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://ironcoder.org/blog/2006/07/26/sparkleplus-03/#comment-4174</guid>
		<description>SparklePlus Bug?

It seems that version 0.3 never actually checks for updates upon startup.  The following lines appear with an if/else block for updating only if the nib is missing.  I moved this code out of the block and to the bottom of the -applicationDidFinishLaunching: method and it now seems to work correctly.

&lt;code&gt;
if ([shouldCheckAtStartup boolValue])
	[self checkForUpdatesInBackground];
&lt;/code&gt;

It also looks like the svn trunk version doesn't check upon startup either, but I didn't check it thoroughly.  It appears to only check if there is an check interval specified.</description>
		<content:encoded><![CDATA[<p>SparklePlus Bug?</p>
<p>It seems that version 0.3 never actually checks for updates upon startup.  The following lines appear with an if/else block for updating only if the nib is missing.  I moved this code out of the block and to the bottom of the -applicationDidFinishLaunching: method and it now seems to work correctly.</p>
<p><code><br />
if ([shouldCheckAtStartup boolValue])<br />
	[self checkForUpdatesInBackground];<br />
</code></p>
<p>It also looks like the svn trunk version doesn&#8217;t check upon startup either, but I didn&#8217;t check it thoroughly.  It appears to only check if there is an check interval specified.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
