<?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>SimplyGold</title>
	<atom:link href="http://nikhedonia.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nikhedonia.com</link>
	<description></description>
	<lastBuildDate>Sun, 09 Oct 2011 20:36:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Xcode development from non-admin user</title>
		<link>http://nikhedonia.com/xcode-development-from-non-admin-user/</link>
		<comments>http://nikhedonia.com/xcode-development-from-non-admin-user/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 20:29:51 +0000</pubDate>
		<dc:creator>simplygold</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://nikhedonia.com/?p=26</guid>
		<description><![CDATA[When you run an Xcode project from a standard (i.e., non-admin) user, you might be asked to enter credentials of a user in the &#8220;Developer Tools group.&#8221; You can fix this by adding the (current) user to the group: sudo dscl . append /Groups/_developer GroupMembership &#60;current user's username&#62; You can learn more about dscl (Directory [...]]]></description>
			<content:encoded><![CDATA[<p>When you run an Xcode project from a standard (i.e., non-admin) user, you might be asked to enter credentials of a user in the &#8220;Developer Tools group.&#8221;</p>
<p>You can fix this by adding the (current) user to the group:</p>
<pre><code>sudo dscl . append /Groups/_developer GroupMembership &lt;current user's username&gt;
</code></pre>
<p>You can learn more about <a href="http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man1/dscl.1.html">dscl (Directory Service command line utility) here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nikhedonia.com/xcode-development-from-non-admin-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking the download progress of your Mac App Store purchase</title>
		<link>http://nikhedonia.com/checking-the-download-progress-of-your-mac-app-store-purchase/</link>
		<comments>http://nikhedonia.com/checking-the-download-progress-of-your-mac-app-store-purchase/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 00:55:24 +0000</pubDate>
		<dc:creator>simplygold</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://nikhedonia.com/?p=13</guid>
		<description><![CDATA[When you purchase something from the Mac App Store, you&#8217;ll see a little icon in your dock, but that doesn&#8217;t show you the percentage of progress. The icon is small, and the progress bar seems to remain blank for a long time for bigger downloads. You can get a better idea of the app&#8217;s progress [...]]]></description>
			<content:encoded><![CDATA[<p>When you purchase something from the Mac App Store, you&#8217;ll see a little icon in your dock, but that doesn&#8217;t show you the percentage of progress. The icon is small, and the progress bar seems to remain blank for a long time for bigger downloads.</p>
<p>You can get a better idea of the app&#8217;s progress in the App Store, itself, by going to the &#8220;Purchased&#8221; page:</p>
<p><img src="http://nikhedonia.com/wp-content/uploads/2011/10/mac_app_store_app_progress.png" alt="Mac App Store Progress" /></p>
]]></content:encoded>
			<wfw:commentRss>http://nikhedonia.com/checking-the-download-progress-of-your-mac-app-store-purchase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

