From 27e2364dc1749238a4bb33cbe54646f3d12f7565 Mon Sep 17 00:00:00 2001 From: Bilal Hussain Date: Sat, 31 Dec 2011 21:18:29 +0000 Subject: [PATCH] version 1.5.1 --- Other Sources/VGTagger-Info.plist | 8 +++--- Other Sources/appcast_automation.rb | 44 ++++++++++++++--------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Other Sources/VGTagger-Info.plist b/Other Sources/VGTagger-Info.plist index 3108b7d..43e9fe3 100644 --- a/Other Sources/VGTagger-Info.plist +++ b/Other Sources/VGTagger-Info.plist @@ -74,13 +74,13 @@ NSApplication NSServices - UTExportedTypeDeclarations - - SUPublicDSAKeyFile - dsa_pub.pem SUEnableSystemProfiling SUFeedURL http://bilalh.github.com/sparkle/tagger/appcast.xml + SUPublicDSAKeyFile + dsa_pub.pem + UTExportedTypeDeclarations + diff --git a/Other Sources/appcast_automation.rb b/Other Sources/appcast_automation.rb index f32f38c..f78821e 100755 --- a/Other Sources/appcast_automation.rb +++ b/Other Sources/appcast_automation.rb @@ -148,28 +148,28 @@ def create_key def create_appcast_xml appcast_xml = <<-HTML - - - - #{@proj_name} - #{@appcast_download_url} - Most recent changes with links to updates. - en - - Version #{@version.chomp} - - #{@releasenotes_url} - - #{@pubdate.chomp} - - - - + + + + #{@proj_name} + #{@appcast_download_url} + Most recent changes with links to updates. + en + + Version #{@version.chomp} + + #{@releasenotes_url} + + #{@pubdate.chomp} + + + + HTML File.open(@appcast_xml_path, 'w') { |f| f.puts appcast_xml }