<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: iTunes Icon for Ad Hoc Distributions</title>
	<atom:link href="http://MobileDeveloperTips.com/xcode/itunes-icon-for-ad-hoc-distributions.html/feed" rel="self" type="application/rss+xml" />
	<link>http://MobileDeveloperTips.com/xcode/itunes-icon-for-ad-hoc-distributions.html</link>
	<description>iOS and Objective-C Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Tue, 22 May 2012 11:53:47 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: willow</title>
		<link>http://MobileDeveloperTips.com/xcode/itunes-icon-for-ad-hoc-distributions.html#comment-33777</link>
		<dc:creator>willow</dc:creator>
		<pubDate>Wed, 08 Dec 2010 21:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=2877#comment-33777</guid>
		<description>Thanks for all this guys, really usefull, especially with the naming thing.

Cheers</description>
		<content:encoded><![CDATA[<p>Thanks for all this guys, really usefull, especially with the naming thing.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalyan Raju</title>
		<link>http://MobileDeveloperTips.com/xcode/itunes-icon-for-ad-hoc-distributions.html#comment-17750</link>
		<dc:creator>Kalyan Raju</dc:creator>
		<pubDate>Tue, 22 Jun 2010 12:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=2877#comment-17750</guid>
		<description>By using this i am able to change the Image. How can i change the tag &quot;Unknown Genre&quot;.
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>By using this i am able to change the Image. How can i change the tag &#8220;Unknown Genre&#8221;.<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelso</title>
		<link>http://MobileDeveloperTips.com/xcode/itunes-icon-for-ad-hoc-distributions.html#comment-7965</link>
		<dc:creator>Kelso</dc:creator>
		<pubDate>Sat, 19 Dec 2009 03:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=2877#comment-7965</guid>
		<description>Paul has it right. I didn&#039;t know, however, that you could remove the extension in the &quot;Get Info&quot; window. I&#039;ve been using the Terminal to rename mine.</description>
		<content:encoded><![CDATA[<p>Paul has it right. I didn&#8217;t know, however, that you could remove the extension in the &#8220;Get Info&#8221; window. I&#8217;ve been using the Terminal to rename mine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Walker</title>
		<link>http://MobileDeveloperTips.com/xcode/itunes-icon-for-ad-hoc-distributions.html#comment-6452</link>
		<dc:creator>Paul Walker</dc:creator>
		<pubDate>Tue, 10 Nov 2009 09:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=2877#comment-6452</guid>
		<description>Actually, I think the #2 gotcha is simpler still. Renaming a file inline in the Finder, and removing its extension, just raises the “hide extension” flag on the file, leaving the extension intact but invisible – if you get info (cmd+i) on the file, you can see this happening. And, if you rename the file within the get Info window, this doesn’t occur.</description>
		<content:encoded><![CDATA[<p>Actually, I think the #2 gotcha is simpler still. Renaming a file inline in the Finder, and removing its extension, just raises the “hide extension” flag on the file, leaving the extension intact but invisible – if you get info (cmd+i) on the file, you can see this happening. And, if you rename the file within the get Info window, this doesn’t occur.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark A. Donohoe</title>
		<link>http://MobileDeveloperTips.com/xcode/itunes-icon-for-ad-hoc-distributions.html#comment-5315</link>
		<dc:creator>Mark A. Donohoe</dc:creator>
		<pubDate>Mon, 28 Sep 2009 18:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=2877#comment-5315</guid>
		<description>Actually, as per your points 2 and 3, while I&#039;m guessing, I bet I know what&#039;s going on.  You can rename it anywhere you want.  Problem is if you&#039;ve added the file with an extension, that file is marked in the metadata as a graphic file (use &#039;Get Info&#039; to see what I mean.)  Simply renaming the file and removing the extension does not change this.  Continuing this thought, if you add a file that doesn&#039;t have an extension, it does not get marked as a graphic file.  (I believe I read somewhere that PNGs and such get some sort of compression at build time so when it&#039;s not marked as a graphic, it leaves the file alone and thus it works.)

I found this out when I was trying to add a zip file to our bundle.  Kept crashing Xcode.  Found out that when you add a zip, not only does it think it&#039;s a framework, it also adds it to the &#039;linking&#039; stage, not the copying stage, but what caused XCode to crash was that it was set to be indexed.  By saying not to index it and moving it from the link to the copy stage as well as marking it as an archive, not a framework, voila!  It worked! (That&#039;s also why I&#039;m guessing it&#039;s identified wrong in the &#039;get info&#039; dialog for your graphic.)</description>
		<content:encoded><![CDATA[<p>Actually, as per your points 2 and 3, while I&#8217;m guessing, I bet I know what&#8217;s going on.  You can rename it anywhere you want.  Problem is if you&#8217;ve added the file with an extension, that file is marked in the metadata as a graphic file (use &#8216;Get Info&#8217; to see what I mean.)  Simply renaming the file and removing the extension does not change this.  Continuing this thought, if you add a file that doesn&#8217;t have an extension, it does not get marked as a graphic file.  (I believe I read somewhere that PNGs and such get some sort of compression at build time so when it&#8217;s not marked as a graphic, it leaves the file alone and thus it works.)</p>
<p>I found this out when I was trying to add a zip file to our bundle.  Kept crashing Xcode.  Found out that when you add a zip, not only does it think it&#8217;s a framework, it also adds it to the &#8216;linking&#8217; stage, not the copying stage, but what caused XCode to crash was that it was set to be indexed.  By saying not to index it and moving it from the link to the copy stage as well as marking it as an archive, not a framework, voila!  It worked! (That&#8217;s also why I&#8217;m guessing it&#8217;s identified wrong in the &#8216;get info&#8217; dialog for your graphic.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Gibbs</title>
		<link>http://MobileDeveloperTips.com/xcode/itunes-icon-for-ad-hoc-distributions.html#comment-4185</link>
		<dc:creator>Chris Gibbs</dc:creator>
		<pubDate>Thu, 30 Jul 2009 15:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=2877#comment-4185</guid>
		<description>Thanks for the tips!

As for caveat #2, you can probably get around it by renaming the file from the command line, rather than from Finder. For example if your file is in your home directory, simply open Terminal and type the following:

$ mv orig_image_name.png new_image_name</description>
		<content:encoded><![CDATA[<p>Thanks for the tips!</p>
<p>As for caveat #2, you can probably get around it by renaming the file from the command line, rather than from Finder. For example if your file is in your home directory, simply open Terminal and type the following:</p>
<p>$ mv orig_image_name.png new_image_name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Workman</title>
		<link>http://MobileDeveloperTips.com/xcode/itunes-icon-for-ad-hoc-distributions.html#comment-4182</link>
		<dc:creator>Steve Workman</dc:creator>
		<pubDate>Thu, 30 Jul 2009 10:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=2877#comment-4182</guid>
		<description>There&#039;s another caveat too. If you&#039;re using the iPhone Config Utility on OS 2, 2.1 and 2.2 iPhones or iPod touches for In-house Enterprise applications, it&#039;ll throw an error if you try to give it iTunesArtwork.

I&#039;ve raised a bug about this and Apple asked me to upgrade to 3.0 - I have since told them they&#039;ve missed the point</description>
		<content:encoded><![CDATA[<p>There&#8217;s another caveat too. If you&#8217;re using the iPhone Config Utility on OS 2, 2.1 and 2.2 iPhones or iPod touches for In-house Enterprise applications, it&#8217;ll throw an error if you try to give it iTunesArtwork.</p>
<p>I&#8217;ve raised a bug about this and Apple asked me to upgrade to 3.0 &#8211; I have since told them they&#8217;ve missed the point</p>
]]></content:encoded>
	</item>
</channel>
</rss>

