<?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: Debugging Preference Panes in Xcode</title>
	<atom:link href="http://www.bdunagan.com/2009/04/12/debugging-preference-panes-in-xcode/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bdunagan.com/2009/04/12/debugging-preference-panes-in-xcode/</link>
	<description>fill the void</description>
	<lastBuildDate>Mon, 30 Jan 2012 09:42:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: bdunagan &#8211; System Preferences Pane Lock</title>
		<link>http://www.bdunagan.com/2009/04/12/debugging-preference-panes-in-xcode/comment-page-1/#comment-11705</link>
		<dc:creator>bdunagan &#8211; System Preferences Pane Lock</dc:creator>
		<pubDate>Mon, 13 Jun 2011 14:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=142#comment-11705</guid>
		<description>[...] with a button and the lock UI, building on two earlier posts about root-level operations and debugging prefpanes. Clicking the button creates an empty file at /var/log/test.txt, an action that requires root-level [...]</description>
		<content:encoded><![CDATA[<p>[...] with a button and the lock UI, building on two earlier posts about root-level operations and debugging prefpanes. Clicking the button creates an empty file at /var/log/test.txt, an action that requires root-level [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bdunagan</title>
		<link>http://www.bdunagan.com/2009/04/12/debugging-preference-panes-in-xcode/comment-page-1/#comment-10350</link>
		<dc:creator>bdunagan</dc:creator>
		<pubDate>Wed, 13 Apr 2011 10:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=142#comment-10350</guid>
		<description>@lintmachine Brilliant! I thought there would be an issue with prefpane caching, but I just verified that it works.</description>
		<content:encoded><![CDATA[<p>@lintmachine Brilliant! I thought there would be an issue with prefpane caching, but I just verified that it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lintmachine</title>
		<link>http://www.bdunagan.com/2009/04/12/debugging-preference-panes-in-xcode/comment-page-1/#comment-10318</link>
		<dc:creator>lintmachine</dc:creator>
		<pubDate>Tue, 12 Apr 2011 06:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=142#comment-10318</guid>
		<description>Thanks for sharing this!

Instead of installing the preference pane with each build, I created a symbolic link from my ~/Library/PreferencePanes/ directory to the build location of my preference pane. That way I can make edits and then just &quot;Build and Debug&quot;, skipping the install step.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this!</p>
<p>Instead of installing the preference pane with each build, I created a symbolic link from my ~/Library/PreferencePanes/ directory to the build location of my preference pane. That way I can make edits and then just &#8220;Build and Debug&#8221;, skipping the install step.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bdunagan</title>
		<link>http://www.bdunagan.com/2009/04/12/debugging-preference-panes-in-xcode/comment-page-1/#comment-2327</link>
		<dc:creator>bdunagan</dc:creator>
		<pubDate>Sun, 02 Aug 2009 02:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=142#comment-2327</guid>
		<description>That&#039;s a good idea. I haven&#039;t tried adding a lock to a preference pane yet, but I&#039;ll put it on my todo list and post when I&#039;ve got some working code. Until then, check out Apple&#039;s documentation on SFAuthorizationView: http://developer.apple.com/documentation/Security/Reference/SecurityInterfaceFramework/Classes/SFAuthorizationView_Class/Reference/Reference.html. Thanks for the suggestion!</description>
		<content:encoded><![CDATA[<p>That&#8217;s a good idea. I haven&#8217;t tried adding a lock to a preference pane yet, but I&#8217;ll put it on my todo list and post when I&#8217;ve got some working code. Until then, check out Apple&#8217;s documentation on SFAuthorizationView: <a href="http://developer.apple.com/documentation/Security/Reference/SecurityInterfaceFramework/Classes/SFAuthorizationView_Class/Reference/Reference.html" rel="nofollow">http://developer.apple.com/documentation/Security/Reference/SecurityInterfaceFramework/Classes/SFAuthorizationView_Class/Reference/Reference.html</a>. Thanks for the suggestion!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.bdunagan.com/2009/04/12/debugging-preference-panes-in-xcode/comment-page-1/#comment-2000</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 13 Jul 2009 19:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=142#comment-2000</guid>
		<description>This is nice.  I&#039;m just beginning to play with Cocoa and system prefs.   Any chance you have a tutorial how to put the auth lock on the pane so you can change some stuff as root?  =)</description>
		<content:encoded><![CDATA[<p>This is nice.  I&#8217;m just beginning to play with Cocoa and system prefs.   Any chance you have a tutorial how to put the auth lock on the pane so you can change some stuff as root?  =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

