<?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: XCode templates for iPhone static libraries with unit testing</title>
	<atom:link href="http://www.codingventures.com/2009/04/xcode-templates-for-iphone-static-libraries-with-unit-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codingventures.com/2009/04/xcode-templates-for-iphone-static-libraries-with-unit-testing/</link>
	<description>Kerem Karatal’s musings on code, technology and more…</description>
	<lastBuildDate>Mon, 12 Jul 2010 07:42:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marco Sandrini</title>
		<link>http://www.codingventures.com/2009/04/xcode-templates-for-iphone-static-libraries-with-unit-testing/comment-page-1/#comment-175</link>
		<dc:creator>Marco Sandrini</dc:creator>
		<pubDate>Wed, 07 Apr 2010 21:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=85#comment-175</guid>
		<description>&lt;p&gt;Just a quick note for XCode 3.x: the folder in which the ProjectTemplate contents actually is:&lt;/p&gt;

&lt;p&gt;~/Library/Application Support/Developer/Shared/Xcode/Project Templates/Application/The Name of the Template&lt;/p&gt;

&lt;p&gt;(notice the extra Application directory right after the Project Templates portion of the path.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just a quick note for XCode 3.x: the folder in which the ProjectTemplate contents actually is:</p>

<p>~/Library/Application Support/Developer/Shared/Xcode/Project Templates/Application/The Name of the Template</p>

<p>(notice the extra Application directory right after the Project Templates portion of the path.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.codingventures.com/2009/04/xcode-templates-for-iphone-static-libraries-with-unit-testing/comment-page-1/#comment-103</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 19 Jul 2009 21:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=85#comment-103</guid>
		<description>&lt;p&gt;I understand the &quot;Home&quot; sign(&quot;~&quot;) well enough.  :)  I did move the templates into  ~/Library/.../Xcode  to keep things in line with the other applications that I have and I reset the links.  Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I understand the &#8220;Home&#8221; sign(&#8220;~&#8221;) well enough.  <img src='http://www.codingventures.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I did move the templates into  ~/Library/&#8230;/Xcode  to keep things in line with the other applications that I have and I reset the links.  Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: keremk</title>
		<link>http://www.codingventures.com/2009/04/xcode-templates-for-iphone-static-libraries-with-unit-testing/comment-page-1/#comment-102</link>
		<dc:creator>keremk</dc:creator>
		<pubDate>Sun, 19 Jul 2009 14:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=85#comment-102</guid>
		<description>&lt;p&gt;Your own templates should be stored in the &quot;~/Library...&quot; folder not the &quot;/Library...&quot; folder. Notice the trailing &quot;Home&quot; sign (&quot;~&quot;). Basically anything that is user specific would go into the &quot;~&quot; path. The systemwide &quot;/Library..&quot; path is managed by the XCode installation or things that you need to install systemwide.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Your own templates should be stored in the &#8220;~/Library&#8230;&#8221; folder not the &#8220;/Library&#8230;&#8221; folder. Notice the trailing &#8220;Home&#8221; sign (&#8220;~&#8221;). Basically anything that is user specific would go into the &#8220;~&#8221; path. The systemwide &#8220;/Library..&#8221; path is managed by the XCode installation or things that you need to install systemwide.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.codingventures.com/2009/04/xcode-templates-for-iphone-static-libraries-with-unit-testing/comment-page-1/#comment-101</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 18 Jul 2009 20:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=85#comment-101</guid>
		<description>&lt;p&gt;I had a problem trying to create the folders &quot;Project Templates&quot; and &quot;User Templates&quot;.  Trying to add the files under /Library/Application Support/Apple/Developer Tools/File Templates didn&#039;t work for me.&lt;/p&gt;

&lt;p&gt;Actually the &quot;Project Templates&quot; folder already existed. But I could only add &quot;Smart Folders&quot; under ../Shared/Xcode using Finder.  I didn&#039;t want to create a Smart Folder, so popped up a terminal to look and see what was up.  Inside the /Library/Application Support/Developer/Shared/Xcode/Project Templates folder, there was a folder named MacFuse.  I had installed MacFuse a while back.  Well the MacFuse folder was symbolic link pointing to where the MacFuse templates resided.  I put your project template in a separate folder on my machine and then created a symbolic link to it under the Project Templates folder.  I then created a File Templates folder under the above mentioned Xcode folder.  I put your file template in a separate folder on my machine and then created a symbolic link to it under the File Templates folder that I just created.&lt;/p&gt;

&lt;p&gt;When I brought up Xcode, the project template (in MyProjectTemplates) was now there under User Templates.&lt;/p&gt;

&lt;p&gt;Note:&lt;/p&gt;

&lt;p&gt;While I was in /Library/Application Support/Developer/Shared/Xcode/Project Templates&lt;/p&gt;

&lt;p&gt;I created the link with:&lt;/p&gt;

&lt;p&gt;ln -s &#039;/My iPhone Stuff/My Project Templates&#039; ./MyProjectTemplates&lt;/p&gt;

&lt;p&gt;While I was in /Library/Application Support/Developer/Shared/Xcode/File Templates&lt;/p&gt;

&lt;p&gt;I created the link with:&lt;/p&gt;

&lt;p&gt;ln -s &#039;/My iPhone Stuff/My File Templates&#039; ./MyFileTemplates&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I had a problem trying to create the folders &#8220;Project Templates&#8221; and &#8220;User Templates&#8221;.  Trying to add the files under /Library/Application Support/Apple/Developer Tools/File Templates didn&#8217;t work for me.</p>

<p>Actually the &#8220;Project Templates&#8221; folder already existed. But I could only add &#8220;Smart Folders&#8221; under ../Shared/Xcode using Finder.  I didn&#8217;t want to create a Smart Folder, so popped up a terminal to look and see what was up.  Inside the /Library/Application Support/Developer/Shared/Xcode/Project Templates folder, there was a folder named MacFuse.  I had installed MacFuse a while back.  Well the MacFuse folder was symbolic link pointing to where the MacFuse templates resided.  I put your project template in a separate folder on my machine and then created a symbolic link to it under the Project Templates folder.  I then created a File Templates folder under the above mentioned Xcode folder.  I put your file template in a separate folder on my machine and then created a symbolic link to it under the File Templates folder that I just created.</p>

<p>When I brought up Xcode, the project template (in MyProjectTemplates) was now there under User Templates.</p>

<p>Note:</p>

<p>While I was in /Library/Application Support/Developer/Shared/Xcode/Project Templates</p>

<p>I created the link with:</p>

<p>ln -s &#8216;/My iPhone Stuff/My Project Templates&#8217; ./MyProjectTemplates</p>

<p>While I was in /Library/Application Support/Developer/Shared/Xcode/File Templates</p>

<p>I created the link with:</p>

<p>ln -s &#8216;/My iPhone Stuff/My File Templates&#8217; ./MyFileTemplates</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mikko Lehtinen</title>
		<link>http://www.codingventures.com/2009/04/xcode-templates-for-iphone-static-libraries-with-unit-testing/comment-page-1/#comment-100</link>
		<dc:creator>Mikko Lehtinen</dc:creator>
		<pubDate>Tue, 14 Jul 2009 11:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=85#comment-100</guid>
		<description>&lt;p&gt;Nice! I had to add the files under /Library/Application Support/Apple/Developer Tools/File Templates to make them visible under XCode.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice! I had to add the files under /Library/Application Support/Apple/Developer Tools/File Templates to make them visible under XCode.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Chapman</title>
		<link>http://www.codingventures.com/2009/04/xcode-templates-for-iphone-static-libraries-with-unit-testing/comment-page-1/#comment-98</link>
		<dc:creator>Marc Chapman</dc:creator>
		<pubDate>Tue, 07 Jul 2009 03:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=85#comment-98</guid>
		<description>&lt;p&gt;Do these work for the 3.0 SDK?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Do these work for the 3.0 SDK?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Unit testing on the iPhone and the Simulator &#124; Julian Rex</title>
		<link>http://www.codingventures.com/2009/04/xcode-templates-for-iphone-static-libraries-with-unit-testing/comment-page-1/#comment-96</link>
		<dc:creator>Unit testing on the iPhone and the Simulator &#124; Julian Rex</dc:creator>
		<pubDate>Mon, 29 Jun 2009 03:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=85#comment-96</guid>
		<description>&lt;p&gt;[...] approach), it still runs UI-less, which most of the time is fine. Approaches such as using OCMock look great, but at the time I wanted to see if I could get unit testing running on the simulator with [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] approach), it still runs UI-less, which most of the time is fine. Approaches such as using OCMock look great, but at the time I wanted to see if I could get unit testing running on the simulator with [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ForkBender.com &#187; Blog Archive &#187; links for 2009-04-23</title>
		<link>http://www.codingventures.com/2009/04/xcode-templates-for-iphone-static-libraries-with-unit-testing/comment-page-1/#comment-71</link>
		<dc:creator>ForkBender.com &#187; Blog Archive &#187; links for 2009-04-23</dc:creator>
		<pubDate>Thu, 23 Apr 2009 23:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=85#comment-71</guid>
		<description>&lt;p&gt;[...] XCode templates for iPhone static libraries with unit testing &#124; Coding Ventures Excellent article on making it easier to set up static libraries for unit testing. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] XCode templates for iPhone static libraries with unit testing | Coding Ventures Excellent article on making it easier to set up static libraries for unit testing. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: iPhoneKicks.com</title>
		<link>http://www.codingventures.com/2009/04/xcode-templates-for-iphone-static-libraries-with-unit-testing/comment-page-1/#comment-67</link>
		<dc:creator>iPhoneKicks.com</dc:creator>
		<pubDate>Mon, 20 Apr 2009 08:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=85#comment-67</guid>
		<description>&lt;p&gt;&lt;strong&gt;XCode templates for iPhone static libraries with unit testing...&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You&#039;ve been kicked (a good thing) - Trackback from iPhoneKicks.com - iPhone SDK links, community driven...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>XCode templates for iPhone static libraries with unit testing&#8230;</strong></p>

<p>You&#8217;ve been kicked (a good thing) &#8211; Trackback from iPhoneKicks.com &#8211; iPhone SDK links, community driven&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: This Week In iPhone News - April 17/2009</title>
		<link>http://www.codingventures.com/2009/04/xcode-templates-for-iphone-static-libraries-with-unit-testing/comment-page-1/#comment-64</link>
		<dc:creator>This Week In iPhone News - April 17/2009</dc:creator>
		<pubDate>Fri, 17 Apr 2009 18:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=85#comment-64</guid>
		<description>&lt;p&gt;[...] Xcode templates for iPhone Static Libraries with Unit Testing This could be a real aid in helping to automate the setup of your Xcode projects with regards to unit testing. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Xcode templates for iPhone Static Libraries with Unit Testing This could be a real aid in helping to automate the setup of your Xcode projects with regards to unit testing. [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>
