<?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: iPhone Unit Testing with Ruby</title>
	<atom:link href="http://www.tobyjoe.com/2008/07/iphone-unit-testing-with-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tobyjoe.com/2008/07/iphone-unit-testing-with-ruby/</link>
	<description>Toby Joe Boudreaux on Tech, Creativity, UX, and All Things Digital</description>
	<lastBuildDate>Tue, 03 Aug 2010 23:00:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: DMac</title>
		<link>http://www.tobyjoe.com/2008/07/iphone-unit-testing-with-ruby/comment-page-1/#comment-99</link>
		<dc:creator>DMac</dc:creator>
		<pubDate>Unknown, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>&lt;p&gt;Hey TobyJoe,&lt;/p&gt;


	&lt;p&gt;Did Google Toolbox For Mac work for you?&lt;/p&gt;


	&lt;p&gt;I added a tutorial on how to set things up here:&lt;/p&gt;


	&lt;p&gt;http://code.google.com/p/google-toolbox-for-mac/wiki/iPhoneUnitTesting&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hey TobyJoe,</p>
<p>Did Google Toolbox For Mac work for you?</p>
<p>I added a tutorial on how to set things up here:</p>
<p><a href="http://code.google.com/p/google-toolbox-for-mac/wiki/iPhoneUnitTesting" rel="nofollow">http://code.google.com/p/google-toolbox-for-mac/wiki/iPhoneUnitTesting</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tobyjoe</title>
		<link>http://www.tobyjoe.com/2008/07/iphone-unit-testing-with-ruby/comment-page-1/#comment-100</link>
		<dc:creator>tobyjoe</dc:creator>
		<pubDate>Unknown, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>&lt;p&gt;Ha! Man, I was taking Dr. Nic&#8217;s suggestion and working on a tutorial ;)&lt;/p&gt;


	&lt;p&gt;Thanks!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Ha! Man, I was taking Dr. Nic&#8217;s suggestion and working on a tutorial ;)</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Pompeii</title>
		<link>http://www.tobyjoe.com/2008/07/iphone-unit-testing-with-ruby/comment-page-1/#comment-101</link>
		<dc:creator>Peter Pompeii</dc:creator>
		<pubDate>Unknown, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>&lt;p&gt;I can&#8217;t seem to get Google Toolbox For Mac working&#8230;seems to just hang and never exits the shell script.  Here&#8217;s a copy of the shell script:&lt;/p&gt;


	&lt;p&gt;export &lt;span class=&quot;caps&quot;&gt;DYLD&lt;/span&gt;_ROOT_PATH=&#8221;$SDKROOT&#8221;
export &lt;span class=&quot;caps&quot;&gt;DYLD&lt;/span&gt;_FRAMEWORK_PATH=&#8221;$CONFIGURATION_BUILD_DIR&#8221;
export &lt;span class=&quot;caps&quot;&gt;IPHONE&lt;/span&gt;_SIMULATOR_ROOT=&#8221;$SDKROOT&#8221;
export &lt;span class=&quot;caps&quot;&gt;CFFIXED&lt;/span&gt;_USER_HOME=&#8221;$USER_LIBRARY_DIR/Application Support/iPhone Simulator/User&#8221;&lt;/p&gt;


	&lt;p&gt;echo &#8220;export &lt;span class=&quot;caps&quot;&gt;DYLD&lt;/span&gt;_ROOT_PATH=$DYLD_ROOT_PATH&#8221;
echo &#8220;export &lt;span class=&quot;caps&quot;&gt;DYLD&lt;/span&gt;_FRAMEWORK_PATH=$DYLD_FRAMEWORK_PATH&#8221;
echo &#8220;export &lt;span class=&quot;caps&quot;&gt;IPHONE&lt;/span&gt;_SIMULATOR_ROOT=$IPHONE_SIMULATOR_ROOT&#8221;
echo &#8220;export &lt;span class=&quot;caps&quot;&gt;CFFIXED&lt;/span&gt;_USER_HOME=$CFFIXED_USER_HOME&#8221;&lt;/p&gt;


	&lt;p&gt;echo &#8220;Starting the build&#8221;
&#8221;$TARGET_BUILD_DIR/$EXECUTABLE_PATH&#8221; -RegisterForSystemEvents
exit 0&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I can&#8217;t seem to get Google Toolbox For Mac working&#8230;seems to just hang and never exits the shell script.  Here&#8217;s a copy of the shell script:</p>
<p>export <span class="caps">DYLD</span>_ROOT_PATH=&#8221;$SDKROOT&#8221;<br />
export <span class="caps">DYLD</span>_FRAMEWORK_PATH=&#8221;$CONFIGURATION_BUILD_DIR&#8221;<br />
export <span class="caps">IPHONE</span>_SIMULATOR_ROOT=&#8221;$SDKROOT&#8221;<br />
export <span class="caps">CFFIXED</span>_USER_HOME=&#8221;$USER_LIBRARY_DIR/Application Support/iPhone Simulator/User&#8221;</p>
<p>echo &#8220;export <span class="caps">DYLD</span>_ROOT_PATH=$DYLD_ROOT_PATH&#8221;<br />
echo &#8220;export <span class="caps">DYLD</span>_FRAMEWORK_PATH=$DYLD_FRAMEWORK_PATH&#8221;<br />
echo &#8220;export <span class="caps">IPHONE</span>_SIMULATOR_ROOT=$IPHONE_SIMULATOR_ROOT&#8221;<br />
echo &#8220;export <span class="caps">CFFIXED</span>_USER_HOME=$CFFIXED_USER_HOME&#8221;</p>
<p>echo &#8220;Starting the build&#8221;<br />
&#8221;$TARGET_BUILD_DIR/$EXECUTABLE_PATH&#8221; -RegisterForSystemEvents<br />
exit 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lukix</title>
		<link>http://www.tobyjoe.com/2008/07/iphone-unit-testing-with-ruby/comment-page-1/#comment-102</link>
		<dc:creator>lukix</dc:creator>
		<pubDate>Unknown, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>&lt;p&gt;I wish them luck. My iPhone is waiting :)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I wish them luck. My iPhone is waiting :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
