<?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: Continuous Integration for iPhone/Xcode projects</title>
	<atom:link href="http://blog.jeffreyfredrick.com/2008/11/27/continuous-integration-for-iphonexcode-projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jeffreyfredrick.com/2008/11/27/continuous-integration-for-iphonexcode-projects/</link>
	<description>Big ideas start small.</description>
	<lastBuildDate>Wed, 14 Jul 2010 20:25:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jtf</title>
		<link>http://blog.jeffreyfredrick.com/2008/11/27/continuous-integration-for-iphonexcode-projects/comment-page-1/#comment-16414</link>
		<dc:creator>Jtf</dc:creator>
		<pubDate>Fri, 09 Jul 2010 12:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffreyfredrick.com/?p=50#comment-16414</guid>
		<description>Hi Matt,

Yep, you got it.

Jtf</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>Yep, you got it.</p>
<p>Jtf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Burke</title>
		<link>http://blog.jeffreyfredrick.com/2008/11/27/continuous-integration-for-iphonexcode-projects/comment-page-1/#comment-16405</link>
		<dc:creator>Matt Burke</dc:creator>
		<pubDate>Thu, 08 Jul 2010 23:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffreyfredrick.com/?p=50#comment-16405</guid>
		<description>This should be obvious, and I&#039;ve looked at the source, but just to verify:  neither the svn element in the modification set nor the xcode builder actually update the working copy.

I assume that typically with the ant builder, the build script has a target to update the working copy.  So in this case we would need to add another step.  I was thinking of using a compound builder to first have an exec task do the repository update, then run the xcode builder. 

Is that more or less correct?

Thanks.</description>
		<content:encoded><![CDATA[<p>This should be obvious, and I&#8217;ve looked at the source, but just to verify:  neither the svn element in the modification set nor the xcode builder actually update the working copy.</p>
<p>I assume that typically with the ant builder, the build script has a target to update the working copy.  So in this case we would need to add another step.  I was thinking of using a compound builder to first have an exec task do the repository update, then run the xcode builder. </p>
<p>Is that more or less correct?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agile Development Notes on iPhone Development @ GQAdonis</title>
		<link>http://blog.jeffreyfredrick.com/2008/11/27/continuous-integration-for-iphonexcode-projects/comment-page-1/#comment-10778</link>
		<dc:creator>Agile Development Notes on iPhone Development @ GQAdonis</dc:creator>
		<pubDate>Mon, 30 Nov 2009 00:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffreyfredrick.com/?p=50#comment-10778</guid>
		<description>[...] not found a lot on how to do continuous integration in iPhone development, but I did come across one interesting article by Jeffrey Fredrick that explained how to use Cruise Control on Xcode [...]</description>
		<content:encoded><![CDATA[<p>[...] not found a lot on how to do continuous integration in iPhone development, but I did come across one interesting article by Jeffrey Fredrick that explained how to use Cruise Control on Xcode [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jtf</title>
		<link>http://blog.jeffreyfredrick.com/2008/11/27/continuous-integration-for-iphonexcode-projects/comment-page-1/#comment-3394</link>
		<dc:creator>Jtf</dc:creator>
		<pubDate>Thu, 30 Apr 2009 22:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffreyfredrick.com/?p=50#comment-3394</guid>
		<description>No, the Xcode builder isn&#039;t passing any environment variables, though I agree it would be a good idea. Patches gratefully accepted.  :)

I don&#039;t know if it helps in your case but it will do property substitution with the command-line, so if there was some way to pass a value through xcodebuild on the command-line that would work.</description>
		<content:encoded><![CDATA[<p>No, the Xcode builder isn&#8217;t passing any environment variables, though I agree it would be a good idea. Patches gratefully accepted.  :)</p>
<p>I don&#8217;t know if it helps in your case but it will do property substitution with the command-line, so if there was some way to pass a value through xcodebuild on the command-line that would work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Boehle</title>
		<link>http://blog.jeffreyfredrick.com/2008/11/27/continuous-integration-for-iphonexcode-projects/comment-page-1/#comment-3391</link>
		<dc:creator>Jason Boehle</dc:creator>
		<pubDate>Thu, 30 Apr 2009 21:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffreyfredrick.com/?p=50#comment-3391</guid>
		<description>Does the Xcode builder pass on the standard CC builder properties to Xcode as env vars?  If not, it should.  In particular, I want ${svnrevision}, so my pre-build script in my Xcode project can use it to update the version #.</description>
		<content:encoded><![CDATA[<p>Does the Xcode builder pass on the standard CC builder properties to Xcode as env vars?  If not, it should.  In particular, I want ${svnrevision}, so my pre-build script in my Xcode project can use it to update the version #.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jtf</title>
		<link>http://blog.jeffreyfredrick.com/2008/11/27/continuous-integration-for-iphonexcode-projects/comment-page-1/#comment-2183</link>
		<dc:creator>Jtf</dc:creator>
		<pubDate>Sun, 15 Mar 2009 05:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffreyfredrick.com/?p=50#comment-2183</guid>
		<description>Thanks for pointing out the bug. As I mentioned on the CC mailing list I&#039;ve fixed it and you can get the source now and build it locally or just wait until 2.8.3 is released.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing out the bug. As I mentioned on the CC mailing list I&#8217;ve fixed it and you can get the source now and build it locally or just wait until 2.8.3 is released.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IntarTech</title>
		<link>http://blog.jeffreyfredrick.com/2008/11/27/continuous-integration-for-iphonexcode-projects/comment-page-1/#comment-2181</link>
		<dc:creator>IntarTech</dc:creator>
		<pubDate>Sat, 14 Mar 2009 16:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffreyfredrick.com/?p=50#comment-2181</guid>
		<description>Just set up CC for the first time, so I could try your Xcode support.

I have added 3 of my projects to the config.xml, but am finding that the &#039;xcodebuild.cc.output&#039; file is not getting written into the folder specified by the &#039;directory&#039; setting for each project.

In fact, each project appears to have the cc.output file written out to the folder of the FIRST project that CC built when launching it. This results in a failure at the end of builds, where the cc.output file can&#039;t be found (it attempts to find it in the project folder but it&#039;s actually in another project&#039;s folder).

Has anyone else reported this to you? I will find and sign up for the appropriate mailing list and post there, but I just thought I&#039;d leave feedback here in case that&#039;s helpful.

Kind Regards.</description>
		<content:encoded><![CDATA[<p>Just set up CC for the first time, so I could try your Xcode support.</p>
<p>I have added 3 of my projects to the config.xml, but am finding that the &#8216;xcodebuild.cc.output&#8217; file is not getting written into the folder specified by the &#8216;directory&#8217; setting for each project.</p>
<p>In fact, each project appears to have the cc.output file written out to the folder of the FIRST project that CC built when launching it. This results in a failure at the end of builds, where the cc.output file can&#8217;t be found (it attempts to find it in the project folder but it&#8217;s actually in another project&#8217;s folder).</p>
<p>Has anyone else reported this to you? I will find and sign up for the appropriate mailing list and post there, but I just thought I&#8217;d leave feedback here in case that&#8217;s helpful.</p>
<p>Kind Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhone Unit Testing Toolkit at Carbon Five Community</title>
		<link>http://blog.jeffreyfredrick.com/2008/11/27/continuous-integration-for-iphonexcode-projects/comment-page-1/#comment-1916</link>
		<dc:creator>iPhone Unit Testing Toolkit at Carbon Five Community</dc:creator>
		<pubDate>Fri, 13 Feb 2009 21:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffreyfredrick.com/?p=50#comment-1916</guid>
		<description>[...] is now a recently released Xcode builder for CruiseControl. However, we use Bamboo for CI for our Java and Ruby projects and are considering moving to [...]</description>
		<content:encoded><![CDATA[<p>[...] is now a recently released Xcode builder for CruiseControl. However, we use Bamboo for CI for our Java and Ruby projects and are considering moving to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jtf</title>
		<link>http://blog.jeffreyfredrick.com/2008/11/27/continuous-integration-for-iphonexcode-projects/comment-page-1/#comment-1576</link>
		<dc:creator>Jtf</dc:creator>
		<pubDate>Tue, 13 Jan 2009 06:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffreyfredrick.com/?p=50#comment-1576</guid>
		<description>The new release is out and you can &lt;a href=&quot;http://cruisecontrol.sourceforge.net/download.html&quot; rel=&quot;nofollow&quot;&gt;download it now&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>The new release is out and you can <a href="http://cruisecontrol.sourceforge.net/download.html" rel="nofollow">download it now</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jtf</title>
		<link>http://blog.jeffreyfredrick.com/2008/11/27/continuous-integration-for-iphonexcode-projects/comment-page-1/#comment-1545</link>
		<dc:creator>Jtf</dc:creator>
		<pubDate>Wed, 07 Jan 2009 06:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffreyfredrick.com/?p=50#comment-1545</guid>
		<description>I&#039;m hoping to have the next CC release out by this weekend. Would have been out already if I hadn&#039;t been delayed by hardware problems.

But on the good side, Time Capsule works!  ;)</description>
		<content:encoded><![CDATA[<p>I&#8217;m hoping to have the next CC release out by this weekend. Would have been out already if I hadn&#8217;t been delayed by hardware problems.</p>
<p>But on the good side, Time Capsule works!  ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
