<?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>iQuit &#187; Search Results  &#187;  nslog</title>
	<atom:link href="http://blog.hawkey.org/?s=nslog&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.hawkey.org</link>
	<description>My experience in iPhone development and entrepreneurship, owning and operating Stormtap Studios.</description>
	<lastBuildDate>Wed, 18 Aug 2010 21:35:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Strip your NSLog()&#8217;s</title>
		<link>http://blog.hawkey.org/?p=117</link>
		<comments>http://blog.hawkey.org/?p=117#comments</comments>
		<pubDate>Thu, 09 Apr 2009 18:47:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone Development]]></category>

		<guid isPermaLink="false">http://blog.hawkey.org/?p=117</guid>
		<description><![CDATA[We stripped all the NSLog()&#8217;s out of our current app and the performance increase on the phone is very noticeable.  I recommend you use something like a preprocessor macro you can #ifdef out. If you&#8217;re having trouble figuring out where to set these preprocessor flags, do this: - Select &#8220;Edit active target &#8220;&#60;Your project name&#62;&#8221;" [...]]]></description>
			<content:encoded><![CDATA[<p>We stripped all the NSLog()&#8217;s out of our current app and the performance increase on the phone is very noticeable.  I recommend you use something like a <a href="http://stackoverflow.com/questions/300673/is-it-true-that-one-should-not-use-nslog-on-production-code/300783">preprocessor macro you can #ifdef out</a>.</p>
<p>If you&#8217;re having trouble figuring out where to set these preprocessor flags, do this:</p>
<p>- Select &#8220;Edit active target &#8220;&lt;Your project name&gt;&#8221;" from the Project menu.</p>
<p>- Set the configuration to the one you want it defined in.</p>
<p>- Scroll down till you see GCC 4.0 Preprocessing.</p>
<p>- Double click on &#8220;Preprocessor Macros&#8221;, add your stuff in there.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hawkey.org/?feed=rss2&amp;p=117</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
