diff --git a/Appcast.xml b/Appcast.xml index 7ecb4ab..f73c34e 100755 --- a/Appcast.xml +++ b/Appcast.xml @@ -2,19 +2,19 @@ Twittia's Changelog - http://github.com/downloads/jeena/Twittia/Appcast.xml + http://wiki.github.com/jeena/twittia/ Most recent changes with links to updates. en - Version 2.1.1 (Added Mentions) - 10.6.0 + Version 2.1.2 + 10.5.0 http://jeenaparadies.net/twittia/ReleaseNotes.html - Sun, 25 Apr 2010 18:00:00 +0000 - + Tue, 04 May 2010 09:55:26 +0200 + - \ No newline at end of file + diff --git a/Icon.icns b/Icon.icns new file mode 100644 index 0000000..c365038 Binary files /dev/null and b/Icon.icns differ diff --git a/ReleaseNotes.html b/ReleaseNotes.html index 8208d75..30e7072 100644 --- a/ReleaseNotes.html +++ b/ReleaseNotes.html @@ -12,6 +12,9 @@ +

Twittia 2.1.2

+

Fixed problem where you press "a" and a new tweet window opens

+

Twittia 2.1.1

Added possibility to change hot key in defaults.

Added a notice to the timeline window how many unread mentions there are.

diff --git a/Twittia 2.xcodeproj/project.pbxproj b/Twittia 2.xcodeproj/project.pbxproj index 401b2f7..c5a8e31 100644 --- a/Twittia 2.xcodeproj/project.pbxproj +++ b/Twittia 2.xcodeproj/project.pbxproj @@ -16,6 +16,7 @@ 1F705EA6117889FA00C85707 /* sprite-icons.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F705EA5117889FA00C85707 /* sprite-icons.png */; }; 1F70619F1178FBB300C85707 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F70619E1178FBB300C85707 /* Carbon.framework */; }; 1F77DB47118C5F1C007C7F1E /* Constants.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F77DB46118C5F1C007C7F1E /* Constants.m */; }; + 1FD7D54D11900A980017A19C /* Icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 1FD7D54C11900A980017A19C /* Icon.icns */; }; 1FE2FC93117A818D000504B0 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FE2FC92117A818D000504B0 /* Sparkle.framework */; }; 1FE2FCA4117A83B1000504B0 /* Sparkle.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 1FE2FC92117A818D000504B0 /* Sparkle.framework */; }; 1FFA36CD1177D861006C8562 /* even-bg.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FFA36C81177D861006C8562 /* even-bg.png */; }; @@ -62,6 +63,7 @@ 1F70619E1178FBB300C85707 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; }; 1F77DB45118C5F1C007C7F1E /* Constants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Constants.h; sourceTree = ""; }; 1F77DB46118C5F1C007C7F1E /* Constants.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Constants.m; sourceTree = ""; }; + 1FD7D54C11900A980017A19C /* Icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Icon.icns; sourceTree = ""; }; 1FE2FC92117A818D000504B0 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = ""; }; 1FE2FCA6117A8952000504B0 /* dsa_pub.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dsa_pub.pem; sourceTree = ""; }; 1FFA36C81177D861006C8562 /* even-bg.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "even-bg.png"; sourceTree = ""; }; @@ -184,6 +186,7 @@ 2A37F4B8FDCFA73011CA2CEA /* Resources */ = { isa = PBXGroup; children = ( + 1FD7D54C11900A980017A19C /* Icon.icns */, 1F1990DF117BD2250049BEA7 /* Appcast.xml */, 1F198FC7117BC4AB0049BEA7 /* README.markdown */, 1FE2FCA6117A8952000504B0 /* dsa_pub.pem */, @@ -263,6 +266,7 @@ 1F4674081180F7EE006CC37C /* jQuery.js in Resources */, 1FFA36D01177D861006C8562 /* default.css in Resources */, 1F705EA6117889FA00C85707 /* sprite-icons.png in Resources */, + 1FD7D54D11900A980017A19C /* Icon.icns in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Twittia_2-Info.plist b/Twittia_2-Info.plist index 538a5c6..b69c4e7 100644 --- a/Twittia_2-Info.plist +++ b/Twittia_2-Info.plist @@ -28,7 +28,7 @@ CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIconFile - + Icon.icns CFBundleIdentifier net.jeena.apps.twittia CFBundleInfoDictionaryVersion @@ -40,9 +40,9 @@ CFBundleSignature ???? CFBundleVersion - 2.1.1 + 2.1.2 CFBundleShortVersionString - 2.1.1 + 2.1.2 LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSMainNibFile diff --git a/publish.rb b/publish.rb new file mode 100644 index 0000000..52302ad --- /dev/null +++ b/publish.rb @@ -0,0 +1,40 @@ +#!/usr/bin/env ruby -wKU + +require "time" + +PATH = File.dirname(__FILE__) + +`cd "#{PATH}"` +version = `defaults read "#{PATH}/build/Release/Twittia.app/Contents/Info" CFBundleVersion`.delete "\n" +length = `stat -f %z build/Release/Twittia.app.zip`.delete "\n" +signature = `"../Sparkle 1.5b6/Extras/Signing Tools/sign_update.rb" build/Release/Twittia.app.zip dsa_priv.pem`.delete "\n" +date = Time.now.rfc2822 + +xml =< + + + Twittia's Changelog + http://wiki.github.com/jeena/twittia/ + Most recent changes with links to updates. + en + + Version #{version} + 10.5.0 + http://jeenaparadies.net/twittia/ReleaseNotes.html + #{date} + + + + +XML + +File.open("#{PATH}/Appcast.xml", 'w') {|f| f.write(xml) } + +exit +`scp build/Release/Twittia.app.zip jeena@jeenaparadies.net:~/jeenaparadies.net/htdocs/twittia/` +`scp Appcast.xml jeena@jeenaparadies.net:~/jeenaparadies.net/htdocs/twittia/` \ No newline at end of file