<?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>x2on.de &#187; Mac</title>
	<atom:link href="http://www.x2on.de/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x2on.de</link>
	<description>by Felix Schulze - a mobile evangelist. Tutorials for iOS, Android, Mac, Linux, iPhone and more...</description>
	<lastBuildDate>Sun, 29 Jan 2012 18:46:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SuperTux 0.3.3 for Mac OS X Lion Download</title>
		<link>http://www.x2on.de/2012/01/29/supertux-0-3-3-for-mac-os-x-lion-download/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=supertux-0-3-3-for-mac-os-x-lion-download</link>
		<comments>http://www.x2on.de/2012/01/29/supertux-0-3-3-for-mac-os-x-lion-download/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 10:03:54 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[SuperTux]]></category>

		<guid isPermaLink="false">http://www.x2on.de/?p=852</guid>
		<description><![CDATA[If you like to play SuperTux here is the newest version for Mac OS X Lion build from the sourcecode (regarding to my tutorial Building SuperTux 0.3.3 on Mac OS X Lion) Download (Intel &#8211; 69,3MB): SuperTux 0.3.3.zip]]></description>
			<content:encoded><![CDATA[<p>If you like to play SuperTux here is the newest version for Mac OS X Lion build from the sourcecode (regarding to my tutorial <a title="Tutorial: Building SuperTux 0.3.3 on Mac OS X Lion" href="http://www.x2on.de/2012/01/28/tutorial-building-supertux-0-3-3-on-mac-os-x-lion/">Building SuperTux 0.3.3 on Mac OS X Lion</a>)</p>
<p>Download (Intel &#8211; 69,3MB): <a href="http://www.x2on.de/wp-content/uploads/2012/01/SuperTux_0.3.3_Lion.app.zip">SuperTux 0.3.3.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.x2on.de/2012/01/29/supertux-0-3-3-for-mac-os-x-lion-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Building SuperTux 0.3.3 on Mac OS X Lion</title>
		<link>http://www.x2on.de/2012/01/28/tutorial-building-supertux-0-3-3-on-mac-os-x-lion/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tutorial-building-supertux-0-3-3-on-mac-os-x-lion</link>
		<comments>http://www.x2on.de/2012/01/28/tutorial-building-supertux-0-3-3-on-mac-os-x-lion/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 17:43:45 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[SuperTux]]></category>

		<guid isPermaLink="false">http://www.x2on.de/?p=841</guid>
		<description><![CDATA[Regarding to my tutorial for building SuperTux 0.3.2 SVN on Mac OS X Snow Leopard i updated the tutorial for Mac OS X Lion and the new location from the SuperTux Sourcecode. I also build a version for download if you don&#8217;t want to build it: SuperTux 0.3.3 for Mac OS X Lion Prerequisites Install [...]]]></description>
			<content:encoded><![CDATA[<p>Regarding to my tutorial for building <a href="http://www.x2on.de/2010/01/30/tutorial-building-supertux-0-3-2-svn-on-mac-os-x-snow-leopard/">SuperTux 0.3.2 SVN on Mac OS X Snow Leopard</a> i updated the tutorial for Mac OS X Lion and the new location from the SuperTux Sourcecode.</p>
<p>I also build a version for download if you don&#8217;t want to build it: <a href="http://www.x2on.de/2012/01/29/supertux-0-3-3-for-mac-os-x-lion-download/">SuperTux 0.3.3 for Mac OS X Lion</a><br />
<span id="more-841"></span></p>
<h4>Prerequisites</h4>
<p>Install HomeBrew:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>ruby <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$(curl -fsSL https://raw.github.com/gist/323731)</span>&quot;</span></pre></div></div>

<p>Install needed requirements:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">brew <span style="color: #c20cb9; font-weight: bold;">install</span> libvorbis physfs glew sdl sdl_image boost</pre></div></div>

<h4>Build SuperTux</h4>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">git</span> clone https:<span style="color: #000000; font-weight: bold;">//</span>code.google.com<span style="color: #000000; font-weight: bold;">/</span>p<span style="color: #000000; font-weight: bold;">/</span>supertux<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #7a0874; font-weight: bold;">cd</span> supertux
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> dist
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> build <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #7a0874; font-weight: bold;">cd</span> build
cmake .. -DCMAKE_INSTALL_PREFIX=..<span style="color: #000000; font-weight: bold;">/</span>dist<span style="color: #000000; font-weight: bold;">/</span> -DCMAKE_BUILD_TYPE=RELEASE
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span></pre></div></div>

<p>If all works SuperTux.app should be in the dist folder.</p>
<h4>Links:</h4>
<ul>
<li>HomeBrew: <a href="https://github.com/mxcl/homebrew">https://github.com/mxcl/homebrew</a></li>
<li>SuperTux: <a href="http://supertux.lethargik.org/wiki/Main_Page">http://supertux.lethargik.org/wiki/Main_Page</a></li>
<li>SuperTux Sourcecode: <a href="https://code.google.com/p/supertux/">https://code.google.com/p/supertux/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.x2on.de/2012/01/28/tutorial-building-supertux-0-3-3-on-mac-os-x-lion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SuperTux 0.3.3 for Mac OS X Snow Leopard Download</title>
		<link>http://www.x2on.de/2010/12/17/supertux-0-3-3-for-mac-os-x-download-update/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=supertux-0-3-3-for-mac-os-x-download-update</link>
		<comments>http://www.x2on.de/2010/12/17/supertux-0-3-3-for-mac-os-x-download-update/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 13:49:19 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[SuperTux]]></category>

		<guid isPermaLink="false">http://www.x2on.de/?p=701</guid>
		<description><![CDATA[I build the Jump’n’Run-Game SuperTux 0.3.3 for Mac OS X with new versions from needed libraries. So it should work for Snow Leopard. Have fun…! Download (Intel – 67,4MB): SuperTux_0.3.3.dmg]]></description>
			<content:encoded><![CDATA[<p>I build the Jump’n’Run-Game SuperTux 0.3.3 for Mac OS X with new versions from needed libraries. So it should work for Snow Leopard. Have fun…!<br />
<span id="more-701"></span><br />
<strong>Download (Intel – 67,4MB):</strong> <a href="http://www.x2on.de/wp-content/uploads/2010/12/SuperTux-0.3.3.dmg">SuperTux_0.3.3.dmg</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.x2on.de/2010/12/17/supertux-0-3-3-for-mac-os-x-download-update/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Update: OpenSSL 1.0.0c Libraries for iPhone iPod Touch iPad</title>
		<link>http://www.x2on.de/2010/12/04/update-openssl-1-0-0c-libraries-for-iphone-ipod-touch-ipad/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=update-openssl-1-0-0c-libraries-for-iphone-ipod-touch-ipad</link>
		<comments>http://www.x2on.de/2010/12/04/update-openssl-1-0-0c-libraries-for-iphone-ipod-touch-ipad/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 12:15:40 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[Encryption]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[OpenSSL]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[TLS]]></category>
		<category><![CDATA[X.509]]></category>
		<category><![CDATA[XCode]]></category>

		<guid isPermaLink="false">http://www.x2on.de/?p=680</guid>
		<description><![CDATA[OpenSSL 1.0.0c is released and i updated the OpenSSL-Libraries for iPhone/iPod Touch. I also did some GUI-Improvements for easier understanding. You can get it at http://github.com/x2on/OpenSSL-for-iPhone]]></description>
			<content:encoded><![CDATA[<p>OpenSSL 1.0.0c is released and i updated the OpenSSL-Libraries for iPhone/iPod Touch. I also did some GUI-Improvements for easier understanding. You can get it at <a href="http://github.com/x2on/OpenSSL-for-iPhone">http://github.com/x2on/OpenSSL-for-iPhone</a></p>
<p><a href="http://www.x2on.de/wp-content/uploads/2010/12/OpenSSL-for-iOS.png"><img class="alignnone size-medium wp-image-681" title="OpenSSL-for-iOS" src="http://www.x2on.de/wp-content/uploads/2010/12/OpenSSL-for-iOS-159x300.png" alt="" width="159" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.x2on.de/2010/12/04/update-openssl-1-0-0c-libraries-for-iphone-ipod-touch-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SuperTux 0.3.3 for Mac OS X Download</title>
		<link>http://www.x2on.de/2010/03/09/supertux-0-3-3-for-mac-os-x-download/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=supertux-0-3-3-for-mac-os-x-download</link>
		<comments>http://www.x2on.de/2010/03/09/supertux-0-3-3-for-mac-os-x-download/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 22:16:19 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[SuperTux]]></category>

		<guid isPermaLink="false">http://www.x2on.de/?p=569</guid>
		<description><![CDATA[I build the Jump’n&#8217;Run-Game SuperTux 0.3.3 for Mac OS X! Have fun&#8230;! Download (Intel – 57,6MB): SuperTux_0.3.3.dmg UPDATE 2010-12-17: Download (Intel – 67,4MB): SuperTux_0.3.3.dmg]]></description>
			<content:encoded><![CDATA[<p>I build the Jump’n&#8217;Run-Game SuperTux 0.3.3 for Mac OS X! Have fun&#8230;!</p>
<p><del datetime="2010-12-17T13:49:25+00:00"><strong>Download (Intel – 57,6MB):</strong> <a href="http://www.x2on.de/wp-content/uploads/2010/03/SuperTux_0.3.3.dmg">SuperTux_0.3.3.dmg</a></del></p>
<p>UPDATE 2010-12-17:<br />
<strong>Download (Intel – 67,4MB):</strong> <a href="http://www.x2on.de/wp-content/uploads/2010/12/SuperTux-0.3.3.dmg">SuperTux_0.3.3.dmg</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.x2on.de/2010/03/09/supertux-0-3-3-for-mac-os-x-download/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>SuperTux 0.3.2-SVN r6288 Download</title>
		<link>http://www.x2on.de/2010/01/31/supertux-0-3-2-svn-r6288-download/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=supertux-0-3-2-svn-r6288-download</link>
		<comments>http://www.x2on.de/2010/01/31/supertux-0-3-2-svn-r6288-download/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 08:53:24 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[SuperTux]]></category>

		<guid isPermaLink="false">http://www.x2on.de/?p=457</guid>
		<description><![CDATA[Um sich die aktuelle SVN-Version des 2D-Jump&#8217;n'Run-Spiel Supertux unter Mac OS X selbst zu erstellen, habe ich gestern eine Anleitung veröffentlicht. Für alle denen das zu Aufwendig ist, habe ich nun eine fertige Version aus der aktuellen SVN-Entwicklerversion erstellt. Viel Spaß damit. Download (Intel &#8211; 62,1MB): SuperTux_0.3.2-SVN_r6288.dmg.zip Anmerkung: Da es sich hierbei um eine Version [...]]]></description>
			<content:encoded><![CDATA[<p>Um sich die aktuelle SVN-Version des 2D-Jump&#8217;n'Run-Spiel Supertux unter Mac OS X selbst zu erstellen, habe ich gestern eine Anleitung veröffentlicht. Für alle denen das zu Aufwendig ist, habe ich nun eine fertige Version aus der aktuellen SVN-Entwicklerversion erstellt. Viel Spaß damit.</p>
<p><strong>Download</strong> (Intel &#8211; 62,1MB): <a href="http://www.x2on.de/wp-content/uploads/SuperTux_0.3.2-SVN_r6288.dmg.zip">SuperTux_0.3.2-SVN_r6288.dmg.zip</a></p>
<p>Anmerkung: Da es sich hierbei um eine Version aus dem SVN-Repository handelt, können Fehler enthalten sein.</p>
<p><span id="more-457"></span></p>
<p><a href="http://www.x2on.de/wp-content/uploads/2010/02/supertux.jpg"><img class="alignnone size-thumbnail wp-image-472" title="SuperTux Menü" src="http://www.x2on.de/wp-content/uploads/2010/02/supertux-150x150.jpg" alt="" width="150" height="112" /></a> <a href="http://www.x2on.de/wp-content/uploads/2010/02/supertux2.jpg"><img class="alignnone size-thumbnail wp-image-473" title="SuperTux Level" src="http://www.x2on.de/wp-content/uploads/2010/02/supertux2-150x150.jpg" alt="" width="150" height="112" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.x2on.de/2010/01/31/supertux-0-3-2-svn-r6288-download/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tutorial: Building SuperTux 0.3.2 SVN on Mac OS X Snow Leopard</title>
		<link>http://www.x2on.de/2010/01/30/tutorial-building-supertux-0-3-2-svn-on-mac-os-x-snow-leopard/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tutorial-building-supertux-0-3-2-svn-on-mac-os-x-snow-leopard</link>
		<comments>http://www.x2on.de/2010/01/30/tutorial-building-supertux-0-3-2-svn-on-mac-os-x-snow-leopard/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 12:25:17 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[SuperTux]]></category>

		<guid isPermaLink="false">http://www.x2on.de/?p=443</guid>
		<description><![CDATA[Building SuperTux 0.3.2 SVN is different then building SuperTux 0.3.1 on Mac OS X. Prerequisites Installing MacPorts Update MacPorts: sudo port selfupdate -d Install libraries from Macports: sudo port install libsdl libsdl_image cmake libvorbis physfs glew boost Build SuperTux svn checkout http://supertux.lethargik.org/svn/supertux/trunk/supertux cd supertux mkdir build mkdir dist cd build cmake .. -DCMAKE_INSTALL_PREFIX=../dist/ Resolve issues [...]]]></description>
			<content:encoded><![CDATA[<p>Building SuperTux 0.3.2 SVN is different then building SuperTux 0.3.1 on Mac OS X.</p>
<h4>Prerequisites</h4>
<ul>
<li>Installing <a href="http://www.macports.org/">MacPorts</a></li>
<li>Update MacPorts:</li>
</ul>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> port selfupdate <span style="color: #660033;">-d</span></pre></div></div>

<ul>
<li>Install libraries from Macports:</li>
</ul>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> port <span style="color: #c20cb9; font-weight: bold;">install</span> libsdl libsdl_image cmake libvorbis physfs glew boost</pre></div></div>

<p><span id="more-443"></span></p>
<h4>Build SuperTux</h4>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">svn</span> checkout http:<span style="color: #000000; font-weight: bold;">//</span>supertux.lethargik.org<span style="color: #000000; font-weight: bold;">/</span>svn<span style="color: #000000; font-weight: bold;">/</span>supertux<span style="color: #000000; font-weight: bold;">/</span>trunk<span style="color: #000000; font-weight: bold;">/</span>supertux
<span style="color: #7a0874; font-weight: bold;">cd</span> supertux
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> build
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> dist
<span style="color: #7a0874; font-weight: bold;">cd</span> build
cmake .. -DCMAKE_INSTALL_PREFIX=..<span style="color: #000000; font-weight: bold;">/</span>dist<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<h4>Resolve issues with missing library</h4>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> ..
<span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>libphysfs.2.0.0.dylib dist<span style="color: #000000; font-weight: bold;">/</span>libphysfs.1.dylib</pre></div></div>

<h4>Create SuperTux.app</h4>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> build
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span></pre></div></div>

<h4>Link libaries into the app</h4>
<ul>
<li>Download mac dylib bundler at <a href="http://macdylibbundler.sf.net/">http://macdylibbundler.sf.net/</a> (0.3.1)</li>
<li>Unpack it and run:</li>
</ul>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">make</span></pre></div></div>

<ul>
<li>You can install the Tool systemwide (make install) or work with PATH</li>
</ul>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">PATH</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">pwd</span><span style="color: #000000; font-weight: bold;">`</span>:<span style="color: #ff0000;">&quot;<span style="color: #007800;">$PATH</span>&quot;</span></pre></div></div>

<ul>
<li>Change your directory where your SuperTux.app is:</li>
</ul>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">dylibbundler <span style="color: #660033;">-b</span> <span style="color: #660033;">-x</span> .<span style="color: #000000; font-weight: bold;">/</span>SuperTux.app<span style="color: #000000; font-weight: bold;">/</span>Contents<span style="color: #000000; font-weight: bold;">/</span>MacOS<span style="color: #000000; font-weight: bold;">/</span>supertux2 <span style="color: #660033;">-d</span> .<span style="color: #000000; font-weight: bold;">/</span>SuperTux.app<span style="color: #000000; font-weight: bold;">/</span>Contents<span style="color: #000000; font-weight: bold;">/</span>libs<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #660033;">-od</span></pre></div></div>

<p>The Tool can&#8217;t find the libphysfs.1.dylib so you must enter the path  of your libphysfs.1.dylib</p>
<p>Now you can run SuperTux.app</p>
<p><strong>Links:</strong></p>
<ul>
<li><a href="http://supertux.lethargik.org/wiki/User:X2on/Mac_OS_X_compilation" target="_blank">http://supertux.lethargik.org/wiki/User:X2on/Mac_OS_X_compilation</a></li>
<li><a href="http://supertux.lethargik.org/wiki/Building_SuperTux" target="_blank">http://supertux.lethargik.org/wiki/Building_SuperTux</a></li>
<li><a href="http://macdylibbundler.sourceforge.net/" target="_blank">http://macdylibbundler.sourceforge.net/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.x2on.de/2010/01/30/tutorial-building-supertux-0-3-2-svn-on-mac-os-x-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Thunderbird OS X Adressbuch Edititon 2.0.0.23</title>
		<link>http://www.x2on.de/2009/12/12/thunderbird-os-x-adressbuch-edititon-2-0-0-23/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=thunderbird-os-x-adressbuch-edititon-2-0-0-23</link>
		<comments>http://www.x2on.de/2009/12/12/thunderbird-os-x-adressbuch-edititon-2-0-0-23/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 10:47:30 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Adressbuch]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://www.x2on.de/?p=403</guid>
		<description><![CDATA[Aufgrund einiger Anfragen habe ich mich dazu entschlossen eine neuere Thunderbird OS X Adressbuch Edititon zu veröffentlichen. Download (Intel): https://sourceforge.net/projects/thunderbird-osx/files/ Wer sich seine eigene Version erstellen will: http://www.x2on.de/2008/03/27/mac-os-x-adressbuch-in-thunderbird-integrieren/]]></description>
			<content:encoded><![CDATA[<p>Aufgrund einiger Anfragen habe ich mich dazu entschlossen eine neuere Thunderbird OS X Adressbuch Edititon zu veröffentlichen.</p>
<p>Download (Intel): <a href="https://sourceforge.net/projects/thunderbird-osx/files/">https://sourceforge.net/projects/thunderbird-osx/files/</a></p>
<p>Wer sich seine eigene Version erstellen will:<br />
<a href="http://www.x2on.de/2008/03/27/mac-os-x-adressbuch-in-thunderbird-integrieren/">http://www.x2on.de/2008/03/27/mac-os-x-adressbuch-in-thunderbird-integrieren/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.x2on.de/2009/12/12/thunderbird-os-x-adressbuch-edititon-2-0-0-23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard: Terminal Tricks</title>
		<link>http://www.x2on.de/2009/12/12/snow-leopard-terminal-tricks/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=snow-leopard-terminal-tricks</link>
		<comments>http://www.x2on.de/2009/12/12/snow-leopard-terminal-tricks/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 23:05:02 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Dock]]></category>
		<category><![CDATA[Finder]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.x2on.de/?p=396</guid>
		<description><![CDATA[Auch für Snow Leopard gibt es ein paar Terminal-Befehle, die nützliche Funktionen freischalten können. Das ausgewählte Element im Dock highlighten: defaults write com.apple.dock mouse-over-hilite-stack -boolean YES; killall Dock Die neue Stack-Ansicht freischalten: defaults write com.apple.dock use-new-list-stack -boolean yes; killall Dock Das schreiben von .DS_Store Dateien auf USB-Sticks und Netzwerklaufwerken verhindern: defaults write com.apple.desktopservices DSDontWriteNetworkStores true [...]]]></description>
			<content:encoded><![CDATA[<p>Auch für Snow Leopard gibt es ein paar Terminal-Befehle, die nützliche Funktionen freischalten können.</p>
<p><strong>Das ausgewählte Element im Dock highlighten:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">defaults <span style="color: #c20cb9; font-weight: bold;">write</span> com.apple.dock mouse-over-hilite-stack <span style="color: #660033;">-boolean</span> YES; <span style="color: #c20cb9; font-weight: bold;">killall</span> Dock</pre></div></div>

<p><strong>Die neue Stack-Ansicht freischalten:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">defaults <span style="color: #c20cb9; font-weight: bold;">write</span> com.apple.dock use-new-list-stack <span style="color: #660033;">-boolean</span> <span style="color: #c20cb9; font-weight: bold;">yes</span>; <span style="color: #c20cb9; font-weight: bold;">killall</span> Dock</pre></div></div>

<p><span id="more-396"></span></p>
<p><strong>Das schreiben von .DS_Store Dateien auf USB-Sticks und Netzwerklaufwerken verhindern:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">defaults <span style="color: #c20cb9; font-weight: bold;">write</span> com.apple.desktopservices DSDontWriteNetworkStores <span style="color: #c20cb9; font-weight: bold;">true</span></pre></div></div>

<p><strong>Pfade im Finder-Titel anzeigen:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">defaults <span style="color: #c20cb9; font-weight: bold;">write</span> com.apple.finder _FXShowPosixPathInTitle <span style="color: #660033;">-bool</span> YES</pre></div></div>

<p><strong>Durchsichtige Ordner in Quick-Look aktivieren:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">defaults <span style="color: #c20cb9; font-weight: bold;">write</span> com.apple.finder QLEnableXRayFolders <span style="color: #660033;">-boolean</span> <span style="color: #c20cb9; font-weight: bold;">yes</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.x2on.de/2009/12/12/snow-leopard-terminal-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cheat Sheets im Terminal unter Mac</title>
		<link>http://www.x2on.de/2009/12/11/cheat-sheets-im-terminal-unter-mac/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cheat-sheets-im-terminal-unter-mac</link>
		<comments>http://www.x2on.de/2009/12/11/cheat-sheets-im-terminal-unter-mac/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 22:28:21 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.x2on.de/?p=391</guid>
		<description><![CDATA[Nachdem ich in den letzten Tagen wieder seitenweiße &#8220;man&#8221;-pages im Terminal gelesen habe, bin ich auf eine sehr praktische Anwendung namens &#8220;cheat&#8221; gestoßen. Eigentlich steckt hinter dem RubyGem Cheat eine schöne Grundidee – User sammeln online in einer Art Wiki zu diversen Programmen kleine hilfreiche Notizen und im Alltag kann man auf diese aus dem [...]]]></description>
			<content:encoded><![CDATA[<p>Nachdem ich in den letzten Tagen wieder seitenweiße &#8220;man&#8221;-pages im Terminal gelesen habe, bin ich auf eine sehr praktische Anwendung namens &#8220;cheat&#8221; gestoßen.</p>
<blockquote><p>Eigentlich steckt hinter dem RubyGem <a href="http://cheat.errtheblog.com/">Cheat</a> eine schöne Grundidee – User sammeln online in einer Art Wiki zu diversen Programmen kleine hilfreiche Notizen und im Alltag kann man auf diese aus dem Terminal heraus zurückgreifen. (Quelle: <a href="http://macfidelity.de/2009/11/13/mac-apps-cheat-sheets-im-mac-os-x-terminal/">Macfidelity</a>)</p></blockquote>
<p><strong>Installation:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"> <span style="color: #c20cb9; font-weight: bold;">sudo</span> gem <span style="color: #c20cb9; font-weight: bold;">install</span> cheat</pre></div></div>

<p>Von nun an lassen sich viele nützliche Einträge über folgenden Befehl abrufen:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">cheat <span style="color: #000000; font-weight: bold;">&lt;</span>programmname<span style="color: #000000; font-weight: bold;">&gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.x2on.de/2009/12/11/cheat-sheets-im-terminal-unter-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

