<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.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: Quick Note on Sparkle 1.5b1 Localizations</title>
	<link>http://andymatuschak.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fandymatuschak.org%2Farticles%2F2008%2F06%2F01%2Fquick-note-on-sparkle-15b1-localizations%2F&amp;seed_title=Quick+Note+on+Sparkle+1.5b1+Localizations</link>
	<description>Flying through the universe of code on a talking spaceship!</description>
	<pubDate>Tue, 06 Jan 2009 02:32:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: David M</title>
		<link>http://andymatuschak.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fandymatuschak.org%2Farticles%2F2008%2F06%2F01%2Fquick-note-on-sparkle-15b1-localizations%2F&amp;seed_title=Quick+Note+on+Sparkle+1.5b1+Localizations#comment-10144</link>
		<dc:creator>David M</dc:creator>
		<pubDate>Fri, 20 Jun 2008 04:40:56 +0000</pubDate>
		<guid>http://andymatuschak.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fandymatuschak.org%2Farticles%2F2008%2F06%2F01%2Fquick-note-on-sparkle-15b1-localizations%2F&amp;seed_title=Quick+Note+on+Sparkle+1.5b1+Localizations#comment-10144</guid>
		<description>Building with GC on Leopard has three possible settings. Required, supported, and not-supported. Required means that the codes requires GC, supported means that it uses retain/release but doesn't rely on it so much that GC won't work.
I'm not aware of unique calls needed to make it support GC.

A reference doc is http://developer.apple.com/documentation/Cocoa/Conceptual/GarbageCollection/Articles/gcEssentials.html</description>
		<content:encoded><![CDATA[<p>Building with GC on Leopard has three possible settings. Required, supported, and not-supported. Required means that the codes requires GC, supported means that it uses retain/release but doesn&#8217;t rely on it so much that GC won&#8217;t work.<br />
I&#8217;m not aware of unique calls needed to make it support GC.</p>
<p>A reference doc is <a href="http://developer.apple.com/documentation/Cocoa/Conceptual/GarbageCollection/Articles/gcEssentials.html" rel="nofollow">http://developer.apple.com/documentation/Cocoa/Conceptual/GarbageCollection/Articles/gcEssentials.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Matuschak</title>
		<link>http://andymatuschak.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fandymatuschak.org%2Farticles%2F2008%2F06%2F01%2Fquick-note-on-sparkle-15b1-localizations%2F&amp;seed_title=Quick+Note+on+Sparkle+1.5b1+Localizations#comment-10143</link>
		<dc:creator>Andy Matuschak</dc:creator>
		<pubDate>Wed, 18 Jun 2008 04:13:37 +0000</pubDate>
		<guid>http://andymatuschak.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fandymatuschak.org%2Farticles%2F2008%2F06%2F01%2Fquick-note-on-sparkle-15b1-localizations%2F&amp;seed_title=Quick+Note+on+Sparkle+1.5b1+Localizations#comment-10143</guid>
		<description>If you get the latest from bzr, GC works. There do have to be two versions (not 100%, but fairly sure) because supporting GC involves a bunch of calls like objc_assign_pointer which don't exist on 10.4-.</description>
		<content:encoded><![CDATA[<p>If you get the latest from bzr, GC works. There do have to be two versions (not 100%, but fairly sure) because supporting GC involves a bunch of calls like objc_assign_pointer which don&#8217;t exist on 10.4-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://andymatuschak.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fandymatuschak.org%2Farticles%2F2008%2F06%2F01%2Fquick-note-on-sparkle-15b1-localizations%2F&amp;seed_title=Quick+Note+on+Sparkle+1.5b1+Localizations#comment-10142</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 18 Jun 2008 01:41:53 +0000</pubDate>
		<guid>http://andymatuschak.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fandymatuschak.org%2Farticles%2F2008%2F06%2F01%2Fquick-note-on-sparkle-15b1-localizations%2F&amp;seed_title=Quick+Note+on+Sparkle+1.5b1+Localizations#comment-10142</guid>
		<description>I think you should make it a priority to get out a Sparkle with a working GC version. As you know, the current GC one wasn't compiled for GC.

In fact, why do you even need two versions? If you enable GC it should work for GC and non-GC shouldn't it?</description>
		<content:encoded><![CDATA[<p>I think you should make it a priority to get out a Sparkle with a working GC version. As you know, the current GC one wasn&#8217;t compiled for GC.</p>
<p>In fact, why do you even need two versions? If you enable GC it should work for GC and non-GC shouldn&#8217;t it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten Van Coile</title>
		<link>http://andymatuschak.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fandymatuschak.org%2Farticles%2F2008%2F06%2F01%2Fquick-note-on-sparkle-15b1-localizations%2F&amp;seed_title=Quick+Note+on+Sparkle+1.5b1+Localizations#comment-9720</link>
		<dc:creator>Maarten Van Coile</dc:creator>
		<pubDate>Mon, 02 Jun 2008 15:23:09 +0000</pubDate>
		<guid>http://andymatuschak.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fandymatuschak.org%2Farticles%2F2008%2F06%2F01%2Fquick-note-on-sparkle-15b1-localizations%2F&amp;seed_title=Quick+Note+on+Sparkle+1.5b1+Localizations#comment-9720</guid>
		<description>A quick note: The en.lproj in the source contains some extra .string files that were probably left there by someone. Since these are copies of what needs to be translated in the nibs and you should check the layout anyway, you better just ignore them.
I'm talking about these: SUUpdateAlert.strings, SUAutomaticUpdateAlert.strings and SUStatus.strings

You DO need to translate Sparkle.strings though.

Cheers,
Maarten (Dutch localizer)</description>
		<content:encoded><![CDATA[<p>A quick note: The en.lproj in the source contains some extra .string files that were probably left there by someone. Since these are copies of what needs to be translated in the nibs and you should check the layout anyway, you better just ignore them.<br />
I&#8217;m talking about these: SUUpdateAlert.strings, SUAutomaticUpdateAlert.strings and SUStatus.strings</p>
<p>You DO need to translate Sparkle.strings though.</p>
<p>Cheers,<br />
Maarten (Dutch localizer)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
