Created
September 21, 2012 13:10
-
-
Save tjluoma/3761368 to your computer and use it in GitHub Desktop.
Skitch 1.0.7 and preventing the Mac App Store from prompting you to upgrade to 2.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1> | |
Stop the App Store upgrade prompt</h1> | |
<p> | |
Fortunately I saved my copy of Skitch (version 1.0.12) after hearing <a href="http://twitter.com/danielpunkass">Daniel Jalkut</a> (developer at <a href="http://www.red-sweater.com/">Red Sweater Software</a> best known for <a href="http://www.red-sweater.com/marsedit/">MarsEdit</a> and <a href="http://www.red-sweater.com/fastscripts/">FastScripts</a>) mention that a brief stint with Skitch 2.0 had sent him back to Skitch version 1.</p> | |
<p> | |
The only problem is that the Mac App Store app kept telling me that Skitch needs to be updated. I even went into my Purchases list and '"hid" Skitch, but still the App Store kept telling me that it wanted to update Skitch.</p> | |
<p> | |
I seem to have found a solution, which was to quit Skitch.app, and then locate the app in /Applications/ using the Finder. Once there, I control-clicked on the app and chose "Show Package Contents":</p> | |
<p style="text-align:center"> | |
<img alt="" border="0" height="143" src="http://media.blogcdn.com//media/2012/09/skitch-show-package-contents.jpg" width="280" /></p> | |
<p> | |
</p> | |
<p> | |
And then open the 'Contents' folder, and I found a folder named _MASReceipt:</p> | |
<p style="text-align:center"> | |
<img alt="" border="0" height="72" src="http://media.blogcdn.com//media/2012/09/skitch-contents-masreceipt-move-to-trash.jpg" width="412" /></p> | |
<p> | |
I moved that folder to the trash, and now the Mac App Store no longer prompts me to update the app.</p> | |
<p> | |
As far as I can tell, the app continues to function just fine without the _MASReceipt folder.</p> | |
<p> | |
<strong>N.B.</strong> Terminal nerds like myself will prefer to use something like:</p> | |
<p> | |
<code>sudo rm -rfv /Applications/Skitch.app/Contents/_MASReceipt</code></p> | |
<h1> | |
Version 1.07 is still available</h1> | |
<p> | |
You can still download version <a href="http://get.skitch.com/skitch-1.0.7-v4398.zip">1.07</a> from Skitch.com. I believe that version 1.07 was the last version before it went "Mac App Store only." The <a href="http://update.skitch.com/skitch.html">changelog</a> for versions after 1.07 make it appear that the only bugs they were fixing were about Evernote integration.</p> | |
<p> | |
Note that version 1.07 still requires that you have a Skitch.com account in the "Sharing" options, or else it will just automatically re-create it anyway.</p> | |
<p> | |
One wonders what the app will do once the Skitch servers are no longer accessible, since the app refuses to even function without one.</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment