diff options
Diffstat (limited to 'dists/macosx')
-rw-r--r-- | dists/macosx/Info.plist | 4 | ||||
-rw-r--r-- | dists/macosx/Info.plist.in | 4 | ||||
-rwxr-xr-x | dists/macosx/scummvm_osx_appcast.xml | 25 |
3 files changed, 33 insertions, 0 deletions
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist index 20081ccc80..2e9067516c 100644 --- a/dists/macosx/Info.plist +++ b/dists/macosx/Info.plist @@ -28,5 +28,9 @@ <string>NSApplication</string> <key>NSHumanReadableCopyright</key> <string>Copyright 2001-2011 The ScummVM team</string> + <key>SUFeedURL</key> + <string>http://www.scummvm.org/appcasts/macosx/release.xml</string> + <key>SUPublicDSAKeyFile</key> + <string>dsa_pub.pem</string> </dict> </plist> diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in index 3ba5a080f0..4a01690d73 100644 --- a/dists/macosx/Info.plist.in +++ b/dists/macosx/Info.plist.in @@ -28,5 +28,9 @@ <string>NSApplication</string> <key>NSHumanReadableCopyright</key> <string>Copyright 2001-2011 The ScummVM team</string> + <key>SUFeedURL</key> + <string>http://www.scummvm.org/appcasts/macosx/release.xml</string> + <key>SUPublicDSAKeyFile</key> + <string>dsa_pub.pem</string> </dict> </plist> diff --git a/dists/macosx/scummvm_osx_appcast.xml b/dists/macosx/scummvm_osx_appcast.xml new file mode 100755 index 0000000000..455b062b6b --- /dev/null +++ b/dists/macosx/scummvm_osx_appcast.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <channel> + <title>ScummVM Changelog</title> + <link>http://scummvm.org/scummvm_appcast.xml</link> + <description>Most recent changes with links to updates.</description> + <language>en</language> + <item> + <title>Version 1.2.1 (3 bugs fixed; 2 new features)</title> + <sparkle:releaseNotesLink> + http://sourceforge.net/projects/scummvm/files/scummvm/1.2.1/ReleaseNotes/view + </sparkle:releaseNotesLink> + <pubDate>Sun, 19 Dec 2010 12:20:11 +0000</pubDate> + <enclosure url="http://scummvm.org/ScummVM 1.2.1-Test.zip" sparkle:version="1.2.1" length="1472893" type="application/octet-stream" sparkle:dsaSignature="234818feCa1JyW30nbkBwainOzrN6EQuAh" /> + </item> + <item> + <title>Version 1.2.0</title> + <sparkle:releaseNotesLink> + http://sourceforge.net/projects/scummvm/files/scummvm/1.2.0/ReleaseNotes/view + </sparkle:releaseNotesLink> + <pubDate>Fri, 15 Oct 2010 12:20:11 +0000</pubDate> + <enclosure url="http://scummvm.org/ScummVM 1.2.0-Test.zip" sparkle:version="1.2.0" length="1472893" type="application/octet-stream" sparkle:dsaSignature="234818feCa1JyW30nbkBwainOzrN6EQuAh" /> + </item> + </channel> +</rss> |