<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Dynamic Default.png files on the iPhone</title>
	<link>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone</link>
	<description>I hate self-referential taglines</description>
	<pubDate>Thu, 17 May 2012 05:29:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Bob</title>
		<link>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone#comment-15221</link>
		<author>Bob</author>
		<pubDate>Tue, 26 May 2009 07:29:33 +0000</pubDate>
		<guid>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone#comment-15221</guid>
		<description>3.0 Beta 1 broke apps that do this.
In 3.0 Beta 2 the apps work, but don't show the custom Default.png.</description>
		<content:encoded><![CDATA[<p>3.0 Beta 1 broke apps that do this.<br />
In 3.0 Beta 2 the apps work, but don&#8217;t show the custom Default.png.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David G.</title>
		<link>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone#comment-12848</link>
		<author>David G.</author>
		<pubDate>Sat, 21 Mar 2009 00:03:59 +0000</pubDate>
		<guid>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone#comment-12848</guid>
		<description>Before I go to the trouble of trying this, does it still work or has Apple patched the "vulnerability"?</description>
		<content:encoded><![CDATA[<p>Before I go to the trouble of trying this, does it still work or has Apple patched the &#8220;vulnerability&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham</title>
		<link>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone#comment-11908</link>
		<author>Graham</author>
		<pubDate>Tue, 03 Feb 2009 11:00:16 +0000</pubDate>
		<guid>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone#comment-11908</guid>
		<description>Actually I have a legitimate use for this - I've implemented color themes in my app. Of course to make this work properly you want the opening splash to match your chosen color scheme. Its just a static splash, so I'm not concerned about putting any dynamic data in it which might make the user think the app has already launched. So this seems to be the ideal solution. I'm just hoping it doesn't get killed by Apple quite yet.
Finally, as I'm a relative noob, if anyone has time to answer: How exactly do you construct a Resource Rules plist to omit Default.png from being signed?</description>
		<content:encoded><![CDATA[<p>Actually I have a legitimate use for this - I&#8217;ve implemented color themes in my app. Of course to make this work properly you want the opening splash to match your chosen color scheme. Its just a static splash, so I&#8217;m not concerned about putting any dynamic data in it which might make the user think the app has already launched. So this seems to be the ideal solution. I&#8217;m just hoping it doesn&#8217;t get killed by Apple quite yet.<br />
Finally, as I&#8217;m a relative noob, if anyone has time to answer: How exactly do you construct a Resource Rules plist to omit Default.png from being signed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone#comment-11780</link>
		<author>Ryan</author>
		<pubDate>Fri, 30 Jan 2009 01:10:53 +0000</pubDate>
		<guid>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone#comment-11780</guid>
		<description>Also, is it possible to make the image B&#38;W?</description>
		<content:encoded><![CDATA[<p>Also, is it possible to make the image B&amp;W?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone#comment-11779</link>
		<author>Ryan</author>
		<pubDate>Fri, 30 Jan 2009 00:53:59 +0000</pubDate>
		<guid>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone#comment-11779</guid>
		<description>Nice trick, however the very first load of the app will have a black screen no? applicationDidFinishLaunching is too late to copy a default splash screen to Documents…</description>
		<content:encoded><![CDATA[<p>Nice trick, however the very first load of the app will have a black screen no? applicationDidFinishLaunching is too late to copy a default splash screen to Documents…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg_G</title>
		<link>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone#comment-11642</link>
		<author>Greg_G</author>
		<pubDate>Mon, 19 Jan 2009 06:52:33 +0000</pubDate>
		<guid>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone#comment-11642</guid>
		<description>sorry... take advantage of "apple-mobile-web-app-capable"...</description>
		<content:encoded><![CDATA[<p>sorry&#8230; take advantage of &#8220;apple-mobile-web-app-capable&#8221;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg_G</title>
		<link>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone#comment-11641</link>
		<author>Greg_G</author>
		<pubDate>Mon, 19 Jan 2009 06:52:01 +0000</pubDate>
		<guid>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone#comment-11641</guid>
		<description>Has anyone figured out a way to replace the "Default.png" file created with safari apps which take advantage of  . When is the Default.png screenshot taken?</description>
		<content:encoded><![CDATA[<p>Has anyone figured out a way to replace the &#8220;Default.png&#8221; file created with safari apps which take advantage of  . When is the Default.png screenshot taken?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jota</title>
		<link>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone#comment-9985</link>
		<author>jota</author>
		<pubDate>Wed, 19 Nov 2008 02:00:26 +0000</pubDate>
		<guid>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone#comment-9985</guid>
		<description>Does anyone get this trick to work in an ad-hoc app? According to my tests it doesn't seem to work. The symbolic link is somehow killed.</description>
		<content:encoded><![CDATA[<p>Does anyone get this trick to work in an ad-hoc app? According to my tests it doesn&#8217;t seem to work. The symbolic link is somehow killed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zystem</title>
		<link>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone#comment-9637</link>
		<author>Zystem</author>
		<pubDate>Thu, 13 Nov 2008 12:28:24 +0000</pubDate>
		<guid>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone#comment-9637</guid>
		<description>Add double quotes of your app name has a space in it:
ln -sf ../Documents/Default.png "$TARGET_BUILD_DIR/$CONTENTS_FOLDER_PATH"

Also, the same trick can be used to set a dynamic springboard icon for your app. It works, but unfortunately, the icon is only displayed on the springboard by the OS after a reboot. Any tips on how to "refresh" the springboard icon without rebooting?</description>
		<content:encoded><![CDATA[<p>Add double quotes of your app name has a space in it:<br />
ln -sf ../Documents/Default.png &#8220;$TARGET_BUILD_DIR/$CONTENTS_FOLDER_PATH&#8221;</p>
<p>Also, the same trick can be used to set a dynamic springboard icon for your app. It works, but unfortunately, the icon is only displayed on the springboard by the OS after a reboot. Any tips on how to &#8220;refresh&#8221; the springboard icon without rebooting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone#comment-9570</link>
		<author>David</author>
		<pubDate>Wed, 12 Nov 2008 02:56:17 +0000</pubDate>
		<guid>http://patrickcollison.com/blog/2008/11/dynamic-defaultpng-files-on-the-iphone#comment-9570</guid>
		<description>I think the goal should be to have an empty Default.png for each different screen of your app.  For instance, the iPod app has the tab bar interface and the now-playing interface.</description>
		<content:encoded><![CDATA[<p>I think the goal should be to have an empty Default.png for each different screen of your app.  For instance, the iPod app has the tab bar interface and the now-playing interface.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

