Skip to content

Commit

Permalink
prep for version 1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed Jan 1, 2010
1 parent bcc4fea commit f9252a1
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -12,3 +12,5 @@ build/*

.DS_Store
profile

sign_update.rb
22 changes: 20 additions & 2 deletions English.lproj/MainMenu.xib
Expand Up @@ -73,6 +73,16 @@
<reference key="NSOnImage" ref="1016027123"/>
<reference key="NSMixedImage" ref="393828513"/>
</object>
<object class="NSMenuItem" id="184028492">
<reference key="NSMenu" ref="95406992"/>
<bool key="NSIsDisabled">YES</bool>
<bool key="NSIsSeparator">YES</bool>
<string key="NSTitle"/>
<string key="NSKeyEquiv"/>
<int key="NSMnemonicLoc">2147483647</int>
<reference key="NSOnImage" ref="1016027123"/>
<reference key="NSMixedImage" ref="393828513"/>
</object>
<object class="NSMenuItem" id="982929823">
<reference key="NSMenu" ref="95406992"/>
<string key="NSTitle">Check for Application Updates</string>
Expand Down Expand Up @@ -197,6 +207,7 @@
<reference ref="658733496"/>
<reference ref="706136836"/>
<reference ref="982929823"/>
<reference ref="184028492"/>
</object>
<reference key="parent" ref="292881312"/>
<string key="objectName">StatusItem</string>
Expand Down Expand Up @@ -241,6 +252,11 @@
<reference key="object" ref="982929823"/>
<reference key="parent" ref="95406992"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">553</int>
<reference key="object" ref="184028492"/>
<reference key="parent" ref="95406992"/>
</object>
</object>
</object>
<object class="NSMutableDictionary" key="flattenedProperties">
Expand All @@ -258,11 +274,13 @@
<string>545.IBPluginDependency</string>
<string>550.IBPluginDependency</string>
<string>551.IBPluginDependency</string>
<string>553.IBPluginDependency</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>{{468, 671}, {301, 103}}</string>
<string>{{468, 661}, {301, 113}}</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
Expand Down Expand Up @@ -294,7 +312,7 @@
</object>
</object>
<nil key="sourceID"/>
<int key="maxID">552</int>
<int key="maxID">553</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<object class="NSMutableArray" key="referencedPartialClassDescriptions">
Expand Down
6 changes: 2 additions & 4 deletions website/appcast.xml
Expand Up @@ -5,16 +5,14 @@
<link>http://craigjolicoeur.com/projects/echowaves-notifier/appcast.xml</link>
<description>Most recent changes with links to updates.</description>
<language>en</language>
<!--
<item>
<title>Version 1.2 (1 bugs fixed; 1 new features)</title>
<title>Version 1.2 (1 new feature)</title>
<sparkle:releaseNotesLink>
http://craigjolicoeur.com/projects/echowaves-notifier/release-notes.html#version-1-2
</sparkle:releaseNotesLink>
<pubDate>Fri, 01 Jan 2010 19:20:11 +0000</pubDate>
<enclosure url="http://craigjolicoeur.com/projects/echowaves-notifier/releases/EchowavesNotifier_1.2.zip" sparkle:version="7" sparkle:shortVersionString="1.2" length="1623481" type="application/octet-stream" sparkle:dsaSignature="BAFJW4B6B1K1JyW30nbkBwainOzrN6EQuAh" />
<enclosure url="http://craigjolicoeur.com/projects/echowaves-notifier/releases/EchowavesNotifier_1.2.zip" sparkle:version="7" sparkle:shortVersionString="1.2" length="668131" type="application/octet-stream" sparkle:dsaSignature="MC0CFCl0EbVLHT4UylM2lU7r8EXHwKMlAhUAjVMfMUfLHIpMUoCBPb37BUlE7t4=" />
</item>
-->

<item>
<title>Version 1.1b (2 bugs fixed; 1 new features)</title>
Expand Down
4 changes: 1 addition & 3 deletions website/release-notes.html
Expand Up @@ -6,12 +6,10 @@
<title>Echowaves Notifier Release Notes</title>
</head>
<body>
<!--
<h2 id="version-1-2">Version 1.2 - 01 Jan 2010</h2>
<h2 id="version-1-2">Version 1.2 - 31 Dec 2009</h2>
<ul>
<li>Added Sparkle update support</li>
</ul>
-->

<h2 id="version-1-1b">Version 1.1b - 31 Dec 2009</h2>
<ul>
Expand Down

0 comments on commit f9252a1

Please sign in to comment.