<?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: Conditional Compilation for iPhone</title>
	<atom:link href="http://softwareblog.morlok.net/2009/06/17/conditional-compilation-for-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://softwareblog.morlok.net/2009/06/17/conditional-compilation-for-iphone/</link>
	<description></description>
	<lastBuildDate>Sat, 24 Dec 2011 10:34:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Warlock</title>
		<link>http://softwareblog.morlok.net/2009/06/17/conditional-compilation-for-iphone/comment-page-1/#comment-1446</link>
		<dc:creator>Warlock</dc:creator>
		<pubDate>Mon, 12 Apr 2010 22:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://softwareblog.morlok.net/?p=278#comment-1446</guid>
		<description>More info available on stack overflow:
http://stackoverflow.com/questions/146986/what-defines-are-setup-by-xcode-when-compiling-for-iphone

http://stackoverflow.com/questions/458304/how-can-i-programmatically-determine-if-my-app-is-running-in-the-iphone-simulator</description>
		<content:encoded><![CDATA[<p>More info available on stack overflow:<br />
<a href="http://stackoverflow.com/questions/146986/what-defines-are-setup-by-xcode-when-compiling-for-iphone" rel="nofollow">http://stackoverflow.com/questions/146986/what-defines-are-setup-by-xcode-when-compiling-for-iphone</a></p>
<p><a href="http://stackoverflow.com/questions/458304/how-can-i-programmatically-determine-if-my-app-is-running-in-the-iphone-simulator" rel="nofollow">http://stackoverflow.com/questions/458304/how-can-i-programmatically-determine-if-my-app-is-running-in-the-iphone-simulator</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warlock</title>
		<link>http://softwareblog.morlok.net/2009/06/17/conditional-compilation-for-iphone/comment-page-1/#comment-1439</link>
		<dc:creator>Warlock</dc:creator>
		<pubDate>Sun, 21 Feb 2010 22:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://softwareblog.morlok.net/?p=278#comment-1439</guid>
		<description>Thanks David!

I wasn&#039;t able to find a good reference to that back when I was looking.</description>
		<content:encoded><![CDATA[<p>Thanks David!</p>
<p>I wasn&#8217;t able to find a good reference to that back when I was looking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://softwareblog.morlok.net/2009/06/17/conditional-compilation-for-iphone/comment-page-1/#comment-1436</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 02 Feb 2010 21:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://softwareblog.morlok.net/?p=278#comment-1436</guid>
		<description>This is not the correct way to do this.  Use:
#if TARGET_OS_IPHONE
	#import 
#else
	#import 
#endif

TARGET_OS_MAC would be for Mac target.</description>
		<content:encoded><![CDATA[<p>This is not the correct way to do this.  Use:<br />
#if TARGET_OS_IPHONE<br />
	#import<br />
#else<br />
	#import<br />
#endif</p>
<p>TARGET_OS_MAC would be for Mac target.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

