Skip to content

Commit

Permalink
update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
henderea committed Jul 26, 2014
1 parent 1d717db commit 15680c3
Show file tree
Hide file tree
Showing 10 changed files with 4,190 additions and 3 deletions.
Binary file added Icon.psd
Binary file not shown.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ A RubyMotion application for keeping memory usage in check. Shows up in the men
* **v0.7.3:** add registration submenu
* **v0.7.4:** fix a bug in the plain allocation freeing method
* **v0.7.5:** show version in menu and add a link to file a ticket
* **v0.7.6:** update icon

###Versions (code-signed with developer ID):
* **v0.3:** <http://memorytamer.s3.amazonaws.com/MemoryTamer-0.3.zip> (Mavericks-only)
Expand All @@ -39,4 +40,5 @@ A RubyMotion application for keeping memory usage in check. Shows up in the men
* **v0.7.2:** <http://memorytamer.s3.amazonaws.com/MemoryTamer-0.7.2.zip>
* **v0.7.3:** <http://memorytamer.s3.amazonaws.com/MemoryTamer-0.7.3.zip>
* **v0.7.4:** <http://memorytamer.s3.amazonaws.com/MemoryTamer-0.7.4.zip>
* **v0.7.5:** <http://memorytamer.s3.amazonaws.com/MemoryTamer-0.7.5.zip>
* **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>
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.5'
app.short_version = '0.7.5'
app.version = '0.7.6'
app.short_version = '0.7.6'
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.6</title>
<sparkle:releaseNotesLink>
http://releases.io/henderea/MemoryTamer/0.7.6?heading=true
</sparkle:releaseNotesLink>
<pubDate>Fri, 25 Jul 2014 18:40:00 -0400</pubDate>
<enclosure url="http://memorytamer.s3.amazonaws.com/MemoryTamer-0.7.6.zip" sparkle:version="0.7.6" length="4553570" type="application/octet-stream" />
<sparkle:minimumSystemVersion>10.7</sparkle:minimumSystemVersion>
</item>
<item>
<title>Version 0.7.5</title>
<sparkle:releaseNotesLink>
Expand Down
1,944 changes: 1,944 additions & 0 deletions newMemoryTamerIcon.ai

Large diffs are not rendered by default.

2,232 changes: 2,232 additions & 0 deletions newMemoryTamerIcon2.ai

Large diffs are not rendered by default.

Binary file modified resources/Icon.icns
Binary file not shown.
Binary file modified resources/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/Status.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/[email protected]
Binary file not shown.

0 comments on commit 15680c3

Please sign in to comment.