<?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: How to rename project in Xcode 3.x</title>
	<atom:link href="http://aplus.rs/programming/how-to-rename-project-in-xcode-3x/feed/" rel="self" type="application/rss+xml" />
	<link>http://aplus.rs/programming/how-to-rename-project-in-xcode-3x/</link>
	<description>aplus.rs</description>
	<lastBuildDate>Mon, 30 Jan 2012 18:38:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dave DeGroote</title>
		<link>http://aplus.rs/programming/how-to-rename-project-in-xcode-3x/comment-page-1/#comment-198446</link>
		<dc:creator>Dave DeGroote</dc:creator>
		<pubDate>Mon, 12 Sep 2011 00:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://aplus.rs/?p=374#comment-198446</guid>
		<description>This seems to have changed in xcode 4: http://stackoverflow.com/questions/5416677/renaming-projects-in-xcode-4</description>
		<content:encoded><![CDATA[<p>This seems to have changed in xcode 4: <a href="http://stackoverflow.com/questions/5416677/renaming-projects-in-xcode-4" rel="nofollow">http://stackoverflow.com/questions/5416677/renaming-projects-in-xcode-4</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NB</title>
		<link>http://aplus.rs/programming/how-to-rename-project-in-xcode-3x/comment-page-1/#comment-198372</link>
		<dc:creator>NB</dc:creator>
		<pubDate>Fri, 22 Apr 2011 20:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://aplus.rs/?p=374#comment-198372</guid>
		<description>I was breaking my head over this, till I read about the Simple Way.Thanks</description>
		<content:encoded><![CDATA[<p>I was breaking my head over this, till I read about the Simple Way.Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Brodkin</title>
		<link>http://aplus.rs/programming/how-to-rename-project-in-xcode-3x/comment-page-1/#comment-198275</link>
		<dc:creator>Sam Brodkin</dc:creator>
		<pubDate>Thu, 30 Dec 2010 11:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://aplus.rs/?p=374#comment-198275</guid>
		<description>Aleksandar, I used your updated (simple) method and I was done in 20 seconds. Thanks!</description>
		<content:encoded><![CDATA[<p>Aleksandar, I used your updated (simple) method and I was done in 20 seconds. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Shimniok</title>
		<link>http://aplus.rs/programming/how-to-rename-project-in-xcode-3x/comment-page-1/#comment-197256</link>
		<dc:creator>Michael Shimniok</dc:creator>
		<pubDate>Wed, 29 Sep 2010 03:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://aplus.rs/?p=374#comment-197256</guid>
		<description>Thanks for putting this out there. Was a big help. Instructions are similar for AppleScript, just change source code file (instead of .sch use .applescript).  I went ahead and replaced all  with  in the .xcodeproj package. --Michael</description>
		<content:encoded><![CDATA[<p>Thanks for putting this out there. Was a big help. Instructions are similar for AppleScript, just change source code file (instead of .sch use .applescript).  I went ahead and replaced all  with  in the .xcodeproj package. –Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to rename project in Xcode 3.x &#124; published @ aplus moments &#124; Connor Denman&#39;s Blog</title>
		<link>http://aplus.rs/programming/how-to-rename-project-in-xcode-3x/comment-page-1/#comment-197235</link>
		<dc:creator>How to rename project in Xcode 3.x &#124; published @ aplus moments &#124; Connor Denman&#39;s Blog</dc:creator>
		<pubDate>Tue, 03 Aug 2010 02:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://aplus.rs/?p=374#comment-197235</guid>
		<description>[...] How to rename project in Xcode 3.x &#124; published @ aplus&#160;moments  Posted on July 27, 2010 by connordenman   How to rename project in Xcode 3.x &#124; published @ aplus moments [...]</description>
		<content:encoded><![CDATA[<p>[…] How to rename project in Xcode 3.x | published @ aplus moments  Posted on July 27, 2010 by connordenman   How to rename project in Xcode 3.x | published @ aplus moments […]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Pappachan</title>
		<link>http://aplus.rs/programming/how-to-rename-project-in-xcode-3x/comment-page-1/#comment-197234</link>
		<dc:creator>Alan Pappachan</dc:creator>
		<pubDate>Mon, 02 Aug 2010 20:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://aplus.rs/?p=374#comment-197234</guid>
		<description>Thanks! Saved me some digging under the hood. Would just like to add that in the case of my iPhone app, I had to also rename the app delegate source files (*AppDelegate.h, and .m).

Also, if you want to give spaces in your project name, note that you can have spaces in the folder name and .xcodeproj name. In all other filenames, you need to put in underscores instead of spaces.</description>
		<content:encoded><![CDATA[<p>Thanks! Saved me some digging under the hood. Would just like to add that in the case of my iPhone app, I had to also rename the app delegate source files (*AppDelegate.h, and .m).</p>
<p>Also, if you want to give spaces in your project name, note that you can have spaces in the folder name and .xcodeproj name. In all other filenames, you need to put in underscores instead of spaces.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abizer</title>
		<link>http://aplus.rs/programming/how-to-rename-project-in-xcode-3x/comment-page-1/#comment-197187</link>
		<dc:creator>abizer</dc:creator>
		<pubDate>Sat, 06 Mar 2010 11:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://aplus.rs/?p=374#comment-197187</guid>
		<description>Rather than create a slew of projects with differing names, this would have been a good chance to learn about using a source code repository. It makes comparing different states of a project much easier.</description>
		<content:encoded><![CDATA[<p>Rather than create a slew of projects with differing names, this would have been a good chance to learn about using a source code repository. It makes comparing different states of a project much easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boon</title>
		<link>http://aplus.rs/programming/how-to-rename-project-in-xcode-3x/comment-page-1/#comment-197182</link>
		<dc:creator>Boon</dc:creator>
		<pubDate>Mon, 15 Feb 2010 19:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://aplus.rs/?p=374#comment-197182</guid>
		<description>I have listed the steps I normally use and you don&#039;t have to deal with the xcodeproj file directly:

http://www.nanaimostudio.com/blog/2010/2/15/renaming-project-in-xcode-the-simple-way.html</description>
		<content:encoded><![CDATA[<p>I have listed the steps I normally use and you don’t have to deal with the xcodeproj file directly:</p>
<p><a href="http://www.nanaimostudio.com/blog/2010/2/15/renaming-project-in-xcode-the-simple-way.html" rel="nofollow">http://www.nanaimostudio.com/blog/2010/2/15/renaming-project-in-xcode-the-simple-way.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Grainger</title>
		<link>http://aplus.rs/programming/how-to-rename-project-in-xcode-3x/comment-page-1/#comment-197178</link>
		<dc:creator>Carl Grainger</dc:creator>
		<pubDate>Fri, 12 Feb 2010 12:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://aplus.rs/?p=374#comment-197178</guid>
		<description>Now you&#039;ve tried the hard way, try this:

In Xcode menu go to Project and select Rename.

That&#039;s all Folks</description>
		<content:encoded><![CDATA[<p>Now you’ve tried the hard way, try this:</p>
<p>In Xcode menu go to Project and select Rename.</p>
<p>That’s all Folks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)

Served from: aplus.rs @ 2012-02-08 14:18:13 -->
