<?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: Rereading Info.plist</title>
	<atom:link href="http://www.bdunagan.com/2009/09/30/rereading-info-plist/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bdunagan.com/2009/09/30/rereading-info-plist/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Sep 2010 01:13:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: bdunagan</title>
		<link>http://www.bdunagan.com/2009/09/30/rereading-info-plist/comment-page-1/#comment-2644</link>
		<dc:creator>bdunagan</dc:creator>
		<pubDate>Fri, 02 Oct 2009 07:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=372#comment-2644</guid>
		<description>Yep, totally agree now. I updated this post and wrote a longer explanation in a separate one. Thanks for the swift comments! I already re-implemented the feature! :)</description>
		<content:encoded><![CDATA[<p>Yep, totally agree now. I updated this post and wrote a longer explanation in a separate one. Thanks for the swift comments! I already re-implemented the feature! <img src='http://www.bdunagan.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fill the void &#8211; Design Iteration</title>
		<link>http://www.bdunagan.com/2009/09/30/rereading-info-plist/comment-page-1/#comment-2642</link>
		<dc:creator>fill the void &#8211; Design Iteration</dc:creator>
		<pubDate>Fri, 02 Oct 2009 06:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=372#comment-2642</guid>
		<description>[...] feature I alluded to in my &#8220;Rereading Info.plist&#8221; post is a logging preference. It has two requirements: user-configurable (i.e. not code) but not [...]</description>
		<content:encoded><![CDATA[<p>[...] feature I alluded to in my &#8220;Rereading Info.plist&#8221; post is a logging preference. It has two requirements: user-configurable (i.e. not code) but not [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelle</title>
		<link>http://www.bdunagan.com/2009/09/30/rereading-info-plist/comment-page-1/#comment-2636</link>
		<dc:creator>Michelle</dc:creator>
		<pubDate>Thu, 01 Oct 2009 17:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=372#comment-2636</guid>
		<description>I agree with Stuart.  It&#039;s trivial to create a second plist and set up a Config or State class to get/set values.  Add one to your template project and all you have to do is change the keys and default values and implement some getters and setters.  (I strongly prefer to have a single object interface for data files, rather than having accessors to the data strewn all over my GUI and behavioral code.)</description>
		<content:encoded><![CDATA[<p>I agree with Stuart.  It&#8217;s trivial to create a second plist and set up a Config or State class to get/set values.  Add one to your template project and all you have to do is change the keys and default values and implement some getters and setters.  (I strongly prefer to have a single object interface for data files, rather than having accessors to the data strewn all over my GUI and behavioral code.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://www.bdunagan.com/2009/09/30/rereading-info-plist/comment-page-1/#comment-2634</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Thu, 01 Oct 2009 12:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=372#comment-2634</guid>
		<description>I&#039;ve no idea if there is a formal stance on this from Apple, but I suspect you are misusing the info.plist file. Sure, you can put your own tagged values in, but I don&#039;t feel that info.plist is to be used as a dynamic store. Since it is so easy to, why not just create another file containing a dictionary, and use that? Or store the keyed info in your app&#039;s prefs file, and use notification methods to advice dependent parts of your app whenever keyed values are changed.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve no idea if there is a formal stance on this from Apple, but I suspect you are misusing the info.plist file. Sure, you can put your own tagged values in, but I don&#8217;t feel that info.plist is to be used as a dynamic store. Since it is so easy to, why not just create another file containing a dictionary, and use that? Or store the keyed info in your app&#8217;s prefs file, and use notification methods to advice dependent parts of your app whenever keyed values are changed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
