new version with url scheme
This commit is contained in:
parent
6ff76392d1
commit
f23314b925
5 changed files with 53 additions and 16 deletions
18
Appcast.xml
18
Appcast.xml
|
@ -6,18 +6,14 @@
|
||||||
<description>Most recent changes with links to updates.</description>
|
<description>Most recent changes with links to updates.</description>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<item>
|
<item>
|
||||||
<title>Version 2.0.1 (A rewrite in JavaScript)</title>
|
<title>Version 2.0.2 (Added twittia: url scheme)</title>
|
||||||
<sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion>
|
<sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion>
|
||||||
<sparkle:releaseNotesLink><![CDATA[
|
<sparkle:releaseNotesLink>
|
||||||
<h1>Twittia 2.0.1</h1>
|
http://github.com/downloads/jeena/Twittia/ReleaseNotes.html
|
||||||
<p>This is a complete rewrite, I cut 80% of the functionality and
|
</sparkle:releaseNotesLink>
|
||||||
now it only has functionality which I care for.</p>
|
<pubDate>Wed, 19 Apr 2010 02:00:00 +0000</pubDate>
|
||||||
<p>This is also the first version I try to distribute Sparcle, so
|
<enclosure url="http://github.com/downloads/jeena/Twittia/Twittia.zip"
|
||||||
it is updated automagicly in the feature.</p>
|
sparkle:version="2.0.2"
|
||||||
]]></sparkle:releaseNotesLink>
|
|
||||||
<pubDate>Wed, 18 Apr 2010 03:00:00 +0000</pubDate>
|
|
||||||
<enclosure url="http://github.com/downloads/jeena/Twittia/Twittia-2.0.1.zip"
|
|
||||||
sparkle:version="2.0.1"
|
|
||||||
length="486608"
|
length="486608"
|
||||||
type="application/octet-stream"
|
type="application/octet-stream"
|
||||||
sparkle:dsaSignature="MCwCFC6RsmU3oU+QvFvFar2EarAhxsq1AhRFXyHYUgKToJUQTv4JVwoJWQZkhw==" />
|
sparkle:dsaSignature="MCwCFC6RsmU3oU+QvFvFar2EarAhxsq1AhRFXyHYUgKToJUQTv4JVwoJWQZkhw==" />
|
||||||
|
|
|
@ -3,9 +3,10 @@ Twittia
|
||||||
|
|
||||||
Twittia is a slim Twitter client for OS X written in mostly JavaScript.
|
Twittia is a slim Twitter client for OS X written in mostly JavaScript.
|
||||||
It doesn't implement much of Twitters functionality, only the things **I**
|
It doesn't implement much of Twitters functionality, only the things **I**
|
||||||
care for. Therefore it is **small** (84 KB) and **fast** and looks good
|
care for. Therefore it is **small** and **fast** and looks good
|
||||||
by doing so. _"Keep it simple, stupid!"_ Is the mantra, therefore there will not by much more
|
by doing so. _"Keep it simple, stupid!"_ Is the mantra, therefore there
|
||||||
functionality as it is now. But you're welcome to fork and extend it.
|
will not by much more functionality as it is now. But you're welcome to
|
||||||
|
fork and extend it.
|
||||||
|
|
||||||
[Download Twittia 2](http://github.com/downloads/jeena/Twittia/Twittia.app.zip)
|
[Download Twittia 2](http://github.com/downloads/jeena/Twittia/Twittia.app.zip)
|
||||||
|
|
||||||
|
@ -23,6 +24,9 @@ FAQ:s
|
||||||
|
|
||||||
3. No, there is no icon yet.
|
3. No, there is no icon yet.
|
||||||
|
|
||||||
|
4. Yes there is a twittia: url scheme, try it out:
|
||||||
|
[twittia:Twittia is the shit](http://twittia.istheshit.net/)
|
||||||
|
|
||||||
|
|
||||||
Nice to know
|
Nice to know
|
||||||
------------
|
------------
|
||||||
|
|
29
ReleaseNotes.html
Normal file
29
ReleaseNotes.html
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Twittia Release Notes</title>
|
||||||
|
<style type="text/css">
|
||||||
|
body { font-family: "Lucida Grande", sans-serif; font-size: 0.75em; }
|
||||||
|
h1 { font-size: 1.2em; }
|
||||||
|
h2 { font-size: 1em; margin-top: 2em; }
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<h1>Twittia Release Notes</h1>
|
||||||
|
|
||||||
|
<h2>Twittia 2.0.2</h2>
|
||||||
|
<p>Added the <code>twittia:</code> URL scheme.</p>
|
||||||
|
|
||||||
|
<h2>Twittia 2.0.1</h2>
|
||||||
|
<p>Added Sparcle so the updates will be less efford for the user.</p>
|
||||||
|
|
||||||
|
<h2>Twittia 2.0</h2>
|
||||||
|
<p>This is a complete rewrite, I cut 80% of the functionality and
|
||||||
|
now it only has functionality which I care for.</p>
|
||||||
|
<p>This is also the first version I try to distribute Sparcle, so
|
||||||
|
it is updated automagicly in the feature.</p>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -11,6 +11,8 @@
|
||||||
1DDD582D0DA1D0D100B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD582A0DA1D0D100B32029 /* MainMenu.xib */; };
|
1DDD582D0DA1D0D100B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD582A0DA1D0D100B32029 /* MainMenu.xib */; };
|
||||||
1F198FC8117BC4AB0049BEA7 /* README.markdown in Resources */ = {isa = PBXBuildFile; fileRef = 1F198FC7117BC4AB0049BEA7 /* README.markdown */; };
|
1F198FC8117BC4AB0049BEA7 /* README.markdown in Resources */ = {isa = PBXBuildFile; fileRef = 1F198FC7117BC4AB0049BEA7 /* README.markdown */; };
|
||||||
1F1990C6117BCA960049BEA7 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F1990C5117BCA960049BEA7 /* ApplicationServices.framework */; };
|
1F1990C6117BCA960049BEA7 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F1990C5117BCA960049BEA7 /* ApplicationServices.framework */; };
|
||||||
|
1F1990E0117BD2250049BEA7 /* Appcast.xml in Resources */ = {isa = PBXBuildFile; fileRef = 1F1990DF117BD2250049BEA7 /* Appcast.xml */; };
|
||||||
|
1F1990E2117BD2650049BEA7 /* ReleaseNotes.html in Resources */ = {isa = PBXBuildFile; fileRef = 1F1990E1117BD2650049BEA7 /* ReleaseNotes.html */; };
|
||||||
1F705EA6117889FA00C85707 /* sprite-icons.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F705EA5117889FA00C85707 /* sprite-icons.png */; };
|
1F705EA6117889FA00C85707 /* sprite-icons.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F705EA5117889FA00C85707 /* sprite-icons.png */; };
|
||||||
1F70619F1178FBB300C85707 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F70619E1178FBB300C85707 /* Carbon.framework */; };
|
1F70619F1178FBB300C85707 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F70619E1178FBB300C85707 /* Carbon.framework */; };
|
||||||
1FE2FC93117A818D000504B0 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FE2FC92117A818D000504B0 /* Sparkle.framework */; };
|
1FE2FC93117A818D000504B0 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FE2FC92117A818D000504B0 /* Sparkle.framework */; };
|
||||||
|
@ -51,6 +53,8 @@
|
||||||
1DDD582B0DA1D0D100B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
1DDD582B0DA1D0D100B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
||||||
1F198FC7117BC4AB0049BEA7 /* README.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.markdown; sourceTree = "<group>"; };
|
1F198FC7117BC4AB0049BEA7 /* README.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.markdown; sourceTree = "<group>"; };
|
||||||
1F1990C5117BCA960049BEA7 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = System/Library/Frameworks/ApplicationServices.framework; sourceTree = SDKROOT; };
|
1F1990C5117BCA960049BEA7 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = System/Library/Frameworks/ApplicationServices.framework; sourceTree = SDKROOT; };
|
||||||
|
1F1990DF117BD2250049BEA7 /* Appcast.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = Appcast.xml; sourceTree = "<group>"; };
|
||||||
|
1F1990E1117BD2650049BEA7 /* ReleaseNotes.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = ReleaseNotes.html; sourceTree = "<group>"; };
|
||||||
1F705EA5117889FA00C85707 /* sprite-icons.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "sprite-icons.png"; sourceTree = "<group>"; };
|
1F705EA5117889FA00C85707 /* sprite-icons.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "sprite-icons.png"; sourceTree = "<group>"; };
|
||||||
1F70619E1178FBB300C85707 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; };
|
1F70619E1178FBB300C85707 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; };
|
||||||
1FE2FC92117A818D000504B0 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = "<group>"; };
|
1FE2FC92117A818D000504B0 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = "<group>"; };
|
||||||
|
@ -172,6 +176,7 @@
|
||||||
2A37F4B8FDCFA73011CA2CEA /* Resources */ = {
|
2A37F4B8FDCFA73011CA2CEA /* Resources */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
|
1F1990DF117BD2250049BEA7 /* Appcast.xml */,
|
||||||
1F198FC7117BC4AB0049BEA7 /* README.markdown */,
|
1F198FC7117BC4AB0049BEA7 /* README.markdown */,
|
||||||
1FE2FCA6117A8952000504B0 /* dsa_pub.pem */,
|
1FE2FCA6117A8952000504B0 /* dsa_pub.pem */,
|
||||||
1FFA36C71177D861006C8562 /* WebKit */,
|
1FFA36C71177D861006C8562 /* WebKit */,
|
||||||
|
@ -180,6 +185,7 @@
|
||||||
089C165FFE840EACC02AAC07 /* InfoPlist.strings */,
|
089C165FFE840EACC02AAC07 /* InfoPlist.strings */,
|
||||||
1DDD58280DA1D0D100B32029 /* MyDocument.xib */,
|
1DDD58280DA1D0D100B32029 /* MyDocument.xib */,
|
||||||
1DDD582A0DA1D0D100B32029 /* MainMenu.xib */,
|
1DDD582A0DA1D0D100B32029 /* MainMenu.xib */,
|
||||||
|
1F1990E1117BD2650049BEA7 /* ReleaseNotes.html */,
|
||||||
);
|
);
|
||||||
name = Resources;
|
name = Resources;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
|
@ -248,6 +254,8 @@
|
||||||
1F705EA6117889FA00C85707 /* sprite-icons.png in Resources */,
|
1F705EA6117889FA00C85707 /* sprite-icons.png in Resources */,
|
||||||
1FE2FCA7117A8952000504B0 /* dsa_pub.pem in Resources */,
|
1FE2FCA7117A8952000504B0 /* dsa_pub.pem in Resources */,
|
||||||
1F198FC8117BC4AB0049BEA7 /* README.markdown in Resources */,
|
1F198FC8117BC4AB0049BEA7 /* README.markdown in Resources */,
|
||||||
|
1F1990E0117BD2250049BEA7 /* Appcast.xml in Resources */,
|
||||||
|
1F1990E2117BD2650049BEA7 /* ReleaseNotes.html in Resources */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
|
|
|
@ -40,9 +40,9 @@
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>2.0.1</string>
|
<string>2.0.2</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.0.1</string>
|
<string>2.0.2</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
|
|
Reference in a new issue