changed version number
This commit is contained in:
parent
da7cc71f4e
commit
0984de779d
4 changed files with 12 additions and 9 deletions
12
Appcast.xml
12
Appcast.xml
|
@ -6,17 +6,17 @@
|
|||
<description>Most recent changes with links to updates.</description>
|
||||
<language>en</language>
|
||||
<item>
|
||||
<title>Version 2.0.2 (Added twittia: url scheme)</title>
|
||||
<title>Version 2.1.0 (Added Mentions)</title>
|
||||
<sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion>
|
||||
<sparkle:releaseNotesLink>
|
||||
http://jeenaparadies.net/twittia/ReleaseNotes.html
|
||||
</sparkle:releaseNotesLink>
|
||||
<pubDate>Wed, 19 Apr 2010 0:30:00 +0000</pubDate>
|
||||
<pubDate>Sun, 25 Apr 2010 16:30:00 +0000</pubDate>
|
||||
<enclosure url="http://jeenaparadies.net/twittia/Twittia.app.zip"
|
||||
sparkle:version="2.0.2"
|
||||
length="490687"
|
||||
type="application/octet-stream"
|
||||
sparkle:dsaSignature="MC4CFQCt/VPAkzibXLQRI9W6Zx/NZ6yKWwIVALAz3/n9uMD1v9XtVpORobhmPUtr" />
|
||||
sparkle:version="2.1.0"
|
||||
length="488877"
|
||||
type="application/octet-stream"
|
||||
sparkle:dsaSignature="MCwCFHrvMjy3m0F/ST/R9Y1RFD5q3bfzAhQiSDKToDkWtmJZILgQUNM0yXBSig==" />
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
|
@ -13,9 +13,10 @@
|
|||
|
||||
<h1>Twittia Release Notes</h1>
|
||||
|
||||
<h2>Twittia 2.0.3</h2>
|
||||
<h2>Twittia 2.1.0</h2>
|
||||
<p>Fixed some wrong links.</p>
|
||||
<p>Fixed problem with closed timeline window.</p>
|
||||
<p>Implemented a mentions view.</p>
|
||||
|
||||
<h2>Twittia 2.0.2</h2>
|
||||
<p>Added the <code>twittia:</code> URL scheme.</p>
|
||||
|
|
|
@ -327,6 +327,7 @@
|
|||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"\"$(SRCROOT)\"",
|
||||
"\"$(SRCROOT)/../../Desktop/mpoauthconnection-read-only/build/Release\"",
|
||||
);
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
|
@ -348,6 +349,7 @@
|
|||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"\"$(SRCROOT)\"",
|
||||
"\"$(SRCROOT)/../../Desktop/mpoauthconnection-read-only/build/Release\"",
|
||||
);
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
|
|
|
@ -40,9 +40,9 @@
|
|||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.0.2</string>
|
||||
<string>2.1.0</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.0.2</string>
|
||||
<string>2.1.0</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
||||
<key>NSMainNibFile</key>
|
||||
|
|
Reference in a new issue