<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>InScopeApps {+}</title>
	
	<link>http://inscopeapps.com/blog</link>
	<description>We are obsessed with making beautiful things with a strong focus on usability and design.</description>
	<lastBuildDate>Fri, 24 Jun 2011 07:17:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Inscopeapps" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="inscopeapps" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>EyeTunes 1.5</title>
		<link>http://inscopeapps.com/blog/eyetunes-1-5/</link>
		<comments>http://inscopeapps.com/blog/eyetunes-1-5/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 07:17:28 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[EyeTunes]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://inscopeapps.com/blog/?p=956</guid>
		<description><![CDATA[I spent a couple hours over the last couple of days wrapping up some things in the EyeTunes project I&#8217;ve been meaning to get to. This involved merging in some forks, reorganizing the project and updating it for Xcode 4 and OSX 10.6 so it&#8217;s fully compliant with the AppStore, which has gotten stricter about [...]]]></description>
			<content:encoded><![CDATA[<p>I spent a couple hours over the last couple of days wrapping up some things in the <a href="https://github.com/InScopeApps/EyeTunes">EyeTunes</a> project I&#8217;ve been meaning to get to. This involved merging in some forks, reorganizing the project and updating it for Xcode 4 and OSX 10.6 so it&#8217;s fully compliant with the AppStore, which has gotten stricter about framework architectures. I also wrote a python script I&#8217;ve been meaning to get to ever since I wrote a post about <a href="http://inscopeapps.com/blog/updating-eyetunes/">updating EyeTunes</a>. This post is now obsolete because the <a href="https://github.com/InScopeApps/EyeTunes/blob/master/iTunes.py">python script</a> does everything necessary to generate the sdef and header files from iTunes!<br />
<span id="more-956"></span><br />
Here&#8217;s the change log overview of what was updated:</p>
<blockquote><p>23 Jun 2011; EyeTunes-1.5; David Keegan <contact@inscopeapps.com><br />
   * Added support for iTunes 10.<br />
   * Updated for OSX 10.6, Xcode 4 and AppStore compliance!<br />
   * Switched to the LLVM compiler.<br />
   * Added isSmart to test if a playlist is smart.<br />
   * Added containsTrack to test if a track belongs to a playlist.<br />
   * Added isEqualToTrack to compare tracks.<br />
   * Added launch and isRunning to launch iTunes and check if it&#8217;s running,<br />
     updated by clee who also added a quit method!<br />
   * Added addPlaylistWithName to add new playlists, thanks k7d!<br />
   * Added deleteTrack to delete tracks from iTunes, thanks k7d!</p></blockquote>
<p>I also put together a <a href="https://github.com/downloads/InScopeApps/EyeTunes/EyeTunes-1.5.zip">compiled version of the framework</a> that can be downloaded and used in projects without having to build EyeTunes from source.</p>
]]></content:encoded>
			<wfw:commentRss>http://inscopeapps.com/blog/eyetunes-1-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The move to GitHub</title>
		<link>http://inscopeapps.com/blog/the-move-to-github/</link>
		<comments>http://inscopeapps.com/blog/the-move-to-github/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 05:50:57 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[InAppSettings]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://inscopeapps.com/blog/?p=951</guid>
		<description><![CDATA[I&#8217;ve been using GitHub for 10 months and love it! Last night I finally transfered all of my bitbucket projects over to GitHub. The transistion was easy with the help of this blog post from WebOnRails. I manually transfered the issues over too. There might be an automated way to do this but I didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a href="https://github.com/InScopeApps">GitHub</a> for 10 months and love it! Last night I finally transfered all of my <a href="https://bitbucket.org/keegan3d">bitbucket</a> projects over to GitHub.</p>
<p>The transistion was easy with the help of <a href="http://webonrails.com/2009/02/19/export-mercurialhg-repository-to-git-repository/">this blog post from WebOnRails</a>.</p>
<p>I manually transfered the issues over too. There might be an automated way to do this but I didn&#8217;t have that many issues on my projects. Except for <a href="https://github.com/InScopeApps/InAppSettings">InAppSettings</a> but it was a good excuse to go through all the issues and condense them.</p>
<p>I&#8217;ve deleted all the projects from bitbucket except InAppSettings. I want to keep the original issues around for a while. There are also a couple patches/forks queued up that need to be reviewed and merged. The repository will be removed once the project gets going again, to avoid confusion.</p>
]]></content:encoded>
			<wfw:commentRss>http://inscopeapps.com/blog/the-move-to-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SparkleMotion Tutorial</title>
		<link>http://inscopeapps.com/blog/sparklemotion-tutorial/</link>
		<comments>http://inscopeapps.com/blog/sparklemotion-tutorial/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 08:27:20 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://inscopeapps.com/blog/?p=946</guid>
		<description><![CDATA[A while back I put together a library called SparkleMotion that makes it easy to create Mac updates using the Sparkle framework. I finally put together a tutorial video showing how it can be used to streamline updating a Mac app.]]></description>
			<content:encoded><![CDATA[<p>A while back I put together a library called <a href="https://github.com/InScopeApps/SparkleMotion">SparkleMotion</a> that makes it easy to create Mac updates using the <a href="http://sparkle.andymatuschak.org/">Sparkle framework</a>. I finally put together a tutorial video showing how it can be used to streamline updating a Mac app.<br />
<span id="more-946"></span><br />
<iframe src="http://player.vimeo.com/video/24504189?title=0&amp;byline=0&amp;portrait=0" width="621" height="388" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://inscopeapps.com/blog/sparklemotion-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smart Objects for Multi-Resolution Icons</title>
		<link>http://inscopeapps.com/blog/smart-objects-for-multi-resolution-icons/</link>
		<comments>http://inscopeapps.com/blog/smart-objects-for-multi-resolution-icons/#comments</comments>
		<pubDate>Fri, 06 May 2011 05:27:22 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Icons]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://inscopeapps.com/blog/?p=940</guid>
		<description><![CDATA[I just finished watching the updated content from Icon Resource. In it Sebastiaan used smart objects, which I&#8217;d never used before so I decided to give &#8216;em a shot for this icon and I can&#8217;t live without them now! I put together this video with some tips on how smart objects can be used for [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished watching the updated content from <a href="http://www.iconresource.net">Icon Resource</a>. In it Sebastiaan used smart objects, which I&#8217;d never used before so I decided to give &#8216;em a shot for <a href="http://dribbble.com/shots/162753-Lens-256">this icon</a> and I can&#8217;t live without them now!<br />
<span id="more-940"></span><br />
I put together this video with some tips on how smart objects can be used for multi-resolution icons.<br />
<iframe src="http://player.vimeo.com/video/23307773?title=0&amp;byline=0&amp;portrait=0" width="621" height="388" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://inscopeapps.com/blog/smart-objects-for-multi-resolution-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ChopShop 2.0 Finally on the App Store!</title>
		<link>http://inscopeapps.com/blog/chopshop-2-0-finally-on-the-app-store/</link>
		<comments>http://inscopeapps.com/blog/chopshop-2-0-finally-on-the-app-store/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 07:02:13 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[ChopShop]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://inscopeapps.com/blog/?p=933</guid>
		<description><![CDATA[It&#8217;s taken longer then expected but ChopShop 2.0 is finally on the App Store! After two rejections, first for private api calls in BWToolkit, then for an absence of a welcome window, ChopShop is finally on the App Store under the Developer Tools category. We now have 5 apps on the App Store, check em [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s taken longer then expected but <a href="http://inscopeapps.com/#chopshop">ChopShop 2.0</a> is finally on the <a href="http://itunes.apple.com/us/app/chopshop/id415832312?mt=12">App Store</a>!<br />
<img src="http://inscopeapps.com/blog/wp-content/uploads/2011/03/Screen-shot-2011-03-23-at-11.29.37-PM.png" alt="" title="Screen shot 2011-03-23 at 11.29.37 PM" width="480" height="380" class="alignnone size-full wp-image-934" /><br />
<span id="more-933"></span><br />
After two rejections, first for private api calls in BWToolkit, then for an absence of a welcome window, ChopShop is finally on the App Store under the Developer Tools category.</p>
<p>We now have 5 apps on the App Store, <a href="http://itunes.apple.com/us/artist/david-keegan/id284905520?mt=12">check em out</a>! </p>
]]></content:encoded>
			<wfw:commentRss>http://inscopeapps.com/blog/chopshop-2-0-finally-on-the-app-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dribbble – Prospect Portfolio</title>
		<link>http://inscopeapps.com/blog/dribbble-prospect-portfolio/</link>
		<comments>http://inscopeapps.com/blog/dribbble-prospect-portfolio/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 05:32:54 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Icons]]></category>
		<category><![CDATA[Interface Design]]></category>

		<guid isPermaLink="false">http://inscopeapps.com/blog/?p=902</guid>
		<description><![CDATA[Edit: 2 hours after posting this @badeen tweeted about it and @jgarnham drafted me! This is a dream come true! Thanks guys, follow both of them! I&#8217;ve been browsing Dribbble for a while, and even developed Coaches Loupe! However I&#8217;m unable to post on Dribbble because I don&#8217;t have an account and it&#8217;s invite only. I&#8217;m relatively [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Edit:</strong> 2 hours after posting this <a href="https://twitter.com/#!/badeen">@badeen</a> <a href="https://twitter.com/#!/jgarnham/status/42484156910936064">tweeted about it</a> and <a href="https://twitter.com/#!/jgarnham">@jgarnham</a> drafted me! This is a dream come true! Thanks guys, follow both of them!</p>
<p>I&#8217;ve been browsing <a href="http://dribbble.com">Dribbble</a> for a while, and even developed <a href="http://inscopeapps.com/blog/coaches-loupe/">Coaches Loupe</a>! However I&#8217;m unable to post on Dribbble because I don&#8217;t have an account and it&#8217;s invite only. I&#8217;m relatively new to the design game but I think I have a lot to offer so I&#8217;ve put together a &#8220;prospect portfolio&#8221;!</p>
<p><span id="more-902"></span></p>
<p><img class="alignnone size-full wp-image-905" title="hg icons" src="http://inscopeapps.com/blog/wp-content/uploads/2011/02/hg-icons.png" alt="" width="400" height="300" /></p>
<p>These icons were originally created for <a href="https://bitbucket.org/snej/murky/wiki/Home">Murky</a>, but were extended and used by <a href="http://jasonfharris.com/machg/">MacHg</a> and several of my apps.</p>
<p><img class="alignnone size-full wp-image-906" title="Little Tractor" src="http://inscopeapps.com/blog/wp-content/uploads/2011/02/Little-Tractor.png" alt="" width="400" height="300" /></p>
<p>16&#215;16 icon of a tractor, I&#8217;m really pleased with the clarity of this icon.</p>
<p><img class="alignnone size-full wp-image-904" title="Coaches Loupe Icons" src="http://inscopeapps.com/blog/wp-content/uploads/2011/02/Coaches-Loupe-Icons.png" alt="" width="400" height="300" /></p>
<p>Icons created for the <a href="http://coachesloupe.com/">Coaches Loupe</a> app.</p>
<p><img class="alignnone size-full wp-image-903" title="Blog Mockup" src="http://inscopeapps.com/blog/wp-content/uploads/2011/02/Blog-Mockup.png" alt="" width="400" height="300" /></p>
<p>Blog theme mockup.</p>
<p><img class="alignnone size-full wp-image-907" title="tease" src="http://inscopeapps.com/blog/wp-content/uploads/2011/02/tease.png" alt="" width="400" height="300" /></p>
<p>Teaser shot of an iPhone app I&#8217;m creating with <a href="http://badeen.com/">Jonathan Badeen</a>.</p>
<p>If you like these shots and want to see more <a href="http://dribbble.com/InScopeApps">invite me</a> to Dribbble!</p>
<p><img class="alignnone size-full wp-image-917" title="Screen shot 2011-02-28 at 9.23.12 PM" src="http://inscopeapps.com/blog/wp-content/uploads/2011/02/Screen-shot-2011-02-28-at-9.23.12-PM.png" alt="" width="502" height="128" /></p>
]]></content:encoded>
			<wfw:commentRss>http://inscopeapps.com/blog/dribbble-prospect-portfolio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coaches Loupe</title>
		<link>http://inscopeapps.com/blog/coaches-loupe/</link>
		<comments>http://inscopeapps.com/blog/coaches-loupe/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 04:58:03 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Coaches Loupe]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[Interface Design]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://inscopeapps.com/blog/?p=886</guid>
		<description><![CDATA[I was browsing Dribbble a couple weeks ago and came across a post from Ian Tearle of a mockup he&#8217;d made for an app to upload shots to Dribbble. This looked like a fun project so I sent him an email and we started collaborating! In just 2 weeks we had a beta up and [...]]]></description>
			<content:encoded><![CDATA[<p>I was browsing <a href="http://dribbble.com">Dribbble</a> a couple weeks ago and came across a post from <a href="http://dribbble.com/shots/43689-Coaches-Loupe">Ian Tearle</a> of a mockup he&#8217;d made for an app to upload shots to Dribbble. This looked like a fun project so I sent him an email and we started collaborating!<br />
<span id="more-886"></span><br />
In just 2 weeks we had a beta up and running that uploads shots to Dribbble and <a href="http://getcloudapp.com/">CloudApp</a>.<br />
<a href="http://inscopeapps.com/blog/wp-content/uploads/2011/02/Main.png"><img class="alignnone size-medium wp-image-887" title="Main" src="http://inscopeapps.com/blog/wp-content/uploads/2011/02/Main-500x410.png" alt="" width="500" height="410" /></a></p>
<p>Coaches Loupe also lets you set metadata for a shot before uploading it.<br />
<img class="alignnone size-full wp-image-888" title="Uploading" src="http://inscopeapps.com/blog/wp-content/uploads/2011/02/Uploading.png" alt="" width="461" height="361" /></p>
<p>Head over to the <a href="http://coachesloupe.com/">Coaches Loupe website</a> to find out more and download the beta!</p>
<p>Coaches Loupe is an open source project, <a href="https://github.com/InScopeApps/Coaches-Loupe">fork it on github</a>! Also <a href="https://github.com/InScopeApps/BBBouncePass">BBBouncePass</a> is an objective-c library for uploading shots to Dribble, it was created for Coaches Loupe and is open source too!</p>
]]></content:encoded>
			<wfw:commentRss>http://inscopeapps.com/blog/coaches-loupe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ChopShop Resubmitted</title>
		<link>http://inscopeapps.com/blog/chopshop-resubmitted/</link>
		<comments>http://inscopeapps.com/blog/chopshop-resubmitted/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 23:31:15 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[ChopShop]]></category>
		<category><![CDATA[Interface Design]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://inscopeapps.com/blog/?p=866</guid>
		<description><![CDATA[ChopShop has been resubmitted, it was rejected for using private APIs. The private API calls came from BWToolkit, in this post we will be covering what we did to remove the dependencies on this framework. Split View BWToolkit has a nice split view widget that allows you to set the color of the divider, minimum and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://inscopeapps.com/#chopshop">ChopShop</a> has been resubmitted, it was <a href="http://inscopeapps.com/blog/chopshop-rejected/">rejected for using private APIs</a>.</p>
<p>The private API calls came from <a href="http://www.brandonwalkin.com/bwtoolkit/">BWToolkit</a>, in this post we will be covering what we did to remove the dependencies on this framework.<br />
<span id="more-866"></span><br />
<strong>Split View</strong></p>
<p>BWToolkit has a nice split view widget that allows you to set the color of the divider, minimum and maximum sizes for the panels and how the panels scale as the window scales.</p>
<p>To accomplish this without BWToolkit we subclassed NSSplitView and created a delegate to implement the features we got for free with BWToolkit.</p>
<p><script src="https://gist.github.com/808659.js?file=CSDivider.m"></script></p>
<p><strong>Bottom Bar</strong></p>
<p>This was surprisingly easy to replace because in 10.6 a bottom bar can be added to a window in Interface Builder!<br />
<a href="http://inscopeapps.com/blog/wp-content/uploads/2011/02/Screen-shot-2011-02-02-at-3.16.47-PM1.png"><img src="http://inscopeapps.com/blog/wp-content/uploads/2011/02/Screen-shot-2011-02-02-at-3.16.47-PM1-500x312.png" alt="" title="Screen shot 2011-02-02 at 3.16.47 PM1" width="500" height="312" class="alignnone size-medium wp-image-875" /></a></p>
<p><strong>Preferences</strong></p>
<p><img src="http://inscopeapps.com/blog/wp-content/uploads/2011/02/Screen-shot-2011-02-02-at-3.21.55-PM.png" alt="" title="Screen shot 2011-02-02 at 3.21.55 PM" width="343" height="282" class="alignnone size-full wp-image-880" /></p>
<p>BWToolkit has a great way of setting up tabbed preferences, though it is a little finicky at times in Interface Builder. To replace this we used Dave Batton&#8217;s <a href="http://www.mere-mortal-software.com/blog/details.php?d=2007-03-11">DBPrefsWindowController</a> which works great and is really easy to setup!</p>
<p>All in all it only took a couple hours to implement these changes. Another advantage of not using BWToolkit is that it makes the app smaller, BWToolkit ships with a lot of icons that ChopShop wasn&#8217;t using.</p>
<p>ChopShop has already been resubmitted and will hopefully be available soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://inscopeapps.com/blog/chopshop-resubmitted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ChopShop Rejected</title>
		<link>http://inscopeapps.com/blog/chopshop-rejected/</link>
		<comments>http://inscopeapps.com/blog/chopshop-rejected/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 20:19:55 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[ChopShop]]></category>
		<category><![CDATA[Interface Design]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://inscopeapps.com/blog/?p=859</guid>
		<description><![CDATA[We just heard today that ChopShop was rejected from the App Store because it used private APIs. 2.5 Apps that use non-public APIs will be rejected ChopShop technicly doesn&#8217;t use private apis, but we used BWToolkit for some of the UI elements and this is where the private API calls are coming from. This is [...]]]></description>
			<content:encoded><![CDATA[<p>We just heard today that ChopShop was rejected from the App Store because it used private APIs.</p>
<blockquote><p>2.5   Apps that use non-public APIs will be rejected</p></blockquote>
<p>ChopShop technicly doesn&#8217;t use private apis, but we used <a href="http://www.brandonwalkin.com/bwtoolkit/">BWToolkit</a> for some of the UI elements and this is where the private API calls are coming from.<br />
<span id="more-859"></span><br />
This is unfortunate because BWToolkit is a great framework that makes it easy to use a lot of standard UI elements that are not directly available. </p>
<p>ChopShop doesn&#8217;t rely on BWToolkit for very much so it will be easy to strip it out of the project with no visual differences.</p>
<p>We&#8217;ll keep you posted on when the private API free version has been submitted :)</p>
]]></content:encoded>
			<wfw:commentRss>http://inscopeapps.com/blog/chopshop-rejected/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The State of ChopShop</title>
		<link>http://inscopeapps.com/blog/the-state-of-chopshop/</link>
		<comments>http://inscopeapps.com/blog/the-state-of-chopshop/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 08:05:58 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[ChopShop]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://inscopeapps.com/blog/?p=827</guid>
		<description><![CDATA[@darthapo was wondering on twitter today what happened with ChopShop 1.1. We blogged about this a while back, then after deliberating we decided it would be better to hold off on releasing a new version until it was really perfect. Here&#8217;s a sneak peak at ChopShop 2.0! We&#8217;ve been working on ChopShop 2.0 for a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://twitter.com/darthapo/status/27168886898032640">@darthapo</a> was wondering on <em>twitter</em> today what happened with <a href="http://inscopeapps.com/blog/chopshop-11-preview/">ChopShop 1.1</a>. We blogged about this a while back, then after deliberating we decided it would be better to hold off on releasing a new version until it was really perfect.</p>
<p>Here&#8217;s a sneak peak at ChopShop 2.0!</p>
<p><a href="http://inscopeapps.com/blog/wp-content/uploads/2011/01/Screen-shot-2011-01-17-at-11.39.59-PM.png"><img class="alignnone size-medium wp-image-830" title="Screen shot 2011-01-17 at 11.39.59 PM" src="http://inscopeapps.com/blog/wp-content/uploads/2011/01/Screen-shot-2011-01-17-at-11.39.59-PM-500x369.png" alt="" width="500" height="369" /></a><br />
<span id="more-827"></span><br />
We&#8217;ve been working on <strong>ChopShop 2.0</strong> for a while but other projects keep getting in the way, <a href="http://inscopeapps.com/#rockstar">RockStar</a> for example :) RockStar was our first app on the new <em>Mac App Store</em>, and <strong>ChopShop 2.0</strong> will be the next!</p>
<p>We have a checklist of features for the release version and we are working as hard as we can to cross things off the list. One of the things we crossed off the list today was finishing the icon!</p>
<p>Here&#8217;s what the original icon looked like:</p>
<p><a href="http://inscopeapps.com/blog/wp-content/uploads/2011/01/IconOriginal.png"><img class="alignnone size-thumbnail wp-image-832" title="IconOriginal" src="http://inscopeapps.com/blog/wp-content/uploads/2011/01/IconOriginal-300x300.png" alt="" width="300" height="300" /></a></p>
<p>We wanted the new icon to be more interesting and have depth, here&#8217;s a look at the initial blocking:</p>
<p><a href="http://inscopeapps.com/blog/wp-content/uploads/2011/01/IconBlocking.png"><img class="alignnone size-thumbnail wp-image-834" title="IconBlocking" src="http://inscopeapps.com/blog/wp-content/uploads/2011/01/IconBlocking-300x300.png" alt="" width="300" height="300" /></a></p>
<p>And here&#8217;s the final version we completed today:</p>
<p><a href="http://inscopeapps.com/blog/wp-content/uploads/2011/01/IconFinal.png"><img class="alignnone size-thumbnail wp-image-835" title="IconFinal" src="http://inscopeapps.com/blog/wp-content/uploads/2011/01/IconFinal-300x300.png" alt="" width="300" height="300" /></a></p>
<p>This is the <em>Mac App Icon</em> template that will ship with <strong>ChopShop 2.0</strong>!</p>
<p><a href="http://inscopeapps.com/blog/wp-content/uploads/2011/01/IconSheet.png"><img class="alignnone size-medium wp-image-837" title="IconSheet" src="http://inscopeapps.com/blog/wp-content/uploads/2011/01/IconSheet-500x366.png" alt="" width="500" height="366" /></a></p>
<p>Stay tuned for more updates!</p>
]]></content:encoded>
			<wfw:commentRss>http://inscopeapps.com/blog/the-state-of-chopshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

