<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>#iPhoneDev &#187; xcode</title>
	<atom:link href="http://iphone.keyvisuals.com/tag/xcode/feed/" rel="self" type="application/rss+xml" />
	<link>http://iphone.keyvisuals.com</link>
	<description>Because Corporate Jobs Suck.</description>
	<lastBuildDate>Fri, 13 Jan 2012 07:26:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Including armv6 Support for Backwards Hardware Compatibility</title>
		<link>http://iphone.keyvisuals.com/iphonedev/including-armv6-support-for-backwards-hardware-compatibility/</link>
		<comments>http://iphone.keyvisuals.com/iphonedev/including-armv6-support-for-backwards-hardware-compatibility/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 19:45:14 +0000</pubDate>
		<dc:creator>keyvisuals</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[armv6]]></category>
		<category><![CDATA[armv7]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://iphone.keyvisuals.com/?p=975</guid>
		<description><![CDATA[Not everyone can afford to pre-order the new iPhone 4S &#8211; There are still a lot of users out there with the iPhone 3G and even more with the iPod Touch ( 2nd Generation. ) Both of these devices can run up to iOS 4.2 and require armv6 code. You can only safely drop armv6 [...]]]></description>
			<content:encoded><![CDATA[<p>Not everyone can afford to pre-order the new iPhone 4S &#8211; There are still a lot of users out there with the iPhone 3G and even more with the iPod Touch ( 2nd Generation. ) Both of these devices can run up to <strong>iOS 4.2</strong> and <em>require</em> armv6 code.</p>
<p>You can only safely drop armv6 support if set your deployment target to <strong>iOS 4.3</strong>+  which runs on the iPhone 3GS/4,  iPod (3rd Gen), iPad/iPad2. Actually, anything after 4.3 can be set to <em>Optimized armv7 </em>but that&#8217;s a totally different blog post <img src='http://iphone.keyvisuals.com/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>
<p>Here&#8217;s a quick and dirty guide to get you armv6 support in your iOS projects:</p>
<p>1.) Go to Project -&gt; Build Settings -&gt; Architectures -&gt; <strong>Architectures</strong>:</p>
<p><img class="alignnone size-full wp-image-977" title="1" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/10/1.jpg" alt="xcode architecture settings" width="576" height="226" /></p>
<p>2.) Click on Architectures and select <strong>Other</strong>. . .</p>
<p><img class="alignnone size-full wp-image-978" title="2" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/10/2.jpg" alt="" width="452" height="55" /></p>
<p>3.) select <strong>$(ARCHS_STANDARD_32_BIT)</strong> and click the (-) to delete it.</p>
<p><img class="alignnone size-full wp-image-979" title="3" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/10/3.jpg" alt="" width="506" height="297" /></p>
<p>4.) Click the (+) sign and add <strong>armv6</strong></p>
<p>5.) Click the (+) sign again and add <strong>armv7</strong> then click<strong> Done</strong></p>
<p><img class="alignnone size-full wp-image-980" title="4" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/10/4.jpg" alt="" width="506" height="297" /></p>
<p>6.) Find your apps Info.plist file and delete the Key called <strong>Required device capabilities</strong></p>
<p><img class="alignnone size-full wp-image-982" title="5" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/10/5.jpg" alt="Required device capabilities" width="576" height="93" /></p>
<p>&nbsp;</p>
<p>I believe that&#8217;s it. At first I did all the above steps <em>except for #6</em> and while reveiwing my app in iTunes Connect I noticed something odd:</p>
<p><img class="alignnone size-full wp-image-984" title="binarySettings" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/10/binarySettings.jpg" alt="" width="355" height="156" /></p>
<p>I saw my Supported Architectures as planned but what I wasn&#8217;t counting on was the <span style="text-decoration: underline;">Required Capabilities</span>. If armv7 is <em>required</em> it seems to me that support for armv6 would be futile? So i fired up xcode and this time I actually tried to build my app on an old iPod Touch. No joy <img src='http://iphone.keyvisuals.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />   even though it was showing the correct Supported Architectures. I deleted the Required device capabilities Key from the Info.plist and bingo. I re-upped my binary and all seems right with the world:</p>
<p><img class="alignnone size-full wp-image-986" title="armv6_support_fixed" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/10/armv6_support_fixed.jpg" alt="" width="355" height="136" /></p>
<p>If I&#8217;m doing something wrong <a href="mailto:support@keyvisuals.com" target="_blank"><strong>please feel free to let me know</strong></a> I&#8217;d rather do things the preferred way plus id rather not spread incorrect information. Thanks!</p>
<p>&nbsp;</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-blogger">
			<a href="http://www.shareaholic.com/api/share/?title=Including+armv6+Support+for+Backwards+Hardware+Compatibility&amp;link=http://iphone.keyvisuals.com/iphonedev/including-armv6-support-for-backwards-hardware-compatibility/&amp;notes=Not%20everyone%20can%20afford%20to%20pre-order%20the%20new%20iPhone%204S%20-%20There%20are%20still%20a%20lot%20of%20users%20out%20there%20with%20the%20iPhone%203G%20and%20even%20more%20with%20the%20iPod%20Touch%20%28%202nd%20Generation.%20%29%20Both%20of%20these%20devices%20can%20run%20up%20to%20iOS%204.2%20and%20require%20armv6%20code.%0D%0A%0D%0AYou%20can%20only%20safely%20drop%20armv6%20support%20if%20set%20your%20deploym&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=219&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Including+armv6+Support+for+Backwards+Hardware+Compatibility&amp;link=http://iphone.keyvisuals.com/iphonedev/including-armv6-support-for-backwards-hardware-compatibility/&amp;notes=Not%20everyone%20can%20afford%20to%20pre-order%20the%20new%20iPhone%204S%20-%20There%20are%20still%20a%20lot%20of%20users%20out%20there%20with%20the%20iPhone%203G%20and%20even%20more%20with%20the%20iPod%20Touch%20%28%202nd%20Generation.%20%29%20Both%20of%20these%20devices%20can%20run%20up%20to%20iOS%204.2%20and%20require%20armv6%20code.%0D%0A%0D%0AYou%20can%20only%20safely%20drop%20armv6%20support%20if%20set%20your%20deploym&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Including+armv6+Support+for+Backwards+Hardware+Compatibility&amp;link=http://iphone.keyvisuals.com/iphonedev/including-armv6-support-for-backwards-hardware-compatibility/&amp;notes=Not%20everyone%20can%20afford%20to%20pre-order%20the%20new%20iPhone%204S%20-%20There%20are%20still%20a%20lot%20of%20users%20out%20there%20with%20the%20iPhone%203G%20and%20even%20more%20with%20the%20iPod%20Touch%20%28%202nd%20Generation.%20%29%20Both%20of%20these%20devices%20can%20run%20up%20to%20iOS%204.2%20and%20require%20armv6%20code.%0D%0A%0D%0AYou%20can%20only%20safely%20drop%20armv6%20support%20if%20set%20your%20deploym&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Including+armv6+Support+for+Backwards+Hardware+Compatibility&amp;link=http://iphone.keyvisuals.com/iphonedev/including-armv6-support-for-backwards-hardware-compatibility/&amp;notes=Not%20everyone%20can%20afford%20to%20pre-order%20the%20new%20iPhone%204S%20-%20There%20are%20still%20a%20lot%20of%20users%20out%20there%20with%20the%20iPhone%203G%20and%20even%20more%20with%20the%20iPod%20Touch%20%28%202nd%20Generation.%20%29%20Both%20of%20these%20devices%20can%20run%20up%20to%20iOS%204.2%20and%20require%20armv6%20code.%0D%0A%0D%0AYou%20can%20only%20safely%20drop%20armv6%20support%20if%20set%20your%20deploym&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Including+armv6+Support+for+Backwards+Hardware+Compatibility&amp;link=http://iphone.keyvisuals.com/iphonedev/including-armv6-support-for-backwards-hardware-compatibility/&amp;notes=Not%20everyone%20can%20afford%20to%20pre-order%20the%20new%20iPhone%204S%20-%20There%20are%20still%20a%20lot%20of%20users%20out%20there%20with%20the%20iPhone%203G%20and%20even%20more%20with%20the%20iPod%20Touch%20%28%202nd%20Generation.%20%29%20Both%20of%20these%20devices%20can%20run%20up%20to%20iOS%204.2%20and%20require%20armv6%20code.%0D%0A%0D%0AYou%20can%20only%20safely%20drop%20armv6%20support%20if%20set%20your%20deploym&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Including+armv6+Support+for+Backwards+Hardware+Compatibility&amp;link=http://iphone.keyvisuals.com/iphonedev/including-armv6-support-for-backwards-hardware-compatibility/&amp;notes=Not%20everyone%20can%20afford%20to%20pre-order%20the%20new%20iPhone%204S%20-%20There%20are%20still%20a%20lot%20of%20users%20out%20there%20with%20the%20iPhone%203G%20and%20even%20more%20with%20the%20iPod%20Touch%20%28%202nd%20Generation.%20%29%20Both%20of%20these%20devices%20can%20run%20up%20to%20iOS%204.2%20and%20require%20armv6%20code.%0D%0A%0D%0AYou%20can%20only%20safely%20drop%20armv6%20support%20if%20set%20your%20deploym&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Including+armv6+Support+for+Backwards+Hardware+Compatibility&amp;link=http://iphone.keyvisuals.com/iphonedev/including-armv6-support-for-backwards-hardware-compatibility/&amp;notes=Not%20everyone%20can%20afford%20to%20pre-order%20the%20new%20iPhone%204S%20-%20There%20are%20still%20a%20lot%20of%20users%20out%20there%20with%20the%20iPhone%203G%20and%20even%20more%20with%20the%20iPod%20Touch%20%28%202nd%20Generation.%20%29%20Both%20of%20these%20devices%20can%20run%20up%20to%20iOS%204.2%20and%20require%20armv6%20code.%0D%0A%0D%0AYou%20can%20only%20safely%20drop%20armv6%20support%20if%20set%20your%20deploym&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Including+armv6+Support+for+Backwards+Hardware+Compatibility&amp;link=http://iphone.keyvisuals.com/iphonedev/including-armv6-support-for-backwards-hardware-compatibility/&amp;notes=Not%20everyone%20can%20afford%20to%20pre-order%20the%20new%20iPhone%204S%20-%20There%20are%20still%20a%20lot%20of%20users%20out%20there%20with%20the%20iPhone%203G%20and%20even%20more%20with%20the%20iPod%20Touch%20%28%202nd%20Generation.%20%29%20Both%20of%20these%20devices%20can%20run%20up%20to%20iOS%204.2%20and%20require%20armv6%20code.%0D%0A%0D%0AYou%20can%20only%20safely%20drop%20armv6%20support%20if%20set%20your%20deploym&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Including+armv6+Support+for+Backwards+Hardware+Compatibility&amp;link=http://iphone.keyvisuals.com/iphonedev/including-armv6-support-for-backwards-hardware-compatibility/&amp;notes=Not%20everyone%20can%20afford%20to%20pre-order%20the%20new%20iPhone%204S%20-%20There%20are%20still%20a%20lot%20of%20users%20out%20there%20with%20the%20iPhone%203G%20and%20even%20more%20with%20the%20iPod%20Touch%20%28%202nd%20Generation.%20%29%20Both%20of%20these%20devices%20can%20run%20up%20to%20iOS%204.2%20and%20require%20armv6%20code.%0D%0A%0D%0AYou%20can%20only%20safely%20drop%20armv6%20support%20if%20set%20your%20deploym&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://iphone.keyvisuals.com/iphonedev/including-armv6-support-for-backwards-hardware-compatibility/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FIXED: directoryContentsAtPath is Deprecated Error</title>
		<link>http://iphone.keyvisuals.com/code-snippets/fixed-directorycontentsatpath-is-deprecated-error/</link>
		<comments>http://iphone.keyvisuals.com/code-snippets/fixed-directorycontentsatpath-is-deprecated-error/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 15:08:13 +0000</pubDate>
		<dc:creator>keyvisuals</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[deprecated]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[fixed]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://iphone.keyvisuals.com/?p=942</guid>
		<description><![CDATA[It’s recommended practice to treat build warnings the same as errors so here&#8217;s a handy little tidbit to help you out: The deprecated way: NSArray *fileList = [manager directoryContentsAtPath:productDirectory]; replace directoryContentsAtPath with contentsOfDirectoryAtPath &#38; you must also add error:nil The new hotness: NSArray *fileList = [manager contentsOfDirectoryAtPath:productDirectory error:nil]; Blog this on Blogger Share this on [...]]]></description>
			<content:encoded><![CDATA[<p>It’s recommended practice to treat build warnings the same as errors so here&#8217;s a handy little tidbit to help you out:</p>
<p>The deprecated way:<br />
<span style="color: #000000;"><strong>NSArray *fileList = [manager directoryContentsAtPath:<strong>productDirectory</strong>];</strong></span></p>
<p>replace <span style="color: #ff0000;"><strong>directoryContentsAtPath</strong></span> with <span style="color: #3366ff;"><strong>contentsOfDirectoryAtPath</strong></span> &amp; you must also add <span style="color: #3366ff;"><strong> error:nil</strong></span></p>
<p>The new hotness:<br />
<strong>NSArray *fileList = [manager contentsOfDirectoryAtPath:productDirectory error:nil];</strong></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-blogger">
			<a href="http://www.shareaholic.com/api/share/?title=FIXED%3A+directoryContentsAtPath+is+Deprecated+Error&amp;link=http://iphone.keyvisuals.com/code-snippets/fixed-directorycontentsatpath-is-deprecated-error/&amp;notes=It%E2%80%99s%20recommended%20practice%20to%20treat%20build%20warnings%20the%20same%20as%20errors%20so%20here%27s%20a%20handy%20little%20tidbit%20to%20help%20you%20out%3A%0D%0A%0D%0AThe%20deprecated%20way%3A%0D%0ANSArray%20%2AfileList%20%3D%20%5Bmanager%20directoryContentsAtPath%3AproductDirectory%5D%3B%0D%0A%0D%0Areplace%20directoryContentsAtPath%20with%20contentsOfDirectoryAtPath%20%26amp%3B%20you%20must%20als&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=219&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=FIXED%3A+directoryContentsAtPath+is+Deprecated+Error&amp;link=http://iphone.keyvisuals.com/code-snippets/fixed-directorycontentsatpath-is-deprecated-error/&amp;notes=It%E2%80%99s%20recommended%20practice%20to%20treat%20build%20warnings%20the%20same%20as%20errors%20so%20here%27s%20a%20handy%20little%20tidbit%20to%20help%20you%20out%3A%0D%0A%0D%0AThe%20deprecated%20way%3A%0D%0ANSArray%20%2AfileList%20%3D%20%5Bmanager%20directoryContentsAtPath%3AproductDirectory%5D%3B%0D%0A%0D%0Areplace%20directoryContentsAtPath%20with%20contentsOfDirectoryAtPath%20%26amp%3B%20you%20must%20als&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=FIXED%3A+directoryContentsAtPath+is+Deprecated+Error&amp;link=http://iphone.keyvisuals.com/code-snippets/fixed-directorycontentsatpath-is-deprecated-error/&amp;notes=It%E2%80%99s%20recommended%20practice%20to%20treat%20build%20warnings%20the%20same%20as%20errors%20so%20here%27s%20a%20handy%20little%20tidbit%20to%20help%20you%20out%3A%0D%0A%0D%0AThe%20deprecated%20way%3A%0D%0ANSArray%20%2AfileList%20%3D%20%5Bmanager%20directoryContentsAtPath%3AproductDirectory%5D%3B%0D%0A%0D%0Areplace%20directoryContentsAtPath%20with%20contentsOfDirectoryAtPath%20%26amp%3B%20you%20must%20als&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=FIXED%3A+directoryContentsAtPath+is+Deprecated+Error&amp;link=http://iphone.keyvisuals.com/code-snippets/fixed-directorycontentsatpath-is-deprecated-error/&amp;notes=It%E2%80%99s%20recommended%20practice%20to%20treat%20build%20warnings%20the%20same%20as%20errors%20so%20here%27s%20a%20handy%20little%20tidbit%20to%20help%20you%20out%3A%0D%0A%0D%0AThe%20deprecated%20way%3A%0D%0ANSArray%20%2AfileList%20%3D%20%5Bmanager%20directoryContentsAtPath%3AproductDirectory%5D%3B%0D%0A%0D%0Areplace%20directoryContentsAtPath%20with%20contentsOfDirectoryAtPath%20%26amp%3B%20you%20must%20als&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=FIXED%3A+directoryContentsAtPath+is+Deprecated+Error&amp;link=http://iphone.keyvisuals.com/code-snippets/fixed-directorycontentsatpath-is-deprecated-error/&amp;notes=It%E2%80%99s%20recommended%20practice%20to%20treat%20build%20warnings%20the%20same%20as%20errors%20so%20here%27s%20a%20handy%20little%20tidbit%20to%20help%20you%20out%3A%0D%0A%0D%0AThe%20deprecated%20way%3A%0D%0ANSArray%20%2AfileList%20%3D%20%5Bmanager%20directoryContentsAtPath%3AproductDirectory%5D%3B%0D%0A%0D%0Areplace%20directoryContentsAtPath%20with%20contentsOfDirectoryAtPath%20%26amp%3B%20you%20must%20als&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=FIXED%3A+directoryContentsAtPath+is+Deprecated+Error&amp;link=http://iphone.keyvisuals.com/code-snippets/fixed-directorycontentsatpath-is-deprecated-error/&amp;notes=It%E2%80%99s%20recommended%20practice%20to%20treat%20build%20warnings%20the%20same%20as%20errors%20so%20here%27s%20a%20handy%20little%20tidbit%20to%20help%20you%20out%3A%0D%0A%0D%0AThe%20deprecated%20way%3A%0D%0ANSArray%20%2AfileList%20%3D%20%5Bmanager%20directoryContentsAtPath%3AproductDirectory%5D%3B%0D%0A%0D%0Areplace%20directoryContentsAtPath%20with%20contentsOfDirectoryAtPath%20%26amp%3B%20you%20must%20als&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=FIXED%3A+directoryContentsAtPath+is+Deprecated+Error&amp;link=http://iphone.keyvisuals.com/code-snippets/fixed-directorycontentsatpath-is-deprecated-error/&amp;notes=It%E2%80%99s%20recommended%20practice%20to%20treat%20build%20warnings%20the%20same%20as%20errors%20so%20here%27s%20a%20handy%20little%20tidbit%20to%20help%20you%20out%3A%0D%0A%0D%0AThe%20deprecated%20way%3A%0D%0ANSArray%20%2AfileList%20%3D%20%5Bmanager%20directoryContentsAtPath%3AproductDirectory%5D%3B%0D%0A%0D%0Areplace%20directoryContentsAtPath%20with%20contentsOfDirectoryAtPath%20%26amp%3B%20you%20must%20als&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=FIXED%3A+directoryContentsAtPath+is+Deprecated+Error&amp;link=http://iphone.keyvisuals.com/code-snippets/fixed-directorycontentsatpath-is-deprecated-error/&amp;notes=It%E2%80%99s%20recommended%20practice%20to%20treat%20build%20warnings%20the%20same%20as%20errors%20so%20here%27s%20a%20handy%20little%20tidbit%20to%20help%20you%20out%3A%0D%0A%0D%0AThe%20deprecated%20way%3A%0D%0ANSArray%20%2AfileList%20%3D%20%5Bmanager%20directoryContentsAtPath%3AproductDirectory%5D%3B%0D%0A%0D%0Areplace%20directoryContentsAtPath%20with%20contentsOfDirectoryAtPath%20%26amp%3B%20you%20must%20als&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=FIXED%3A+directoryContentsAtPath+is+Deprecated+Error&amp;link=http://iphone.keyvisuals.com/code-snippets/fixed-directorycontentsatpath-is-deprecated-error/&amp;notes=It%E2%80%99s%20recommended%20practice%20to%20treat%20build%20warnings%20the%20same%20as%20errors%20so%20here%27s%20a%20handy%20little%20tidbit%20to%20help%20you%20out%3A%0D%0A%0D%0AThe%20deprecated%20way%3A%0D%0ANSArray%20%2AfileList%20%3D%20%5Bmanager%20directoryContentsAtPath%3AproductDirectory%5D%3B%0D%0A%0D%0Areplace%20directoryContentsAtPath%20with%20contentsOfDirectoryAtPath%20%26amp%3B%20you%20must%20als&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://iphone.keyvisuals.com/code-snippets/fixed-directorycontentsatpath-is-deprecated-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Create a Distribution Build in Xcode 4: A Step By Step Tutorial</title>
		<link>http://iphone.keyvisuals.com/iphonedev/how-to-create-a-distribution-build-in-xcode-4-a-step-by-step-tutorial/</link>
		<comments>http://iphone.keyvisuals.com/iphonedev/how-to-create-a-distribution-build-in-xcode-4-a-step-by-step-tutorial/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 19:09:36 +0000</pubDate>
		<dc:creator>keyvisuals</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://iphone.keyvisuals.com/?p=898</guid>
		<description><![CDATA[This tutorial assumes that you already have both a valid iOS Distribution Certificate and Distribution Provisioning Profile installed. If not you may want to take a look here. It is also assumed that you have at least one application submitted to iTunes Connect that is in the state of &#8220;Waiting For Upload.&#8221; 1.) Open your [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial assumes that you already have both a valid iOS Distribution Certificate and Distribution Provisioning Profile installed. If not you may want to take a look <strong><a href="http://developer.apple.com/library/ios/#documentation/Xcode/Conceptual/ios_development_workflow/128-Managing_Devices_and_Digital_Identities/devices_and_identities.html#//apple_ref/doc/uid/TP40007959-CH4-SW2" target="_blank">here</a></strong>. It is also assumed that you have at least one application submitted to iTunes Connect that is in the state of &#8220;Waiting For Upload.&#8221;</p>
<p style="text-align: left;">1.) Open your project and go to your projects Info Tab <img class="size-full wp-image-900 alignnone" title="info" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/info.jpg" alt="" width="65" height="23" /></p>
<p>2.) Under &#8220;Configuration&#8221; click (+) and select Duplicate &#8220;Release&#8221; Configuration</p>
<p><img class="alignnone size-full wp-image-899" title="duplicate" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/duplicate.jpg" alt="" width="576" height="324" /></p>
<p style="text-align: left;">3.) Name this new configuration &#8220;Distribution&#8221;</p>
<p><img class="size-full wp-image-901 aligncenter" title="name_distribution" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/name_distribution.jpg" alt="" width="495" height="104" /></p>
<p style="text-align: center;">4.) Go to your projects Build Settings</p>
<p><img class="alignnone size-full wp-image-902" title="buildSettings" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/buildSettings.jpg" alt="" width="118" height="23" /></p>
<p style="text-align: left;">5.) Under Code Signing &gt; Code Signing Identity &#8211; Find Distribution</p>
<p><img class="alignnone size-full wp-image-903" title="findDistribution" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/findDistribution.jpg" alt="" width="495" height="161" /></p>
<p style="text-align: left;">6.) Under Distribution find &#8220;Any iOS SDK&#8221; and select your Distribution Provisioning Profile</p>
<p><img class="alignnone size-full wp-image-904" title="setIphoneDistributionCert" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/setIphoneDistributionCert.jpg" alt="" width="576" height="324" /></p>
<p style="text-align: left;">7.) Now go to the Edit Scheme drop-down list and select your app + iOS Device</p>
<p><img class="alignnone size-full wp-image-905" title="editSchemeDevice" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/editSchemeDevice.jpg" alt="" width="492" height="173" /></p>
<p style="text-align: left;">8.) After that from the same Edit Scheme drop-down select &#8220;Edit Scheme . . .&#8221;</p>
<p><img class="alignnone size-full wp-image-906" title="editSchemeNext" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/editSchemeNext.jpg" alt="" width="492" height="173" /></p>
<p style="text-align: left;">9.) Find the Archive settings (which are set to Release by default) and expand them</p>
<p><img class="alignnone size-full wp-image-910" title="archiveRelease" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/archiveRelease.jpg" alt="" width="167" height="371" /></p>
<p style="text-align: left;">10.) Select the &#8220;Archive&#8221; option that has a check mark next to it</p>
<p><img class="alignnone size-full wp-image-908" title="releaseArchive" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/releaseArchive.jpg" alt="" width="576" height="339" /></p>
<p style="text-align: left;">11.) With this selection highlighted find &#8220;Build Configuration&#8221; on the right Choose &#8220;Distribution&#8221; from the drop down and click OK</p>
<p><img class="alignnone size-full wp-image-911" title="archiveDistribution" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/archiveDistribution.jpg" alt="" width="576" height="311" /></p>
<p style="text-align: left;">*Optional* I like to do a &#8220;Clean&#8221; before making a distribution build. If you like select Product &gt; Clean</p>
<p><img class="alignnone size-full wp-image-913" title="clean" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/clean.jpg" alt="" width="210" height="412" /></p>
<p style="text-align: left;">12.) To create your Archive/Distribution Build select Product &gt; Archive</p>
<p><img class="alignnone size-full wp-image-914" title="archive" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/archive.jpg" alt="" width="210" height="412" /></p>
<p style="text-align: left;">If your project compiles without error the Organizer is opened to the Archives</p>
<p><img class="alignnone size-full wp-image-915" title="organizerArchives" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/organizerArchives.jpg" alt="" width="576" height="286" /></p>
<p style="text-align: left;">13.) Now click &#8220;Validate . . .&#8221;</p>
<p><img class="alignnone size-full wp-image-916" title="validate" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/validate.jpg" alt="" width="94" height="85" /></p>
<p style="text-align: left;">14.) Provide your iTunes Connect login credentials and click Next</p>
<p><img class="alignnone size-full wp-image-918" title="userPass" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/userPass.jpg" alt="" width="361" height="74" /></p>
<p style="text-align: left;">15.) Select your application from the &#8220;Application&#8221; drop down<br />
16.) Select your appropriate Distribution Certificate from the &#8220;Identity&#8221; drop down and click Next</p>
<p><img class="alignnone size-full wp-image-917" title="validateSelection" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/validateSelection.jpg" alt="" width="500" height="339" /></p>
<p style="text-align: left;">* Hopefully no issues are found and your app is ready for submission. If not make the necessary corrections then recreate your Archive build and validate again.</p>
<p style="text-align: left;">17.) If no issues were found then click &#8220;Submit . . . &#8220;</p>
<p><img class="alignnone size-full wp-image-916" title="validate" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/validate.jpg" alt="" width="94" height="85" /></p>
<p style="text-align: left;">18.) Provide your iTunes Connect login credentials and click Next</p>
<p style="text-align: left;">19.) Select your application from the &#8220;Application&#8221; drop down<br />
20.) Select your appropriate Distribution Certificate from the &#8220;Identity&#8221; drop down and click Next</p>
<p style="text-align: left;">* iTunes Connect validates your app again (just incase you didn&#8217;t manually validate) and then uploads the binary</p>
<p style="text-align: left;">Sit back, Thats it.</p>
<p style="text-align: left;">You should receive a msg stating your app has passed validation and has been submitted to the App Store for further review!</p>
<p><img class="alignnone size-full wp-image-919" title="successSubmitted" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/successSubmitted.jpg" alt="" width="525" height="85" /></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-blogger">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+a+Distribution+Build+in+Xcode+4%3A+A+Step+By+Step+Tutorial&amp;link=http://iphone.keyvisuals.com/iphonedev/how-to-create-a-distribution-build-in-xcode-4-a-step-by-step-tutorial/&amp;notes=This%20tutorial%20assumes%20that%20you%20already%20have%20both%20a%20valid%20iOS%20Distribution%20Certificate%20and%20Distribution%20Provisioning%20Profile%20installed.%20If%20not%20you%20may%20want%20to%20take%20a%20look%20here.%20It%20is%20also%20assumed%20that%20you%20have%20at%20least%20one%20application%20submitted%20to%20iTunes%20Connect%20that%20is%20in%20the%20state%20of%20%22Waiting%20For%20U&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=219&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+a+Distribution+Build+in+Xcode+4%3A+A+Step+By+Step+Tutorial&amp;link=http://iphone.keyvisuals.com/iphonedev/how-to-create-a-distribution-build-in-xcode-4-a-step-by-step-tutorial/&amp;notes=This%20tutorial%20assumes%20that%20you%20already%20have%20both%20a%20valid%20iOS%20Distribution%20Certificate%20and%20Distribution%20Provisioning%20Profile%20installed.%20If%20not%20you%20may%20want%20to%20take%20a%20look%20here.%20It%20is%20also%20assumed%20that%20you%20have%20at%20least%20one%20application%20submitted%20to%20iTunes%20Connect%20that%20is%20in%20the%20state%20of%20%22Waiting%20For%20U&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+a+Distribution+Build+in+Xcode+4%3A+A+Step+By+Step+Tutorial&amp;link=http://iphone.keyvisuals.com/iphonedev/how-to-create-a-distribution-build-in-xcode-4-a-step-by-step-tutorial/&amp;notes=This%20tutorial%20assumes%20that%20you%20already%20have%20both%20a%20valid%20iOS%20Distribution%20Certificate%20and%20Distribution%20Provisioning%20Profile%20installed.%20If%20not%20you%20may%20want%20to%20take%20a%20look%20here.%20It%20is%20also%20assumed%20that%20you%20have%20at%20least%20one%20application%20submitted%20to%20iTunes%20Connect%20that%20is%20in%20the%20state%20of%20%22Waiting%20For%20U&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+a+Distribution+Build+in+Xcode+4%3A+A+Step+By+Step+Tutorial&amp;link=http://iphone.keyvisuals.com/iphonedev/how-to-create-a-distribution-build-in-xcode-4-a-step-by-step-tutorial/&amp;notes=This%20tutorial%20assumes%20that%20you%20already%20have%20both%20a%20valid%20iOS%20Distribution%20Certificate%20and%20Distribution%20Provisioning%20Profile%20installed.%20If%20not%20you%20may%20want%20to%20take%20a%20look%20here.%20It%20is%20also%20assumed%20that%20you%20have%20at%20least%20one%20application%20submitted%20to%20iTunes%20Connect%20that%20is%20in%20the%20state%20of%20%22Waiting%20For%20U&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+a+Distribution+Build+in+Xcode+4%3A+A+Step+By+Step+Tutorial&amp;link=http://iphone.keyvisuals.com/iphonedev/how-to-create-a-distribution-build-in-xcode-4-a-step-by-step-tutorial/&amp;notes=This%20tutorial%20assumes%20that%20you%20already%20have%20both%20a%20valid%20iOS%20Distribution%20Certificate%20and%20Distribution%20Provisioning%20Profile%20installed.%20If%20not%20you%20may%20want%20to%20take%20a%20look%20here.%20It%20is%20also%20assumed%20that%20you%20have%20at%20least%20one%20application%20submitted%20to%20iTunes%20Connect%20that%20is%20in%20the%20state%20of%20%22Waiting%20For%20U&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+a+Distribution+Build+in+Xcode+4%3A+A+Step+By+Step+Tutorial&amp;link=http://iphone.keyvisuals.com/iphonedev/how-to-create-a-distribution-build-in-xcode-4-a-step-by-step-tutorial/&amp;notes=This%20tutorial%20assumes%20that%20you%20already%20have%20both%20a%20valid%20iOS%20Distribution%20Certificate%20and%20Distribution%20Provisioning%20Profile%20installed.%20If%20not%20you%20may%20want%20to%20take%20a%20look%20here.%20It%20is%20also%20assumed%20that%20you%20have%20at%20least%20one%20application%20submitted%20to%20iTunes%20Connect%20that%20is%20in%20the%20state%20of%20%22Waiting%20For%20U&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+a+Distribution+Build+in+Xcode+4%3A+A+Step+By+Step+Tutorial&amp;link=http://iphone.keyvisuals.com/iphonedev/how-to-create-a-distribution-build-in-xcode-4-a-step-by-step-tutorial/&amp;notes=This%20tutorial%20assumes%20that%20you%20already%20have%20both%20a%20valid%20iOS%20Distribution%20Certificate%20and%20Distribution%20Provisioning%20Profile%20installed.%20If%20not%20you%20may%20want%20to%20take%20a%20look%20here.%20It%20is%20also%20assumed%20that%20you%20have%20at%20least%20one%20application%20submitted%20to%20iTunes%20Connect%20that%20is%20in%20the%20state%20of%20%22Waiting%20For%20U&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+a+Distribution+Build+in+Xcode+4%3A+A+Step+By+Step+Tutorial&amp;link=http://iphone.keyvisuals.com/iphonedev/how-to-create-a-distribution-build-in-xcode-4-a-step-by-step-tutorial/&amp;notes=This%20tutorial%20assumes%20that%20you%20already%20have%20both%20a%20valid%20iOS%20Distribution%20Certificate%20and%20Distribution%20Provisioning%20Profile%20installed.%20If%20not%20you%20may%20want%20to%20take%20a%20look%20here.%20It%20is%20also%20assumed%20that%20you%20have%20at%20least%20one%20application%20submitted%20to%20iTunes%20Connect%20that%20is%20in%20the%20state%20of%20%22Waiting%20For%20U&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+a+Distribution+Build+in+Xcode+4%3A+A+Step+By+Step+Tutorial&amp;link=http://iphone.keyvisuals.com/iphonedev/how-to-create-a-distribution-build-in-xcode-4-a-step-by-step-tutorial/&amp;notes=This%20tutorial%20assumes%20that%20you%20already%20have%20both%20a%20valid%20iOS%20Distribution%20Certificate%20and%20Distribution%20Provisioning%20Profile%20installed.%20If%20not%20you%20may%20want%20to%20take%20a%20look%20here.%20It%20is%20also%20assumed%20that%20you%20have%20at%20least%20one%20application%20submitted%20to%20iTunes%20Connect%20that%20is%20in%20the%20state%20of%20%22Waiting%20For%20U&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://iphone.keyvisuals.com/iphonedev/how-to-create-a-distribution-build-in-xcode-4-a-step-by-step-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Implementing DTBannerManager by @Cocoanetics into a PhoneGap Project</title>
		<link>http://iphone.keyvisuals.com/iphonedev/implementing-dtbannermanager-by-cocoanetics-into-a-phonegap-project/</link>
		<comments>http://iphone.keyvisuals.com/iphonedev/implementing-dtbannermanager-by-cocoanetics-into-a-phonegap-project/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 01:14:50 +0000</pubDate>
		<dc:creator>keyvisuals</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Cocoanetics]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[Parts]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://iphone.keyvisuals.com/?p=881</guid>
		<description><![CDATA[After spending way too much time trying to implement my own solution that would rotate ads from different networks in my free applications I decided to go with pre-made solution called DTBannerManager. It was created by Oliver Drobnik (@Cocoanetics) and is available for purchase in his Parts Store. Now what this does is exactly what [...]]]></description>
			<content:encoded><![CDATA[<p>After spending way too much time trying to implement my own solution that would rotate ads from different networks in my free applications I decided to go with pre-made solution called <strong>DTBannerManager</strong>. It was created by Oliver Drobnik (<span style="color: #3366ff;"><a href="http://twitter.com/#%21/cocoanetics" target="_blank"><span style="color: #3366ff;"><strong>@Cocoanetics</strong></span></a></span>) and is available for purchase in his <a title="Cocoanetics Parts Store" href="http://www.cocoanetics.com/parts-store/" target="_blank"><span style="color: #3366ff;"><strong>Parts Store</strong></span></a>. Now what this does is <em>exactly</em> what I wanted and more <img src='http://iphone.keyvisuals.com/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' />  It will check for iAds, then AdMob <em>and</em> Mobfox if you want. It also does it with style as the new ads slide in smoothly. It works on both 3.x &amp; 4.x versions of iOS and is even compatible with tab bar controllers. Just to put the cherry on top you can also offer your users the option to remove the ads completely through IAP.</p>
<p>Implementation in a native iOS app couldn&#8217;t be simpler . . .</p>
<pre class="brush: c; gutter: false">	[[DTBannerManager sharedManager] addAdsToViewController:tabBarController];</pre>
<p>I have an app that is built using the <a title="PhoneGap" href="http://www.phonegap.com/" target="_blank">PhoneGap</a> Platform. It&#8217;s not a complicated app.  It&#8217;s all .html, .css and javascript so PhoneGap was the obvious choice to use. I wanted to implement DTBannerManager into this project so I popped into the AppDelegate.h and poked around for a while. I dropped my code to instantiate the DTBannerManager into the application didFinishLaunchingWithOptions: method and to my disappointment the ads were being received but were <strong>not</strong> being displayed.</p>
<p>After further review and a little help from a friend we discovered the issue. The PhoneGap AppDelegate seems to create the webview then the view controller, then pushes the webview into the view controller which in turn calls <strong>webViewDidFinishLoad</strong>. <em>This seems to be the key</em>. We cannot access the <strong>viewController</strong> object until webViewDidFinishLoad has been called. Hence we instantiate DTBannerManager like so . . .</p>
<pre class="brush: c; gutter: false">/**
 Called when the webview finishes loading.  This stops the activity view and closes the imageview
 */
- (void)webViewDidFinishLoad:(UIWebView *)theWebView
{

    [DTBannerManager sharedManager].delegate = (id)self;
    [[DTBannerManager sharedManager] addAdsToViewController:self.viewController];

	// only valid if YourAppsName.plist specifies a protocol to handle
	if(self.invokeString)
	{
		// this is passed before the deviceready event is fired, so you can access it in js when you receive deviceready
		NSString* jsString = [NSString stringWithFormat:@"var invokeString = \"%@\";", self.invokeString];
		[theWebView stringByEvaluatingJavaScriptFromString:jsString];
	}
	return [ super webViewDidFinishLoad:theWebView ];
}</pre>
<p>Now you think I&#8217;d be super stoked at this point right? Wrong. I discovered that upon clicking a Mobfox Ad the app would immediately crash. Turns out I left out the <strong>Other Linker Flags </strong><em>-ObjC</em> &amp; <em>-all_load</em> which are required for the Mobfox.framework. No problem, just add them right? Wrong. As soon as I did my builds were failing with a Duplicate symbol error on the file NSData+Base64.h. Apparently both the  phonegap.framework &amp; the Mobfox.framework both depend on NSData+Base64.</p>
<p>Turns out that only the Mobfox.framework actually <em>depends</em> on it. My simple phonegap app had <em>no</em> use for it. I posted to the <a href="http://groups.google.com/group/phonegap" target="_blank">PhoneGap Google Group</a>  and was re-leaved to find a simple solution. PhoneGap provides you everything necessary to compile your own custom version of the phonegap.framework. You can find the specifics in the <a href="https://github.com/phonegap/phonegap-iphone/blob/master/README.md" target="_blank">FAQ #10</a>. I just compiled a new copy of the framework minus the header file and any refrences to NSData+Base64.h. I deleted the pre-existing phonegap.framework from my project and imported my new custom framework and immediately the Duplicate symbol errors were gone and DTBannerManager was operating correctly &#8211; Mobfox ads and all.</p>
<p>This article is based off of PhoneGap for iOS version 1.0.0. You can download my <span style="color: #3366ff;"><a href="http://iphone.keyvisuals.com/downloads/PhoneGap.framework_custom_for_DTBannerManager.zip" target="_blank"><span style="color: #3366ff;"><strong>custom phonegap.framework</strong></span></a></span> if you would also like to use DTBannerManager or Mobfox Ads in your phonegap project. I highly recommend DTBannerManager &#8211; it couldn&#8217;t be easier and besides it will increase your ad revenue! Get it and other great components from the <span style="color: #3366ff;"><a href="http://www.cocoanetics.com/parts-store/" target="_blank"><span style="color: #3366ff;"><strong>Cocoanetics Parts-Store</strong></span></a></span>.</p>
<p><a href="http://iphone.keyvisuals.com/iphonedev/implementing-dtbannermanager-by-cocoanetics-into-a-phonegap-project/"><em>Click here to view the embedded video.</em></a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-blogger">
			<a href="http://www.shareaholic.com/api/share/?title=Implementing+DTBannerManager+by+%40Cocoanetics+into+a+PhoneGap+Project&amp;link=http://iphone.keyvisuals.com/iphonedev/implementing-dtbannermanager-by-cocoanetics-into-a-phonegap-project/&amp;notes=After%20spending%20way%20too%20much%20time%20trying%20to%20implement%20my%20own%20solution%20that%20would%20rotate%20ads%20from%20different%20networks%20in%20my%20free%20applications%20I%20decided%20to%20go%20with%20pre-made%20solution%20called%20DTBannerManager.%20It%20was%20created%20by%20Oliver%20Drobnik%20%28%40Cocoanetics%29%20and%20is%20available%20for%20purchase%20in%20his%20Parts%20Store.%20&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=219&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Implementing+DTBannerManager+by+%40Cocoanetics+into+a+PhoneGap+Project&amp;link=http://iphone.keyvisuals.com/iphonedev/implementing-dtbannermanager-by-cocoanetics-into-a-phonegap-project/&amp;notes=After%20spending%20way%20too%20much%20time%20trying%20to%20implement%20my%20own%20solution%20that%20would%20rotate%20ads%20from%20different%20networks%20in%20my%20free%20applications%20I%20decided%20to%20go%20with%20pre-made%20solution%20called%20DTBannerManager.%20It%20was%20created%20by%20Oliver%20Drobnik%20%28%40Cocoanetics%29%20and%20is%20available%20for%20purchase%20in%20his%20Parts%20Store.%20&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Implementing+DTBannerManager+by+%40Cocoanetics+into+a+PhoneGap+Project&amp;link=http://iphone.keyvisuals.com/iphonedev/implementing-dtbannermanager-by-cocoanetics-into-a-phonegap-project/&amp;notes=After%20spending%20way%20too%20much%20time%20trying%20to%20implement%20my%20own%20solution%20that%20would%20rotate%20ads%20from%20different%20networks%20in%20my%20free%20applications%20I%20decided%20to%20go%20with%20pre-made%20solution%20called%20DTBannerManager.%20It%20was%20created%20by%20Oliver%20Drobnik%20%28%40Cocoanetics%29%20and%20is%20available%20for%20purchase%20in%20his%20Parts%20Store.%20&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Implementing+DTBannerManager+by+%40Cocoanetics+into+a+PhoneGap+Project&amp;link=http://iphone.keyvisuals.com/iphonedev/implementing-dtbannermanager-by-cocoanetics-into-a-phonegap-project/&amp;notes=After%20spending%20way%20too%20much%20time%20trying%20to%20implement%20my%20own%20solution%20that%20would%20rotate%20ads%20from%20different%20networks%20in%20my%20free%20applications%20I%20decided%20to%20go%20with%20pre-made%20solution%20called%20DTBannerManager.%20It%20was%20created%20by%20Oliver%20Drobnik%20%28%40Cocoanetics%29%20and%20is%20available%20for%20purchase%20in%20his%20Parts%20Store.%20&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Implementing+DTBannerManager+by+%40Cocoanetics+into+a+PhoneGap+Project&amp;link=http://iphone.keyvisuals.com/iphonedev/implementing-dtbannermanager-by-cocoanetics-into-a-phonegap-project/&amp;notes=After%20spending%20way%20too%20much%20time%20trying%20to%20implement%20my%20own%20solution%20that%20would%20rotate%20ads%20from%20different%20networks%20in%20my%20free%20applications%20I%20decided%20to%20go%20with%20pre-made%20solution%20called%20DTBannerManager.%20It%20was%20created%20by%20Oliver%20Drobnik%20%28%40Cocoanetics%29%20and%20is%20available%20for%20purchase%20in%20his%20Parts%20Store.%20&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Implementing+DTBannerManager+by+%40Cocoanetics+into+a+PhoneGap+Project&amp;link=http://iphone.keyvisuals.com/iphonedev/implementing-dtbannermanager-by-cocoanetics-into-a-phonegap-project/&amp;notes=After%20spending%20way%20too%20much%20time%20trying%20to%20implement%20my%20own%20solution%20that%20would%20rotate%20ads%20from%20different%20networks%20in%20my%20free%20applications%20I%20decided%20to%20go%20with%20pre-made%20solution%20called%20DTBannerManager.%20It%20was%20created%20by%20Oliver%20Drobnik%20%28%40Cocoanetics%29%20and%20is%20available%20for%20purchase%20in%20his%20Parts%20Store.%20&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Implementing+DTBannerManager+by+%40Cocoanetics+into+a+PhoneGap+Project&amp;link=http://iphone.keyvisuals.com/iphonedev/implementing-dtbannermanager-by-cocoanetics-into-a-phonegap-project/&amp;notes=After%20spending%20way%20too%20much%20time%20trying%20to%20implement%20my%20own%20solution%20that%20would%20rotate%20ads%20from%20different%20networks%20in%20my%20free%20applications%20I%20decided%20to%20go%20with%20pre-made%20solution%20called%20DTBannerManager.%20It%20was%20created%20by%20Oliver%20Drobnik%20%28%40Cocoanetics%29%20and%20is%20available%20for%20purchase%20in%20his%20Parts%20Store.%20&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Implementing+DTBannerManager+by+%40Cocoanetics+into+a+PhoneGap+Project&amp;link=http://iphone.keyvisuals.com/iphonedev/implementing-dtbannermanager-by-cocoanetics-into-a-phonegap-project/&amp;notes=After%20spending%20way%20too%20much%20time%20trying%20to%20implement%20my%20own%20solution%20that%20would%20rotate%20ads%20from%20different%20networks%20in%20my%20free%20applications%20I%20decided%20to%20go%20with%20pre-made%20solution%20called%20DTBannerManager.%20It%20was%20created%20by%20Oliver%20Drobnik%20%28%40Cocoanetics%29%20and%20is%20available%20for%20purchase%20in%20his%20Parts%20Store.%20&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Implementing+DTBannerManager+by+%40Cocoanetics+into+a+PhoneGap+Project&amp;link=http://iphone.keyvisuals.com/iphonedev/implementing-dtbannermanager-by-cocoanetics-into-a-phonegap-project/&amp;notes=After%20spending%20way%20too%20much%20time%20trying%20to%20implement%20my%20own%20solution%20that%20would%20rotate%20ads%20from%20different%20networks%20in%20my%20free%20applications%20I%20decided%20to%20go%20with%20pre-made%20solution%20called%20DTBannerManager.%20It%20was%20created%20by%20Oliver%20Drobnik%20%28%40Cocoanetics%29%20and%20is%20available%20for%20purchase%20in%20his%20Parts%20Store.%20&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://iphone.keyvisuals.com/iphonedev/implementing-dtbannermanager-by-cocoanetics-into-a-phonegap-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AnalysisTool: GUI Front End for LLVM/Clang Static Analyzer</title>
		<link>http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/</link>
		<comments>http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 21:21:32 +0000</pubDate>
		<dc:creator>keyvisuals</dc:creator>
				<category><![CDATA[Handy Tool]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[xcode]]></category>
		<category><![CDATA[clang]]></category>
		<category><![CDATA[debugging]]></category>

		<guid isPermaLink="false">http://iphone.keyvisuals.com/?p=728</guid>
		<description><![CDATA[AnalysisTool is a Mac OS X application which provides GUI and CLI frontends to the LLVM/Clang static analyzer, a tool that finds bugs in C and Objective-C programs. AnalysisTool includes a custom version of LLVM/Clang static analyzer. Get the latest version from karppinen.fi/analysistool/ Blog this on Blogger Share this on del.icio.us Digg this! Share this [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-729" title="analysistool-gui-frontend" src="http://iphone.keyvisuals.com/wp-content/uploads/2009/12/analysistool-gui-frontend.png" alt="analysistool-gui-frontend" width="392" height="247" /></p>
<p>AnalysisTool is a Mac OS X application which provides GUI and CLI frontends to the <a href="http://clang.llvm.org/StaticAnalysis.html">LLVM/Clang static analyzer</a>, a tool that finds bugs in C and Objective-C programs.</p>
<p>AnalysisTool includes a custom version of LLVM/Clang static analyzer.</p>
<p>Get the latest version from <a href="http://www.karppinen.fi/analysistool/" target="_blank">karppinen.fi/analysistool/</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-blogger">
			<a href="http://www.shareaholic.com/api/share/?title=AnalysisTool%3A+GUI+Front+End+for+LLVM%2FClang+Static+Analyzer&amp;link=http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/&amp;notes=%0D%0A%0D%0AAnalysisTool%20is%20a%20Mac%20OS%20X%20application%20which%20provides%20GUI%20and%20CLI%20frontends%20to%20the%20LLVM%2FClang%20static%20analyzer%2C%20a%20tool%20that%20finds%20bugs%20in%20C%20and%20Objective-C%20programs.%0D%0A%0D%0AAnalysisTool%20includes%20a%20custom%20version%20of%20LLVM%2FClang%20static%20analyzer.%0D%0A%0D%0AGet%20the%20latest%20version%20from%20karppinen.fi%2Fanalysistool%2F&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=219&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=AnalysisTool%3A+GUI+Front+End+for+LLVM%2FClang+Static+Analyzer&amp;link=http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/&amp;notes=%0D%0A%0D%0AAnalysisTool%20is%20a%20Mac%20OS%20X%20application%20which%20provides%20GUI%20and%20CLI%20frontends%20to%20the%20LLVM%2FClang%20static%20analyzer%2C%20a%20tool%20that%20finds%20bugs%20in%20C%20and%20Objective-C%20programs.%0D%0A%0D%0AAnalysisTool%20includes%20a%20custom%20version%20of%20LLVM%2FClang%20static%20analyzer.%0D%0A%0D%0AGet%20the%20latest%20version%20from%20karppinen.fi%2Fanalysistool%2F&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=AnalysisTool%3A+GUI+Front+End+for+LLVM%2FClang+Static+Analyzer&amp;link=http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/&amp;notes=%0D%0A%0D%0AAnalysisTool%20is%20a%20Mac%20OS%20X%20application%20which%20provides%20GUI%20and%20CLI%20frontends%20to%20the%20LLVM%2FClang%20static%20analyzer%2C%20a%20tool%20that%20finds%20bugs%20in%20C%20and%20Objective-C%20programs.%0D%0A%0D%0AAnalysisTool%20includes%20a%20custom%20version%20of%20LLVM%2FClang%20static%20analyzer.%0D%0A%0D%0AGet%20the%20latest%20version%20from%20karppinen.fi%2Fanalysistool%2F&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=AnalysisTool%3A+GUI+Front+End+for+LLVM%2FClang+Static+Analyzer&amp;link=http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/&amp;notes=%0D%0A%0D%0AAnalysisTool%20is%20a%20Mac%20OS%20X%20application%20which%20provides%20GUI%20and%20CLI%20frontends%20to%20the%20LLVM%2FClang%20static%20analyzer%2C%20a%20tool%20that%20finds%20bugs%20in%20C%20and%20Objective-C%20programs.%0D%0A%0D%0AAnalysisTool%20includes%20a%20custom%20version%20of%20LLVM%2FClang%20static%20analyzer.%0D%0A%0D%0AGet%20the%20latest%20version%20from%20karppinen.fi%2Fanalysistool%2F&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=AnalysisTool%3A+GUI+Front+End+for+LLVM%2FClang+Static+Analyzer&amp;link=http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/&amp;notes=%0D%0A%0D%0AAnalysisTool%20is%20a%20Mac%20OS%20X%20application%20which%20provides%20GUI%20and%20CLI%20frontends%20to%20the%20LLVM%2FClang%20static%20analyzer%2C%20a%20tool%20that%20finds%20bugs%20in%20C%20and%20Objective-C%20programs.%0D%0A%0D%0AAnalysisTool%20includes%20a%20custom%20version%20of%20LLVM%2FClang%20static%20analyzer.%0D%0A%0D%0AGet%20the%20latest%20version%20from%20karppinen.fi%2Fanalysistool%2F&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=AnalysisTool%3A+GUI+Front+End+for+LLVM%2FClang+Static+Analyzer&amp;link=http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/&amp;notes=%0D%0A%0D%0AAnalysisTool%20is%20a%20Mac%20OS%20X%20application%20which%20provides%20GUI%20and%20CLI%20frontends%20to%20the%20LLVM%2FClang%20static%20analyzer%2C%20a%20tool%20that%20finds%20bugs%20in%20C%20and%20Objective-C%20programs.%0D%0A%0D%0AAnalysisTool%20includes%20a%20custom%20version%20of%20LLVM%2FClang%20static%20analyzer.%0D%0A%0D%0AGet%20the%20latest%20version%20from%20karppinen.fi%2Fanalysistool%2F&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=AnalysisTool%3A+GUI+Front+End+for+LLVM%2FClang+Static+Analyzer&amp;link=http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/&amp;notes=%0D%0A%0D%0AAnalysisTool%20is%20a%20Mac%20OS%20X%20application%20which%20provides%20GUI%20and%20CLI%20frontends%20to%20the%20LLVM%2FClang%20static%20analyzer%2C%20a%20tool%20that%20finds%20bugs%20in%20C%20and%20Objective-C%20programs.%0D%0A%0D%0AAnalysisTool%20includes%20a%20custom%20version%20of%20LLVM%2FClang%20static%20analyzer.%0D%0A%0D%0AGet%20the%20latest%20version%20from%20karppinen.fi%2Fanalysistool%2F&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=AnalysisTool%3A+GUI+Front+End+for+LLVM%2FClang+Static+Analyzer&amp;link=http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/&amp;notes=%0D%0A%0D%0AAnalysisTool%20is%20a%20Mac%20OS%20X%20application%20which%20provides%20GUI%20and%20CLI%20frontends%20to%20the%20LLVM%2FClang%20static%20analyzer%2C%20a%20tool%20that%20finds%20bugs%20in%20C%20and%20Objective-C%20programs.%0D%0A%0D%0AAnalysisTool%20includes%20a%20custom%20version%20of%20LLVM%2FClang%20static%20analyzer.%0D%0A%0D%0AGet%20the%20latest%20version%20from%20karppinen.fi%2Fanalysistool%2F&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=AnalysisTool%3A+GUI+Front+End+for+LLVM%2FClang+Static+Analyzer&amp;link=http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/&amp;notes=%0D%0A%0D%0AAnalysisTool%20is%20a%20Mac%20OS%20X%20application%20which%20provides%20GUI%20and%20CLI%20frontends%20to%20the%20LLVM%2FClang%20static%20analyzer%2C%20a%20tool%20that%20finds%20bugs%20in%20C%20and%20Objective-C%20programs.%0D%0A%0D%0AAnalysisTool%20includes%20a%20custom%20version%20of%20LLVM%2FClang%20static%20analyzer.%0D%0A%0D%0AGet%20the%20latest%20version%20from%20karppinen.fi%2Fanalysistool%2F&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xcode Shortcut List Updated for Xcode 3.2</title>
		<link>http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/</link>
		<comments>http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 20:45:32 +0000</pubDate>
		<dc:creator>keyvisuals</dc:creator>
				<category><![CDATA[xcode]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[shortcuts]]></category>

		<guid isPermaLink="false">http://iphone.keyvisuals.com/?p=604</guid>
		<description><![CDATA[The COCO SAMURAI is kind enough to continuously maintain and update this very handy cheat sheet of xcode shortcuts. It has been updated for the latest xcode 3.2 You are encouraged to share the knowledge Here&#8217;s a link to the original article just in case the links go down: Xcode Shortcuts (PDF) Xcode Shortcuts (Black [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://cocoasamurai.blogspot.com/" target="_blank">COCO SAMURAI</a> is kind enough to continuously maintain and update this very handy cheat sheet of xcode shortcuts. It has been updated for the latest xcode 3.2</p>
<p><img class="alignleft size-full wp-image-605" title="xcodeShortcuts" src="http://iphone.keyvisuals.com/wp-content/uploads/2009/11/xcodeShortcuts.jpg" alt="xcodeShortcuts" width="211" height="220" /></p>
<p>You are encouraged to share the knowledge <img src='http://iphone.keyvisuals.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Here&#8217;s a link to the <a href="http://cocoasamurai.blogspot.com/2009/08/xcode-shortcuts-updated-for-xcode-32-on.html" target="_blank">original article</a> just in case the links go down:</p>
<p><a href="http://www.1729.us/xcode/SnowLeopard/Xcode%20Shortcuts.pdf" target="_blank">Xcode Shortcuts (PDF)</a><a href="http://www.1729.us/xcode/SnowLeopard/Xcode%20Shortcuts%20B_W.pdf" target="_blank"><br />
Xcode Shortcuts (Black &amp; White) (PDF)</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-blogger">
			<a href="http://www.shareaholic.com/api/share/?title=Xcode+Shortcut+List+Updated+for+Xcode+3.2&amp;link=http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/&amp;notes=The%20COCO%20SAMURAI%20is%20kind%20enough%20to%20continuously%20maintain%20and%20update%20this%20very%20handy%20cheat%20sheet%20of%20xcode%20shortcuts.%20It%20has%20been%20updated%20for%20the%20latest%20xcode%203.2%0D%0A%0D%0A%0D%0A%0D%0AYou%20are%20encouraged%20to%20share%20the%20knowledge%20%3B-%29%20Here%27s%20a%20link%20to%20the%20original%20article%20just%20in%20case%20the%20links%20go%20down%3A%0D%0A%0D%0AXcode%20Shortcu&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=219&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Xcode+Shortcut+List+Updated+for+Xcode+3.2&amp;link=http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/&amp;notes=The%20COCO%20SAMURAI%20is%20kind%20enough%20to%20continuously%20maintain%20and%20update%20this%20very%20handy%20cheat%20sheet%20of%20xcode%20shortcuts.%20It%20has%20been%20updated%20for%20the%20latest%20xcode%203.2%0D%0A%0D%0A%0D%0A%0D%0AYou%20are%20encouraged%20to%20share%20the%20knowledge%20%3B-%29%20Here%27s%20a%20link%20to%20the%20original%20article%20just%20in%20case%20the%20links%20go%20down%3A%0D%0A%0D%0AXcode%20Shortcu&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Xcode+Shortcut+List+Updated+for+Xcode+3.2&amp;link=http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/&amp;notes=The%20COCO%20SAMURAI%20is%20kind%20enough%20to%20continuously%20maintain%20and%20update%20this%20very%20handy%20cheat%20sheet%20of%20xcode%20shortcuts.%20It%20has%20been%20updated%20for%20the%20latest%20xcode%203.2%0D%0A%0D%0A%0D%0A%0D%0AYou%20are%20encouraged%20to%20share%20the%20knowledge%20%3B-%29%20Here%27s%20a%20link%20to%20the%20original%20article%20just%20in%20case%20the%20links%20go%20down%3A%0D%0A%0D%0AXcode%20Shortcu&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Xcode+Shortcut+List+Updated+for+Xcode+3.2&amp;link=http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/&amp;notes=The%20COCO%20SAMURAI%20is%20kind%20enough%20to%20continuously%20maintain%20and%20update%20this%20very%20handy%20cheat%20sheet%20of%20xcode%20shortcuts.%20It%20has%20been%20updated%20for%20the%20latest%20xcode%203.2%0D%0A%0D%0A%0D%0A%0D%0AYou%20are%20encouraged%20to%20share%20the%20knowledge%20%3B-%29%20Here%27s%20a%20link%20to%20the%20original%20article%20just%20in%20case%20the%20links%20go%20down%3A%0D%0A%0D%0AXcode%20Shortcu&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Xcode+Shortcut+List+Updated+for+Xcode+3.2&amp;link=http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/&amp;notes=The%20COCO%20SAMURAI%20is%20kind%20enough%20to%20continuously%20maintain%20and%20update%20this%20very%20handy%20cheat%20sheet%20of%20xcode%20shortcuts.%20It%20has%20been%20updated%20for%20the%20latest%20xcode%203.2%0D%0A%0D%0A%0D%0A%0D%0AYou%20are%20encouraged%20to%20share%20the%20knowledge%20%3B-%29%20Here%27s%20a%20link%20to%20the%20original%20article%20just%20in%20case%20the%20links%20go%20down%3A%0D%0A%0D%0AXcode%20Shortcu&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Xcode+Shortcut+List+Updated+for+Xcode+3.2&amp;link=http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/&amp;notes=The%20COCO%20SAMURAI%20is%20kind%20enough%20to%20continuously%20maintain%20and%20update%20this%20very%20handy%20cheat%20sheet%20of%20xcode%20shortcuts.%20It%20has%20been%20updated%20for%20the%20latest%20xcode%203.2%0D%0A%0D%0A%0D%0A%0D%0AYou%20are%20encouraged%20to%20share%20the%20knowledge%20%3B-%29%20Here%27s%20a%20link%20to%20the%20original%20article%20just%20in%20case%20the%20links%20go%20down%3A%0D%0A%0D%0AXcode%20Shortcu&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Xcode+Shortcut+List+Updated+for+Xcode+3.2&amp;link=http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/&amp;notes=The%20COCO%20SAMURAI%20is%20kind%20enough%20to%20continuously%20maintain%20and%20update%20this%20very%20handy%20cheat%20sheet%20of%20xcode%20shortcuts.%20It%20has%20been%20updated%20for%20the%20latest%20xcode%203.2%0D%0A%0D%0A%0D%0A%0D%0AYou%20are%20encouraged%20to%20share%20the%20knowledge%20%3B-%29%20Here%27s%20a%20link%20to%20the%20original%20article%20just%20in%20case%20the%20links%20go%20down%3A%0D%0A%0D%0AXcode%20Shortcu&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Xcode+Shortcut+List+Updated+for+Xcode+3.2&amp;link=http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/&amp;notes=The%20COCO%20SAMURAI%20is%20kind%20enough%20to%20continuously%20maintain%20and%20update%20this%20very%20handy%20cheat%20sheet%20of%20xcode%20shortcuts.%20It%20has%20been%20updated%20for%20the%20latest%20xcode%203.2%0D%0A%0D%0A%0D%0A%0D%0AYou%20are%20encouraged%20to%20share%20the%20knowledge%20%3B-%29%20Here%27s%20a%20link%20to%20the%20original%20article%20just%20in%20case%20the%20links%20go%20down%3A%0D%0A%0D%0AXcode%20Shortcu&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Xcode+Shortcut+List+Updated+for+Xcode+3.2&amp;link=http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/&amp;notes=The%20COCO%20SAMURAI%20is%20kind%20enough%20to%20continuously%20maintain%20and%20update%20this%20very%20handy%20cheat%20sheet%20of%20xcode%20shortcuts.%20It%20has%20been%20updated%20for%20the%20latest%20xcode%203.2%0D%0A%0D%0A%0D%0A%0D%0AYou%20are%20encouraged%20to%20share%20the%20knowledge%20%3B-%29%20Here%27s%20a%20link%20to%20the%20original%20article%20just%20in%20case%20the%20links%20go%20down%3A%0D%0A%0D%0AXcode%20Shortcu&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming Newbies Make Apps for iPhone Article &#8211; Features Keyvisuals</title>
		<link>http://iphone.keyvisuals.com/myapps/programming-newbies-make-apps-for-iphone-article-features-keyvisuals/</link>
		<comments>http://iphone.keyvisuals.com/myapps/programming-newbies-make-apps-for-iphone-article-features-keyvisuals/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 08:14:00 +0000</pubDate>
		<dc:creator>keyvisuals</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Keyvisuals]]></category>
		<category><![CDATA[My Apps]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://iphone.keyvisuals.com/?p=422</guid>
		<description><![CDATA[I was interviewed over the telephone a few months back by a reporter for the San Fransisco Gate Newspaper, Ryan Kim. We talked about how/why I got started coding for the iPhone. The conversation lasted for about 30 minutes. A few months passed and I completely forgot the conversation ever happened. Well, yesterday I was [...]]]></description>
			<content:encoded><![CDATA[<p>I was interviewed over the telephone a few months back by a reporter for the San Fransisco Gate Newspaper, <a href="mailto:rkim@sfchronicle.com">Ryan Kim</a>. We talked about how/why I got started coding for the iPhone. The conversation lasted for about 30 minutes. A few months passed and I completely forgot the conversation ever happened. Well, yesterday I was doing a little Googling and I accidentally ran into a copy of the published article posted online. The writer had never gotten back to me re: whether or not my interview had made it to print so I was happily surprised to see it. The article never names &#8220;Keyvisuals&#8221; per say, but I promise you I&#8217;m in there =)</p>
<p>Even cooler, after I did a little more searing around I found that the article had been translated into two different languages (one which I think is Chinese and the other I&#8217;m not sure but seems like it may be middle eastern) and posted on different foreign blogs.</p>
<p>Just in case the links go down I took screen shots (below)</p>
<p><a href="http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2009/04/20/MN2O173593.DTL&amp;tsp=1" target="_blank">Original Article</a></p>
<p><a href="http://maclalala2.wordpress.com/2009/04/22/%E3%82%A2%E3%83%8A%E3%82%BF%E3%82%82%E3%83%AF%E3%82%BF%E3%82%B7%E3%82%82-iphone-%E3%83%87%E3%83%99%E3%83%AD%E3%83%83%E3%83%91/" target="_blank">Chinese Translation of the article</a></p>
<p><a href="http://sinecta.com/id/tech/programming-newbies-make-apps-for-iphone/" target="_blank">Unknown Foreign Language Translation of the article</a></p>
<p><a href="http://iphone.keyvisuals.com/wp-content/uploads/2009/07/programming_newbies_make_apps_for_iphone.png"><img class="alignnone size-thumbnail wp-image-426" style="border: 2px solid black;" title="programming_newbies_make_apps_for_iphone" src="http://iphone.keyvisuals.com/wp-content/uploads/2009/07/programming_newbies_make_apps_for_iphone-150x150.png" alt="programming_newbies_make_apps_for_iphone" width="150" height="150" /></a><a href="http://iphone.keyvisuals.com/wp-content/uploads/2009/07/chinese.png"> <img class="alignnone size-thumbnail wp-image-427" style="border: 2px solid black;" title="chinese" src="http://iphone.keyvisuals.com/wp-content/uploads/2009/07/chinese-150x150.png" alt="chinese" width="150" height="150" /></a> <a href="http://iphone.keyvisuals.com/wp-content/uploads/2009/07/sinectacom.png"><img class="alignnone size-thumbnail wp-image-428" style="border: 2px solid black;" title="sinectacom" src="http://iphone.keyvisuals.com/wp-content/uploads/2009/07/sinectacom-150x150.png" alt="sinectacom" width="150" height="150" /></a></p>
<p>I had my 15 minutes and I didn&#8217;t even know it.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-blogger">
			<a href="http://www.shareaholic.com/api/share/?title=Programming+Newbies+Make+Apps+for+iPhone+Article+-+Features+Keyvisuals&amp;link=http://iphone.keyvisuals.com/myapps/programming-newbies-make-apps-for-iphone-article-features-keyvisuals/&amp;notes=I%20was%20interviewed%20over%20the%20telephone%20a%20few%20months%20back%20by%20a%20reporter%20for%20the%20San%20Fransisco%20Gate%20Newspaper%2C%20Ryan%20Kim.%20We%20talked%20about%20how%2Fwhy%20I%20got%20started%20coding%20for%20the%20iPhone.%20The%20conversation%20lasted%20for%20about%2030%20minutes.%20A%20few%20months%20passed%20and%20I%20completely%20forgot%20the%20conversation%20ever%20happened.%20&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=219&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Programming+Newbies+Make+Apps+for+iPhone+Article+-+Features+Keyvisuals&amp;link=http://iphone.keyvisuals.com/myapps/programming-newbies-make-apps-for-iphone-article-features-keyvisuals/&amp;notes=I%20was%20interviewed%20over%20the%20telephone%20a%20few%20months%20back%20by%20a%20reporter%20for%20the%20San%20Fransisco%20Gate%20Newspaper%2C%20Ryan%20Kim.%20We%20talked%20about%20how%2Fwhy%20I%20got%20started%20coding%20for%20the%20iPhone.%20The%20conversation%20lasted%20for%20about%2030%20minutes.%20A%20few%20months%20passed%20and%20I%20completely%20forgot%20the%20conversation%20ever%20happened.%20&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Programming+Newbies+Make+Apps+for+iPhone+Article+-+Features+Keyvisuals&amp;link=http://iphone.keyvisuals.com/myapps/programming-newbies-make-apps-for-iphone-article-features-keyvisuals/&amp;notes=I%20was%20interviewed%20over%20the%20telephone%20a%20few%20months%20back%20by%20a%20reporter%20for%20the%20San%20Fransisco%20Gate%20Newspaper%2C%20Ryan%20Kim.%20We%20talked%20about%20how%2Fwhy%20I%20got%20started%20coding%20for%20the%20iPhone.%20The%20conversation%20lasted%20for%20about%2030%20minutes.%20A%20few%20months%20passed%20and%20I%20completely%20forgot%20the%20conversation%20ever%20happened.%20&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Programming+Newbies+Make+Apps+for+iPhone+Article+-+Features+Keyvisuals&amp;link=http://iphone.keyvisuals.com/myapps/programming-newbies-make-apps-for-iphone-article-features-keyvisuals/&amp;notes=I%20was%20interviewed%20over%20the%20telephone%20a%20few%20months%20back%20by%20a%20reporter%20for%20the%20San%20Fransisco%20Gate%20Newspaper%2C%20Ryan%20Kim.%20We%20talked%20about%20how%2Fwhy%20I%20got%20started%20coding%20for%20the%20iPhone.%20The%20conversation%20lasted%20for%20about%2030%20minutes.%20A%20few%20months%20passed%20and%20I%20completely%20forgot%20the%20conversation%20ever%20happened.%20&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Programming+Newbies+Make+Apps+for+iPhone+Article+-+Features+Keyvisuals&amp;link=http://iphone.keyvisuals.com/myapps/programming-newbies-make-apps-for-iphone-article-features-keyvisuals/&amp;notes=I%20was%20interviewed%20over%20the%20telephone%20a%20few%20months%20back%20by%20a%20reporter%20for%20the%20San%20Fransisco%20Gate%20Newspaper%2C%20Ryan%20Kim.%20We%20talked%20about%20how%2Fwhy%20I%20got%20started%20coding%20for%20the%20iPhone.%20The%20conversation%20lasted%20for%20about%2030%20minutes.%20A%20few%20months%20passed%20and%20I%20completely%20forgot%20the%20conversation%20ever%20happened.%20&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Programming+Newbies+Make+Apps+for+iPhone+Article+-+Features+Keyvisuals&amp;link=http://iphone.keyvisuals.com/myapps/programming-newbies-make-apps-for-iphone-article-features-keyvisuals/&amp;notes=I%20was%20interviewed%20over%20the%20telephone%20a%20few%20months%20back%20by%20a%20reporter%20for%20the%20San%20Fransisco%20Gate%20Newspaper%2C%20Ryan%20Kim.%20We%20talked%20about%20how%2Fwhy%20I%20got%20started%20coding%20for%20the%20iPhone.%20The%20conversation%20lasted%20for%20about%2030%20minutes.%20A%20few%20months%20passed%20and%20I%20completely%20forgot%20the%20conversation%20ever%20happened.%20&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Programming+Newbies+Make+Apps+for+iPhone+Article+-+Features+Keyvisuals&amp;link=http://iphone.keyvisuals.com/myapps/programming-newbies-make-apps-for-iphone-article-features-keyvisuals/&amp;notes=I%20was%20interviewed%20over%20the%20telephone%20a%20few%20months%20back%20by%20a%20reporter%20for%20the%20San%20Fransisco%20Gate%20Newspaper%2C%20Ryan%20Kim.%20We%20talked%20about%20how%2Fwhy%20I%20got%20started%20coding%20for%20the%20iPhone.%20The%20conversation%20lasted%20for%20about%2030%20minutes.%20A%20few%20months%20passed%20and%20I%20completely%20forgot%20the%20conversation%20ever%20happened.%20&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Programming+Newbies+Make+Apps+for+iPhone+Article+-+Features+Keyvisuals&amp;link=http://iphone.keyvisuals.com/myapps/programming-newbies-make-apps-for-iphone-article-features-keyvisuals/&amp;notes=I%20was%20interviewed%20over%20the%20telephone%20a%20few%20months%20back%20by%20a%20reporter%20for%20the%20San%20Fransisco%20Gate%20Newspaper%2C%20Ryan%20Kim.%20We%20talked%20about%20how%2Fwhy%20I%20got%20started%20coding%20for%20the%20iPhone.%20The%20conversation%20lasted%20for%20about%2030%20minutes.%20A%20few%20months%20passed%20and%20I%20completely%20forgot%20the%20conversation%20ever%20happened.%20&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Programming+Newbies+Make+Apps+for+iPhone+Article+-+Features+Keyvisuals&amp;link=http://iphone.keyvisuals.com/myapps/programming-newbies-make-apps-for-iphone-article-features-keyvisuals/&amp;notes=I%20was%20interviewed%20over%20the%20telephone%20a%20few%20months%20back%20by%20a%20reporter%20for%20the%20San%20Fransisco%20Gate%20Newspaper%2C%20Ryan%20Kim.%20We%20talked%20about%20how%2Fwhy%20I%20got%20started%20coding%20for%20the%20iPhone.%20The%20conversation%20lasted%20for%20about%2030%20minutes.%20A%20few%20months%20passed%20and%20I%20completely%20forgot%20the%20conversation%20ever%20happened.%20&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://iphone.keyvisuals.com/myapps/programming-newbies-make-apps-for-iphone-article-features-keyvisuals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove the glossy effect from your app icons</title>
		<link>http://iphone.keyvisuals.com/apps/how-to-remove-the-glossy-effect-from-your-app-icons/</link>
		<comments>http://iphone.keyvisuals.com/apps/how-to-remove-the-glossy-effect-from-your-app-icons/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 22:07:16 +0000</pubDate>
		<dc:creator>keyvisuals</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://iphone.keyvisuals.com/?p=245</guid>
		<description><![CDATA[Here&#8217;s how to remove the shinny gloss look that is automagically added to your app icon by xCode. Sometimes you just don&#8217;t want to look like everyone else You have to add the line UIPrerenderedIcon to your Info.plist file. Change its value to boolean and then add a check mark like below . . . [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how to remove the shinny gloss look that is automagically added to your app icon by xCode. Sometimes you just don&#8217;t want to look like everyone else <img src='http://iphone.keyvisuals.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>You have to add the line</p>
<blockquote><p>UIPrerenderedIcon</p></blockquote>
<p>to your Info.plist file. Change its value to boolean and then add a check mark like below . . .</p>
<p><img class="size-full wp-image-246 alignnone" title="gloss1" src="http://iphone.keyvisuals.com/wp-content/uploads/2009/04/gloss1.jpg" alt="gloss1" width="386" height="101" /></p>
<p>That will change this into this :</p>
<p><img class="size-full wp-image-247 alignnone" title="gloss2" src="http://iphone.keyvisuals.com/wp-content/uploads/2009/04/gloss2.jpg" alt="gloss2" width="163" height="94" /></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-blogger">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+the+glossy+effect+from+your+app+icons&amp;link=http://iphone.keyvisuals.com/apps/how-to-remove-the-glossy-effect-from-your-app-icons/&amp;notes=Here%27s%20how%20to%20remove%20the%20shinny%20gloss%20look%20that%20is%20automagically%20added%20to%20your%20app%20icon%20by%20xCode.%20Sometimes%20you%20just%20don%27t%20want%20to%20look%20like%20everyone%20else%20%3B-%29%0D%0A%0D%0AYou%20have%20to%20add%20the%20line%0D%0AUIPrerenderedIcon%0D%0Ato%20your%20Info.plist%20file.%20Change%20its%20value%20to%20boolean%20and%20then%20add%20a%20check%20mark%20like%20below%20.%20.&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=219&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+the+glossy+effect+from+your+app+icons&amp;link=http://iphone.keyvisuals.com/apps/how-to-remove-the-glossy-effect-from-your-app-icons/&amp;notes=Here%27s%20how%20to%20remove%20the%20shinny%20gloss%20look%20that%20is%20automagically%20added%20to%20your%20app%20icon%20by%20xCode.%20Sometimes%20you%20just%20don%27t%20want%20to%20look%20like%20everyone%20else%20%3B-%29%0D%0A%0D%0AYou%20have%20to%20add%20the%20line%0D%0AUIPrerenderedIcon%0D%0Ato%20your%20Info.plist%20file.%20Change%20its%20value%20to%20boolean%20and%20then%20add%20a%20check%20mark%20like%20below%20.%20.&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+the+glossy+effect+from+your+app+icons&amp;link=http://iphone.keyvisuals.com/apps/how-to-remove-the-glossy-effect-from-your-app-icons/&amp;notes=Here%27s%20how%20to%20remove%20the%20shinny%20gloss%20look%20that%20is%20automagically%20added%20to%20your%20app%20icon%20by%20xCode.%20Sometimes%20you%20just%20don%27t%20want%20to%20look%20like%20everyone%20else%20%3B-%29%0D%0A%0D%0AYou%20have%20to%20add%20the%20line%0D%0AUIPrerenderedIcon%0D%0Ato%20your%20Info.plist%20file.%20Change%20its%20value%20to%20boolean%20and%20then%20add%20a%20check%20mark%20like%20below%20.%20.&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+the+glossy+effect+from+your+app+icons&amp;link=http://iphone.keyvisuals.com/apps/how-to-remove-the-glossy-effect-from-your-app-icons/&amp;notes=Here%27s%20how%20to%20remove%20the%20shinny%20gloss%20look%20that%20is%20automagically%20added%20to%20your%20app%20icon%20by%20xCode.%20Sometimes%20you%20just%20don%27t%20want%20to%20look%20like%20everyone%20else%20%3B-%29%0D%0A%0D%0AYou%20have%20to%20add%20the%20line%0D%0AUIPrerenderedIcon%0D%0Ato%20your%20Info.plist%20file.%20Change%20its%20value%20to%20boolean%20and%20then%20add%20a%20check%20mark%20like%20below%20.%20.&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+the+glossy+effect+from+your+app+icons&amp;link=http://iphone.keyvisuals.com/apps/how-to-remove-the-glossy-effect-from-your-app-icons/&amp;notes=Here%27s%20how%20to%20remove%20the%20shinny%20gloss%20look%20that%20is%20automagically%20added%20to%20your%20app%20icon%20by%20xCode.%20Sometimes%20you%20just%20don%27t%20want%20to%20look%20like%20everyone%20else%20%3B-%29%0D%0A%0D%0AYou%20have%20to%20add%20the%20line%0D%0AUIPrerenderedIcon%0D%0Ato%20your%20Info.plist%20file.%20Change%20its%20value%20to%20boolean%20and%20then%20add%20a%20check%20mark%20like%20below%20.%20.&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+the+glossy+effect+from+your+app+icons&amp;link=http://iphone.keyvisuals.com/apps/how-to-remove-the-glossy-effect-from-your-app-icons/&amp;notes=Here%27s%20how%20to%20remove%20the%20shinny%20gloss%20look%20that%20is%20automagically%20added%20to%20your%20app%20icon%20by%20xCode.%20Sometimes%20you%20just%20don%27t%20want%20to%20look%20like%20everyone%20else%20%3B-%29%0D%0A%0D%0AYou%20have%20to%20add%20the%20line%0D%0AUIPrerenderedIcon%0D%0Ato%20your%20Info.plist%20file.%20Change%20its%20value%20to%20boolean%20and%20then%20add%20a%20check%20mark%20like%20below%20.%20.&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+the+glossy+effect+from+your+app+icons&amp;link=http://iphone.keyvisuals.com/apps/how-to-remove-the-glossy-effect-from-your-app-icons/&amp;notes=Here%27s%20how%20to%20remove%20the%20shinny%20gloss%20look%20that%20is%20automagically%20added%20to%20your%20app%20icon%20by%20xCode.%20Sometimes%20you%20just%20don%27t%20want%20to%20look%20like%20everyone%20else%20%3B-%29%0D%0A%0D%0AYou%20have%20to%20add%20the%20line%0D%0AUIPrerenderedIcon%0D%0Ato%20your%20Info.plist%20file.%20Change%20its%20value%20to%20boolean%20and%20then%20add%20a%20check%20mark%20like%20below%20.%20.&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+the+glossy+effect+from+your+app+icons&amp;link=http://iphone.keyvisuals.com/apps/how-to-remove-the-glossy-effect-from-your-app-icons/&amp;notes=Here%27s%20how%20to%20remove%20the%20shinny%20gloss%20look%20that%20is%20automagically%20added%20to%20your%20app%20icon%20by%20xCode.%20Sometimes%20you%20just%20don%27t%20want%20to%20look%20like%20everyone%20else%20%3B-%29%0D%0A%0D%0AYou%20have%20to%20add%20the%20line%0D%0AUIPrerenderedIcon%0D%0Ato%20your%20Info.plist%20file.%20Change%20its%20value%20to%20boolean%20and%20then%20add%20a%20check%20mark%20like%20below%20.%20.&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+the+glossy+effect+from+your+app+icons&amp;link=http://iphone.keyvisuals.com/apps/how-to-remove-the-glossy-effect-from-your-app-icons/&amp;notes=Here%27s%20how%20to%20remove%20the%20shinny%20gloss%20look%20that%20is%20automagically%20added%20to%20your%20app%20icon%20by%20xCode.%20Sometimes%20you%20just%20don%27t%20want%20to%20look%20like%20everyone%20else%20%3B-%29%0D%0A%0D%0AYou%20have%20to%20add%20the%20line%0D%0AUIPrerenderedIcon%0D%0Ato%20your%20Info.plist%20file.%20Change%20its%20value%20to%20boolean%20and%20then%20add%20a%20check%20mark%20like%20below%20.%20.&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://iphone.keyvisuals.com/apps/how-to-remove-the-glossy-effect-from-your-app-icons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

