<?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: Some Clarifications Regarding the iPhone 3.0 OS &amp; SDK</title>
	<atom:link href="http://cbg.me/2009/03/some-clarifications-regarding-the-iphone-30-os-sdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://cbg.me/2009/03/some-clarifications-regarding-the-iphone-30-os-sdk/</link>
	<description></description>
	<lastBuildDate>Tue, 08 Jun 2010 21:51:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Roger Nolan</title>
		<link>http://cbg.me/2009/03/some-clarifications-regarding-the-iphone-30-os-sdk/comment-page-1/#comment-43</link>
		<dc:creator>Roger Nolan</dc:creator>
		<pubDate>Fri, 27 Mar 2009 06:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://cbg.me/?p=167#comment-43</guid>
		<description>you need to do a binary compare - particularly of the CODE sections but also all the resources etc. to see if the actual code they are producing is the same output, not just if they refer to the SDK. I&#039;d be worried about bug in the compiler etc. You need to be sure that the executable produced by running a 2.2 build in the 3.0 SDK is the same as building a 2.2 build from the 2.2 SDK.

It would be interesting to understand what Apple are changing but, from a SW dev process, again, I&#039;m not sure it&#039;s worth the risk and effort.</description>
		<content:encoded><![CDATA[<p>you need to do a binary compare &#8211; particularly of the CODE sections but also all the resources etc. to see if the actual code they are producing is the same output, not just if they refer to the SDK. I&#8217;d be worried about bug in the compiler etc. You need to be sure that the executable produced by running a 2.2 build in the 3.0 SDK is the same as building a 2.2 build from the 2.2 SDK.</p>
<p>It would be interesting to understand what Apple are changing but, from a SW dev process, again, I&#8217;m not sure it&#8217;s worth the risk and effort.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cbg</title>
		<link>http://cbg.me/2009/03/some-clarifications-regarding-the-iphone-30-os-sdk/comment-page-1/#comment-42</link>
		<dc:creator>cbg</dc:creator>
		<pubDate>Fri, 27 Mar 2009 00:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://cbg.me/?p=167#comment-42</guid>
		<description>A quick update: manual inspection of the ARM executable produced by Xcode reveals no reference to the 3.0 SDK. There are, however, references to the 2.0 SDK, which I built my application against.</description>
		<content:encoded><![CDATA[<p>A quick update: manual inspection of the ARM executable produced by Xcode reveals no reference to the 3.0 SDK. There are, however, references to the 2.0 SDK, which I built my application against.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cbg</title>
		<link>http://cbg.me/2009/03/some-clarifications-regarding-the-iphone-30-os-sdk/comment-page-1/#comment-41</link>
		<dc:creator>cbg</dc:creator>
		<pubDate>Thu, 26 Mar 2009 23:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://cbg.me/?p=167#comment-41</guid>
		<description>Actually I don&#039;t, not yet anyway, but it certainly sounds intriguing.</description>
		<content:encoded><![CDATA[<p>Actually I don&#8217;t, not yet anyway, but it certainly sounds intriguing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Nolan</title>
		<link>http://cbg.me/2009/03/some-clarifications-regarding-the-iphone-30-os-sdk/comment-page-1/#comment-40</link>
		<dc:creator>Roger Nolan</dc:creator>
		<pubDate>Thu, 26 Mar 2009 23:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://cbg.me/?p=167#comment-40</guid>
		<description>...with the 3.0 beta tools. It&#039;s trivially possible but not worth the risk. In my view anyway - you are of course welcome to - or maybe you know more about the compiler, linker, code signing, PNG compression etc tools in the 3.0 SDK. If you do, that would make a more intersting post to your blog.</description>
		<content:encoded><![CDATA[<p>&#8230;with the 3.0 beta tools. It&#8217;s trivially possible but not worth the risk. In my view anyway &#8211; you are of course welcome to &#8211; or maybe you know more about the compiler, linker, code signing, PNG compression etc tools in the 3.0 SDK. If you do, that would make a more intersting post to your blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cbg</title>
		<link>http://cbg.me/2009/03/some-clarifications-regarding-the-iphone-30-os-sdk/comment-page-1/#comment-39</link>
		<dc:creator>cbg</dc:creator>
		<pubDate>Thu, 26 Mar 2009 21:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://cbg.me/?p=167#comment-39</guid>
		<description>If you pick the 2.x SDK in the project settings, you *should* be building with the 2.x SDK, not 3.0.</description>
		<content:encoded><![CDATA[<p>If you pick the 2.x SDK in the project settings, you *should* be building with the 2.x SDK, not 3.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Nolan</title>
		<link>http://cbg.me/2009/03/some-clarifications-regarding-the-iphone-30-os-sdk/comment-page-1/#comment-38</link>
		<dc:creator>Roger Nolan</dc:creator>
		<pubDate>Thu, 26 Mar 2009 21:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://cbg.me/?p=167#comment-38</guid>
		<description>Thanks for the comment on SO. I think you&#039;re confusing what is possible and what is wise.

Of course you can build 2.x apps with the 3.0 SDK but, it is a beta dev kit and, Apple explicitly advise you not to do this.

Far safer to heed their advice, install two SDKs and build with a release SDK for release code and a beta SDK for internal testing.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment on SO. I think you&#8217;re confusing what is possible and what is wise.</p>
<p>Of course you can build 2.x apps with the 3.0 SDK but, it is a beta dev kit and, Apple explicitly advise you not to do this.</p>
<p>Far safer to heed their advice, install two SDKs and build with a release SDK for release code and a beta SDK for internal testing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
