Skip to content

Commit

Permalink
add retina status icon
Browse files Browse the repository at this point in the history
  • Loading branch information
henderea committed Jul 26, 2014
1 parent e48692e commit 438d499
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ A RubyMotion application for keeping memory usage in check. Shows up in the men
* **v0.7.5:** show version in menu and add a link to file a ticket
* **v0.7.6:** update icon
* **v0.7.7:** add "Using MemoryTamer" to the Support menu
* **v0.7.8:** add retina status icon

###Versions (code-signed with developer ID):
* **v0.3:** <http://memorytamer.s3.amazonaws.com/MemoryTamer-0.3.zip> (Mavericks-only)
Expand All @@ -44,3 +45,4 @@ A RubyMotion application for keeping memory usage in check. Shows up in the men
* **v0.7.5:** <http://memorytamer.s3.amazonaws.com/MemoryTamer-0.7.5.zip>
* **v0.7.6:** <https://memorytamer.s3.amazonaws.com/MemoryTamer-0.7.6.zip>
* **v0.7.7:** <https://memorytamer.s3.amazonaws.com/MemoryTamer-0.7.7.zip>
* **v0.7.8:** <https://memorytamer.s3.amazonaws.com/MemoryTamer-0.7.8.zip>
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Motion::Project::App.setup do |app|
app.icon = 'Icon.icns'
app.info_plist['CFBundleIconFile'] = 'Icon.icns'
app.name = 'MemoryTamer'
app.version = '0.7.7'
app.short_version = '0.7.7'
app.version = '0.7.8'
app.short_version = '0.7.8'
app.identifier = 'us.myepg.MemoryTamer'
app.info_plist['NSUIElement'] = 1
app.info_plist['SUFeedURL'] = 'https://raw.githubusercontent.com/henderea/MemoryTamer/master/appcast.xml'
Expand Down
9 changes: 9 additions & 0 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
<link>https://raw.githubusercontent.com/henderea/MemoryTamer/master/appcast.xml</link>
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>Version 0.7.8</title>
<sparkle:releaseNotesLink>
http://releases.io/henderea/MemoryTamer/0.7.8?heading=true
</sparkle:releaseNotesLink>
<pubDate>Sat, 26 Jul 2014 15:30:00 -0400</pubDate>
<enclosure url="http://memorytamer.s3.amazonaws.com/MemoryTamer-0.7.8.zip" sparkle:version="0.7.8" length="4559623" type="application/octet-stream" />
<sparkle:minimumSystemVersion>10.7</sparkle:minimumSystemVersion>
</item>
<item>
<title>Version 0.7.7</title>
<sparkle:releaseNotesLink>
Expand Down
Binary file added resources/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 438d499

Please sign in to comment.