<?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 for Core Fruition</title>
	<atom:link href="http://www.fruitstandsoftware.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fruitstandsoftware.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 17 Jan 2010 17:14:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Indie+Relief by Justin Williams</title>
		<link>http://www.fruitstandsoftware.com/blog/2010/01/indierelief/comment-page-1/#comment-260</link>
		<dc:creator>Justin Williams</dc:creator>
		<pubDate>Sun, 17 Jan 2010 17:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.fruitstandsoftware.com/blog/?p=457#comment-260</guid>
		<description>Thanks for the plug AND for participating.  Mac people are awesome.</description>
		<content:encoded><![CDATA[<p>Thanks for the plug AND for participating.  Mac people are awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UIView Manipulation Made Easier with a Category by Michael</title>
		<link>http://www.fruitstandsoftware.com/blog/2009/07/uiview-manipulation-made-easier-with-a-category/comment-page-1/#comment-259</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 15 Jan 2010 15:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://fruitstandsoftware.com/blog/?p=345#comment-259</guid>
		<description>You&#039;re very welcome!</description>
		<content:encoded><![CDATA[<p>You&#8217;re very welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UIView Manipulation Made Easier with a Category by foz</title>
		<link>http://www.fruitstandsoftware.com/blog/2009/07/uiview-manipulation-made-easier-with-a-category/comment-page-1/#comment-257</link>
		<dc:creator>foz</dc:creator>
		<pubDate>Sun, 10 Jan 2010 02:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://fruitstandsoftware.com/blog/?p=345#comment-257</guid>
		<description>Perhaps you were inspired by WWDC 2009 session 128 (prototyping for iPhone)... I&#039;ve been looking for that particular code for a while with no luck, and the presenter didn&#039;t scroll through the whole .m file in his demo. However, what you put together works perfectly and I was able to go through the whole prototyping process easily because of this post - thanks!! :)</description>
		<content:encoded><![CDATA[<p>Perhaps you were inspired by WWDC 2009 session 128 (prototyping for iPhone)&#8230; I&#8217;ve been looking for that particular code for a while with no luck, and the presenter didn&#8217;t scroll through the whole .m file in his demo. However, what you put together works perfectly and I was able to go through the whole prototyping process easily because of this post &#8211; thanks!! <img src='http://www.fruitstandsoftware.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Drawing Using drawRect, Part 1 by Scott</title>
		<link>http://www.fruitstandsoftware.com/blog/2009/12/custom-drawing-using-drawrect-part-1/comment-page-1/#comment-248</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sat, 19 Dec 2009 15:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://fruitstandsoftware.com/blog/?p=437#comment-248</guid>
		<description>You should mention that the object you&#039;re actually setting when you send messages such as [[NSColor blueColor] set]; is the NSGraphicsContext.  This was a major point of confusion for me.</description>
		<content:encoded><![CDATA[<p>You should mention that the object you&#8217;re actually setting when you send messages such as [[NSColor blueColor] set]; is the NSGraphicsContext.  This was a major point of confusion for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding Memory Leaks With The LLVM/Clang Static Analyzer by Michael</title>
		<link>http://www.fruitstandsoftware.com/blog/2008/08/finding-memory-leaks-with-the-llvmclang-static-analyzer/comment-page-1/#comment-45</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 14 Dec 2009 14:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://fruitstandsoftware.com/blog/?p=15#comment-45</guid>
		<description>Brett,

I&#039;m afraid that I&#039;m in the dark on this one too, hopefully someone else will have some more knowledge.  What version of OS X are you running?  If you are using Snow Leopard the static analyzer tool is now built into Xcode, so that may fix/bypass your problem completely.

Here&#039;s a link: http://developer.apple.com/mac/library/featuredarticles/StaticAnalysis/index.html

Best,
     Michael</description>
		<content:encoded><![CDATA[<p>Brett,</p>
<p>I&#8217;m afraid that I&#8217;m in the dark on this one too, hopefully someone else will have some more knowledge.  What version of OS X are you running?  If you are using Snow Leopard the static analyzer tool is now built into Xcode, so that may fix/bypass your problem completely.</p>
<p>Here&#8217;s a link: <a href="http://developer.apple.com/mac/library/featuredarticles/StaticAnalysis/index.html" rel="nofollow">http://developer.apple.com/mac/library/featuredarticles/StaticAnalysis/index.html</a></p>
<p>Best,<br />
     Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding Memory Leaks With The LLVM/Clang Static Analyzer by Brett</title>
		<link>http://www.fruitstandsoftware.com/blog/2008/08/finding-memory-leaks-with-the-llvmclang-static-analyzer/comment-page-1/#comment-44</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Sun, 13 Dec 2009 17:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://fruitstandsoftware.com/blog/?p=15#comment-44</guid>
		<description>I forgot to mention the command I am using is

scan-build -k -V xcodebuild -sdk iphonesimulator3.1 -configuration Debug</description>
		<content:encoded><![CDATA[<p>I forgot to mention the command I am using is</p>
<p>scan-build -k -V xcodebuild -sdk iphonesimulator3.1 -configuration Debug</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding Memory Leaks With The LLVM/Clang Static Analyzer by Brett</title>
		<link>http://www.fruitstandsoftware.com/blog/2008/08/finding-memory-leaks-with-the-llvmclang-static-analyzer/comment-page-1/#comment-43</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Sun, 13 Dec 2009 17:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://fruitstandsoftware.com/blog/?p=15#comment-43</guid>
		<description>I am also having the &quot;scan-build: Removing directory because it contains no reports.&quot; problem.  I have tried changing the project properties to &quot;iphone simulator 3.1&quot; and &quot;no code signing&quot;.  I have moved the binaries to /usr/local/bin.  I did a clean in Xcode.  I&#039;ve tried &quot;–use-cc=/usr/bin/gcc-4.2&quot; (this created another error about an invalid base, and I noticed that /usr/bin/gcc was already pointing to /usr/bin/gcc-4.2).  I am using version 2.31.  I am not seeing any errors related to SSE in the console.  Any other suggestions?</description>
		<content:encoded><![CDATA[<p>I am also having the &#8220;scan-build: Removing directory because it contains no reports.&#8221; problem.  I have tried changing the project properties to &#8220;iphone simulator 3.1&#8243; and &#8220;no code signing&#8221;.  I have moved the binaries to /usr/local/bin.  I did a clean in Xcode.  I&#8217;ve tried &#8220;–use-cc=/usr/bin/gcc-4.2&#8243; (this created another error about an invalid base, and I noticed that /usr/bin/gcc was already pointing to /usr/bin/gcc-4.2).  I am using version 2.31.  I am not seeing any errors related to SSE in the console.  Any other suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bypassing the Trouble Caused by Updating an iPhone App Provisioning Profile by Jimmy</title>
		<link>http://www.fruitstandsoftware.com/blog/2009/06/bypassing-the-trouble-caused-by-updating-an-iphone-app-provisioning-profile/comment-page-1/#comment-214</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Mon, 02 Nov 2009 00:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://fruitstandsoftware.com/blog/?p=244#comment-214</guid>
		<description>I was also having this problem and I had the PROVISIONING_PROFILE duplicated in project.pbxproj.  I found the easiest method was just to delete the existing configuration I had called &quot;Release Ad-Hoc&quot; and then recreate it.  This was easier than manually editing the project.pbxproj.</description>
		<content:encoded><![CDATA[<p>I was also having this problem and I had the PROVISIONING_PROFILE duplicated in project.pbxproj.  I found the easiest method was just to delete the existing configuration I had called &#8220;Release Ad-Hoc&#8221; and then recreate it.  This was easier than manually editing the project.pbxproj.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UIView Manipulation Made Easier with a Category by THRESHE</title>
		<link>http://www.fruitstandsoftware.com/blog/2009/07/uiview-manipulation-made-easier-with-a-category/comment-page-1/#comment-231</link>
		<dc:creator>THRESHE</dc:creator>
		<pubDate>Fri, 23 Oct 2009 12:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://fruitstandsoftware.com/blog/?p=345#comment-231</guid>
		<description>Thanks for the category! I wanted to write it myself because I&#039;ve really missed those useful methods when I switched form Qt to Cocoa. But then I decided to do a search and here it is already done for me.
Thanks a lot :)</description>
		<content:encoded><![CDATA[<p>Thanks for the category! I wanted to write it myself because I&#8217;ve really missed those useful methods when I switched form Qt to Cocoa. But then I decided to do a search and here it is already done for me.<br />
Thanks a lot <img src='http://www.fruitstandsoftware.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sportsbook 1.0 Available Now on the App Store by Ray Wenderlich</title>
		<link>http://www.fruitstandsoftware.com/blog/2009/10/sportsbook-1-0-available-now-on-the-app-store/comment-page-1/#comment-243</link>
		<dc:creator>Ray Wenderlich</dc:creator>
		<pubDate>Thu, 22 Oct 2009 14:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://fruitstandsoftware.com/blog/?p=364#comment-243</guid>
		<description>Congrats on your first app!  Hope it does well!</description>
		<content:encoded><![CDATA[<p>Congrats on your first app!  Hope it does well!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
