<?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>Sakarias NettJournal &#187; os x</title> <atom:link href="http://pjatt.net/tag/os-x/feed/" rel="self" type="application/rss+xml" /><link>http://pjatt.net</link> <description></description> <lastBuildDate>Sat, 05 May 2012 22:46:45 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Xcode og git</title><link>http://pjatt.net/2009/06/19/xcode-og-git/</link> <comments>http://pjatt.net/2009/06/19/xcode-og-git/#comments</comments> <pubDate>Fri, 19 Jun 2009 14:14:40 +0000</pubDate> <dc:creator>sakarias</dc:creator> <category><![CDATA[Geeking]]></category> <category><![CDATA[git]]></category> <category><![CDATA[os x]]></category><guid isPermaLink="false">http://pjatt.net/?p=884</guid> <description><![CDATA[For at Xcode og git skal virke sammen på en smertefri måte, så må du få git til å håndtere Xcode prosjekt filer korrekt. Du gjør dette ved å konfigurere git via .gitignore og .gitattributes. Lag disse filene i ditt &#8230; <a href="http://pjatt.net/2009/06/19/xcode-og-git/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>For at Xcode og git skal virke sammen på en smertefri måte, så må du få git til å håndtere Xcode prosjekt filer korrekt. Du gjør dette ved å konfigurere git via .gitignore og .gitattributes.</p><p>Lag disse filene i ditt repository og legg til følgende linjer:</p><p>.gitignore<br /> <code># xcode noise<br /> build/*<br /> *.pbxuser<br /> *.mode1v3</p><p># old skool<br /> .svn</p><p># osx noise<br /> .DS_Store<br /> profile</code></p><p>.gitattributes<br /> <code>*.pbxproj -crlf -diff -merge</code></p> ]]></content:encoded> <wfw:commentRss>http://pjatt.net/2009/06/19/xcode-og-git/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 1/19 queries in 0.008 seconds using apc
Object Caching 336/375 objects using apc

Served from: pjatt.net @ 2012-05-22 16:30:32 -->
