Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Darkroom

Guest
Original poster
my attempts to localize an appcast have failed... essentially i'd like for the sparkle updater to load different release notes per language.

Code:
<?xml version="1.0" encoding="utf-8"?>

<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="1.5b5">
	
	<channel>

	<item>
	<language>en</language>
	<enclosure url="http://www.mysite.com/app.dmg" type="application/x-diskcopy" sparkle:version="2.0"/>
	<sparkle:releaseNotesLink>http://www.mysite.com/[B]ReleaseNotes-EN.html[/B]</sparkle:releaseNotesLink>
	</item>

	<item>
	<language>fr</language>
	<enclosure url="http://www.mysite.com/app.dmg" type="application/x-diskcopy" sparkle:version="2.0"/>
	<sparkle:releaseNotesLink>http://www.mysite.com/[B]ReleaseNotes-FR.html[/B]</sparkle:releaseNotesLink>
	</item>

	</channel>

</rss>

currently, loading the app in both french and english will only load the english release notes...
 
oh... so i guess this isn't possible...

so i need to localize my infoPlist.strings and add different SUFeedURL keys...
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.