<?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>web.dev.blog &#187; Objective-C</title>
	<atom:link href="http://t3o.org/category/programmieren/objective-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://t3o.org</link>
	<description>Alles rund ums Web</description>
	<lastBuildDate>Wed, 09 Jun 2010 18:04:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>[Xcode] Schnell zwischen *.h und *.m wechseln</title>
		<link>http://t3o.org/2010/02/xcode-schnell-zwischen-h-und-m-wechseln/</link>
		<comments>http://t3o.org/2010/02/xcode-schnell-zwischen-h-und-m-wechseln/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 18:01:43 +0000</pubDate>
		<dc:creator>Sven</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Tipps]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://t3o.org/?p=646</guid>
		<description><![CDATA[Die alten Hasen unter den Mac-Programmieren werden es kennen, für alle anderen: Mit dem Tastenkürzel Apfel(cmd) + Alt + Pfeil hoch kann schnell zwischen der *.h und der *.m-Datei gewechselt werden.]]></description>
			<content:encoded><![CDATA[<p>Die alten Hasen unter den Mac-Programmieren werden es kennen, für alle anderen: Mit dem Tastenkürzel <strong>Apfel(cmd) + Alt + Pfeil hoch</strong> kann schnell zwischen der *.h und der *.m-Datei gewechselt werden.</p>
<p><img class="aligncenter size-full wp-image-647" title="Bildschirmfoto 2010-02-06 um 18.52.07" src="http://t3o.org/wp-content/uploads/2010/02/Bildschirmfoto-2010-02-06-um-18.52.07.png" alt="" width="57" height="24" /></p>
]]></content:encoded>
			<wfw:commentRss>http://t3o.org/2010/02/xcode-schnell-zwischen-h-und-m-wechseln/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Xcode] __MyCompanyName__ ändern</title>
		<link>http://t3o.org/2009/11/xcode-__mycompanyname__-andern/</link>
		<comments>http://t3o.org/2009/11/xcode-__mycompanyname__-andern/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 20:12:34 +0000</pubDate>
		<dc:creator>Sven</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://t3o.org/?p=576</guid>
		<description><![CDATA[Wenn Xcode bei euch per Default __MyCompanyName__ als Firmenname im Quelltext setzt, gibt es (min.) zwei Möglichkeiten dies zu ändern. // Copyright __MyCompanyName__ 2009. All rights reserved. Möglichkeit 1) Geht in euer Adressbuch und füllt bei eurem Kontakt das Feld &#8220;Firma&#8221; aus Möglichkeit 2) Öffnet das Programm Terminal und gebt folgendes ein: defaults write com.apple.Xcode [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn Xcode bei euch per Default __MyCompanyName__ als Firmenname im Quelltext setzt, gibt es (min.) zwei Möglichkeiten dies zu ändern.</p>
<div style="color:green;font-family:monospace;background:#dcdcdc;line-height:2em;margin-bottom:1em;">//  Copyright __MyCompanyName__ 2009. All rights reserved.</div>
<p><strong>Möglichkeit 1) </strong><br />
Geht in euer Adressbuch und füllt bei eurem Kontakt das Feld &#8220;Firma&#8221; aus</p>
<p><strong>Möglichkeit 2)<br />
</strong>Öffnet das Programm Terminal und gebt folgendes ein:</p>
<div style="margin-bottom:2em;background:#dcdcdc;font-family:monospace;font-weight:bold;">defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions &#8216;{ &#8220;ORGANIZATIONNAME&#8221; = &#8220;Meine Firma&#8221;;}&#8217;</div>
<p>Nun sollten alle neu erstellten Klassen mit dem entsprechenden Namen ersetzt werden.</p>
]]></content:encoded>
			<wfw:commentRss>http://t3o.org/2009/11/xcode-__mycompanyname__-andern/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
