<?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; Apple</title>
	<atom:link href="http://www.x2on.de/tag/apple/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>Secure-Mail is ready for download on Apple App Store</title>
		<link>http://www.x2on.de/2011/04/28/secure-mail-is-ready-for-download-on-apple-app-store/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=secure-mail-is-ready-for-download-on-apple-app-store</link>
		<comments>http://www.x2on.de/2011/04/28/secure-mail-is-ready-for-download-on-apple-app-store/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 06:29:14 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[Encryption]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[OpenSSL]]></category>
		<category><![CDATA[S/MIME]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[X.509]]></category>

		<guid isPermaLink="false">http://www.x2on.de/?p=812</guid>
		<description><![CDATA[Secure-Mail is now ready for purchase on Apple App Store! The review process was sucessfully! With Secure-Mail you can read and write email encrypted with S/MIME (Secure/Multipurpose Internet Mail Extensions) on iOS (iPhone, iPad and iPod Touch). You can find more details at www.secure-mail.me Direct link to Secure-Mail on App Store: Secure-Mail App]]></description>
			<content:encoded><![CDATA[<p>Secure-Mail is now ready for purchase on Apple App Store! The review process was sucessfully!</p>
<p>With Secure-Mail you can read and write email encrypted with S/MIME (Secure/Multipurpose Internet Mail Extensions) on iOS (iPhone, iPad and iPod Touch).</p>
<p><strong>You can find more details at <a href="http://www.secure-mail.me">www.secure-mail.me</a></strong></p>
<p><strong>Direct link to Secure-Mail on App Store: <a href="http://itunes.apple.com/us/app/secure-mail/id420919054?mt=8&amp;ls=1#">Secure-Mail App</a></strong></p>
<p><a href="http://www.x2on.de/wp-content/uploads/2011/04/1.png"><img class="alignnone size-medium wp-image-794" title="1" src="http://www.x2on.de/wp-content/uploads/2011/04/1-159x300.png" alt="" width="159" height="300" /></a><a href="http://www.x2on.de/wp-content/uploads/2011/04/2.png"><img class="alignnone size-medium wp-image-795" title="2" src="http://www.x2on.de/wp-content/uploads/2011/04/2-159x300.png" alt="" width="159" height="300" /></a><a href="http://www.x2on.de/wp-content/uploads/2011/04/3.png"><img class="alignnone size-medium wp-image-796" title="3" src="http://www.x2on.de/wp-content/uploads/2011/04/3-159x300.png" alt="" width="159" height="300" /></a><a href="http://www.x2on.de/wp-content/uploads/2011/04/4.png"><img class="alignnone size-medium wp-image-797" title="4" src="http://www.x2on.de/wp-content/uploads/2011/04/4-159x300.png" alt="" width="159" height="300" /></a><a href="http://www.x2on.de/wp-content/uploads/2011/04/5.png"><img class="alignnone size-medium wp-image-798" title="5" src="http://www.x2on.de/wp-content/uploads/2011/04/5-159x300.png" alt="" width="159" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.x2on.de/2011/04/28/secure-mail-is-ready-for-download-on-apple-app-store/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Secure-Mail: Waiting for Review</title>
		<link>http://www.x2on.de/2011/04/24/secure-mail-waiting-for-review/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=secure-mail-waiting-for-review</link>
		<comments>http://www.x2on.de/2011/04/24/secure-mail-waiting-for-review/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 16:30:29 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[Encryption]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[OpenSSL]]></category>
		<category><![CDATA[S/MIME]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[TLS]]></category>
		<category><![CDATA[X.509]]></category>

		<guid isPermaLink="false">http://www.x2on.de/?p=789</guid>
		<description><![CDATA[With Secure-Mail you can read S/MIME encrypted mails directly from Mail.app and send encrypted S/MIME mails with SMTP. The Version 1.0 is now submitted to the App Store. Current Status: Waiting for Review UPDATE 2011-04-28: The App is now ready for download: http://www.x2on.de/2011/04/28/secure-mail-is-ready-for-download-on-apple-app-store/ Thanks for your help at the beta-test. Some screenshot from the final 1.0:]]></description>
			<content:encoded><![CDATA[<p>With Secure-Mail you can read S/MIME encrypted mails directly from Mail.app and send encrypted S/MIME mails with SMTP.</p>
<p>The Version 1.0 is now submitted to the App Store.<br />
<strong>Current Status:</strong> Waiting for Review</p>
<p><strong>UPDATE 2011-04-28:</strong> The App is now ready for download: <a href="http://www.x2on.de/2011/04/28/secure-mail-is-ready-for-download-on-apple-app-store/">http://www.x2on.de/2011/04/28/secure-mail-is-ready-for-download-on-apple-app-store/</a></p>
<p>Thanks for your help at the <a href="http://www.x2on.de/2011/04/01/secure-mail-beta-test-smime-on-ios-with-openssl/">beta-test</a>.</p>
<p><a href="http://www.x2on.de/wp-content/uploads/2011/04/Review.png"><img class="alignnone size-full wp-image-791" title="Review" src="http://www.x2on.de/wp-content/uploads/2011/04/Review.png" alt="" width="389" height="194" /></a></p>
<h3>Some screenshot from the final 1.0:</h3>
<h3><a href="http://www.x2on.de/wp-content/uploads/2011/04/1.png"><img class="alignnone size-medium wp-image-794" title="1" src="http://www.x2on.de/wp-content/uploads/2011/04/1-159x300.png" alt="" width="159" height="300" /></a><a href="http://www.x2on.de/wp-content/uploads/2011/04/2.png"><img class="alignnone size-medium wp-image-795" title="2" src="http://www.x2on.de/wp-content/uploads/2011/04/2-159x300.png" alt="" width="159" height="300" /></a><a href="http://www.x2on.de/wp-content/uploads/2011/04/3.png"><img class="alignnone size-medium wp-image-796" title="3" src="http://www.x2on.de/wp-content/uploads/2011/04/3-159x300.png" alt="" width="159" height="300" /></a><a href="http://www.x2on.de/wp-content/uploads/2011/04/4.png"><img class="alignnone size-medium wp-image-797" title="4" src="http://www.x2on.de/wp-content/uploads/2011/04/4-159x300.png" alt="" width="159" height="300" /></a><a href="http://www.x2on.de/wp-content/uploads/2011/04/5.png"><img class="alignnone size-medium wp-image-798" title="5" src="http://www.x2on.de/wp-content/uploads/2011/04/5-159x300.png" alt="" width="159" height="300" /></a></h3>
]]></content:encoded>
			<wfw:commentRss>http://www.x2on.de/2011/04/24/secure-mail-waiting-for-review/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PolarSSL for iOS (iPhone, iPad and iPod Touch)</title>
		<link>http://www.x2on.de/2011/04/08/polarssl-for-ios-iphone-ipad-and-ipod-touch/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=polarssl-for-ios-iphone-ipad-and-ipod-touch</link>
		<comments>http://www.x2on.de/2011/04/08/polarssl-for-ios-iphone-ipad-and-ipod-touch/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 10:19:39 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[Encryption]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[OpenSSL]]></category>
		<category><![CDATA[S/MIME]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[TLS]]></category>
		<category><![CDATA[X.509]]></category>

		<guid isPermaLink="false">http://www.x2on.de/?p=756</guid>
		<description><![CDATA[This is a tutorial for using self-compiled builds of the PolarSSL-library for iOS. PolarSSL is a light-weight open source cryptographic and SSL/TLS library written in C. You can build apps with XCode and the official SDK from Apple with this. I also made a small example-app for using the libraries with XCode and the iPhone/iPhone-Simulator. [...]]]></description>
			<content:encoded><![CDATA[<p>This is a tutorial for using self-compiled builds of the PolarSSL-library for iOS.</p>
<p>PolarSSL is a light-weight open source cryptographic and SSL/TLS library written in C.</p>
<p>You can build apps with XCode and the official SDK from Apple with this.<br />
I also made a small example-app for using the libraries with XCode and the iPhone/iPhone-Simulator.<br />
You can also download the precompiled PolarSSL-library (0.14.3).</p>
<p>You can get the scripts and the sourcecode here: <a href="https://github.com/x2on/PolarSSL-for-iOS">https://github.com/x2on/PolarSSL-for-iOS</a></p>
<p>&nbsp;</p>
<p><a href="http://www.x2on.de/wp-content/uploads/2011/04/PolarSSL-for-iOS.png"><img class="alignnone size-medium wp-image-757" title="PolarSSL-for-iOS" src="http://www.x2on.de/wp-content/uploads/2011/04/PolarSSL-for-iOS-159x300.png" alt="" width="159" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.x2on.de/2011/04/08/polarssl-for-ios-iphone-ipad-and-ipod-touch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure-Mail Beta Test &#8211; S/MIME on iOS with OpenSSL (UPDATE #3)</title>
		<link>http://www.x2on.de/2011/04/01/secure-mail-beta-test-smime-on-ios-with-openssl/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=secure-mail-beta-test-smime-on-ios-with-openssl</link>
		<comments>http://www.x2on.de/2011/04/01/secure-mail-beta-test-smime-on-ios-with-openssl/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 14:57:24 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[Certificates]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[OpenSSL]]></category>
		<category><![CDATA[S/MIME]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[X.509]]></category>

		<guid isPermaLink="false">http://www.x2on.de/?p=749</guid>
		<description><![CDATA[Im searching some people how want&#8217;s to test Secure-Mail App. With Secure-Mail you can read S/MIME encrypted mails directly from Mail.app and send encrypted S/MIME mails with SMTP. Please send me an email with some details about you, and why you wan&#8217;t test the beta. 2011-04-13: UPDATE #1: The Beta-Test is running now. At this [...]]]></description>
			<content:encoded><![CDATA[<p>Im searching some people how want&#8217;s to test Secure-Mail App.</p>
<p>With Secure-Mail you can read S/MIME encrypted mails directly from Mail.app and send encrypted S/MIME mails with SMTP.</p>
<p>Please send me an <a href="mailto:code@felixschulze.de">email</a> with some details about you, and why you wan&#8217;t test the beta.</p>
<p><strong>2011-04-13: UPDATE #1:</strong> The Beta-Test is running now. At this time no new beta-testers are invited. Thanks for your help.</p>
<p><strong>2011-04-24: UPDATE #2:</strong> Waiting for review: <a href="http://www.x2on.de/2011/04/24/secure-mail-waiting-for-review/">http://www.x2on.de/2011/04/24/secure-mail-waiting-for-review/</a></p>
<p><strong>2011-04-28: UPDATE #3</strong> The App is now ready for download: <a href="http://www.x2on.de/2011/04/28/secure-mail-is-ready-for-download-on-apple-app-store/">http://www.x2on.de/2011/04/28/secure-mail-is-ready-for-download-on-apple-app-store/</a></p>
<p><strong>More details about Secure-Mail:</strong> <a href="http://www.x2on.de/2010/12/06/smime-on-ios-with-openssl-iphoneipad/">http://www.x2on.de/2010/12/06/smime-on-ios-with-openssl-iphoneipad/</a></p>
<p><a href="http://www.x2on.de/wp-content/uploads/2010/12/Screen2.png"><img class="alignnone size-medium wp-image-690" title="Secure Mail" src="http://www.x2on.de/wp-content/uploads/2010/12/Screen2-159x300.png" alt="" width="159" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.x2on.de/2011/04/01/secure-mail-beta-test-smime-on-ios-with-openssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update: OpenSSL 1.0.0d Libraries for iPhone iPod Touch iPad</title>
		<link>http://www.x2on.de/2011/02/08/update-openssl-1-0-0d-libraries-for-iphone-ipod-touch-ipad/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=update-openssl-1-0-0d-libraries-for-iphone-ipod-touch-ipad</link>
		<comments>http://www.x2on.de/2011/02/08/update-openssl-1-0-0d-libraries-for-iphone-ipod-touch-ipad/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 20:36:14 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[Encryption]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></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[S/MIME]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[TLS]]></category>
		<category><![CDATA[X.509]]></category>

		<guid isPermaLink="false">http://www.x2on.de/?p=734</guid>
		<description><![CDATA[OpenSSL 1.0.0d is released and i updated the OpenSSL-Libraries for iPhone/iPod Touch. You can get it at http://github.com/x2on/OpenSSL-for-iPhone]]></description>
			<content:encoded><![CDATA[<p>OpenSSL 1.0.0d is released and i updated the OpenSSL-Libraries for iPhone/iPod Touch. 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/2011/02/08/update-openssl-1-0-0d-libraries-for-iphone-ipod-touch-ipad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>libssh2 for iOS (iPhone and iPad) &#8211; Example app with SSH connection</title>
		<link>http://www.x2on.de/2011/02/02/libssh2-for-ios-iphone-and-ipad-example-app-with-ssh-connection/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=libssh2-for-ios-iphone-and-ipad-example-app-with-ssh-connection</link>
		<comments>http://www.x2on.de/2011/02/02/libssh2-for-ios-iphone-and-ipad-example-app-with-ssh-connection/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 07:40:10 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[Encryption]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[libgcrypt]]></category>
		<category><![CDATA[libgpg-error]]></category>
		<category><![CDATA[libssh]]></category>
		<category><![CDATA[libssh2]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[OpenSSL]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[XCode]]></category>

		<guid isPermaLink="false">http://www.x2on.de/?p=727</guid>
		<description><![CDATA[This is a tutorial for using self-compiled builds of the libssh2-library for iOS. You can build apps with XCode and the official SDK from Apple with this. I also made a small example-app for using the libraries with XCode and the iPhone/iPhone-Simulator. You can also download the precompiled libssh2-library (1.2.7). You can get the scripts [...]]]></description>
			<content:encoded><![CDATA[<p>This is a tutorial for using self-compiled builds of the libssh2-library for iOS. You can build apps with XCode and the official SDK from Apple with this. I also made a small example-app for using the libraries with XCode and the iPhone/iPhone-Simulator. You can also download the precompiled libssh2-library (1.2.7).</p>
<p>You can get the scripts and the sourcecode here: <a href="https://github.com/x2on/libssh2-for-iOS">https://github.com/x2on/libssh2-for-iOS</a><br />
The example uses libssh2 to make an ssh connection to an ssh server. Then you can execute commands on the server and get the output in your app.</p>
<p>You can build the libssh2 library with openssl or with libgcrypt!<br />
libssh2 with openssl:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">.<span style="color: #000000; font-weight: bold;">/</span>build-all.sh openssl</pre></div></div>

<p>libssh2 with libgcrypt:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">.<span style="color: #000000; font-weight: bold;">/</span>build-all.sh libgcrypt</pre></div></div>

<div><a href="http://www.x2on.de/wp-content/uploads/2011/02/libssh2.png"><img class="alignnone size-medium wp-image-728" title="libssh2" src="http://www.x2on.de/wp-content/uploads/2011/02/libssh2-159x300.png" alt="" width="159" height="300" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.x2on.de/2011/02/02/libssh2-for-ios-iphone-and-ipad-example-app-with-ssh-connection/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
		<item>
		<title>GnuTLS for iOS (iPhone and iPad)</title>
		<link>http://www.x2on.de/2011/02/01/gnutls-for-ios-iphone-and-ipad/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gnutls-for-ios-iphone-and-ipad</link>
		<comments>http://www.x2on.de/2011/02/01/gnutls-for-ios-iphone-and-ipad/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 14:28:27 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[Encryption]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[GnuTLS]]></category>
		<category><![CDATA[libgcrypt]]></category>
		<category><![CDATA[libgpg-error]]></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=719</guid>
		<description><![CDATA[This is a tutorial for using self-compiled builds of the GnuTLS-library for iOS. You can build apps with XCode and the official SDK from Apple with this. I also made a small example-app for using the libraries with XCode and the iPhone/iPhone-Simulator. You can also download the precompiled GnuTLS-library (2.10.4). Enjoy GnuTLS on the iPhone! [...]]]></description>
			<content:encoded><![CDATA[<p>This is a tutorial for using self-compiled builds of the GnuTLS-library for iOS. You can build apps with XCode and the official SDK from Apple with this. I also made a small example-app for using the libraries with XCode and the iPhone/iPhone-Simulator. You can also download the precompiled GnuTLS-library (2.10.4).</p>
<p>Enjoy GnuTLS on the iPhone!<br />
<span id="more-719"></span><br />
I have made an iOS 4.2 XCode Project with GnuTLS 2.10.4 Libaries. The examples uses the MD5-algorithm to calculate an md5 from an UITextfield.</p>
<p>You can get the scripts and the sourcecode here: <a href="https://github.com/x2on/GnuTLS-for-iOS">https://github.com/x2on/GnuTLS-for-iOS</a></p>
<p><a href="http://www.x2on.de/wp-content/uploads/2011/02/GnuTLS.png"><img class="alignnone size-medium wp-image-720" title="GnuTLS" src="http://www.x2on.de/wp-content/uploads/2011/02/GnuTLS-159x300.png" alt="" width="159" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.x2on.de/2011/02/01/gnutls-for-ios-iphone-and-ipad/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>

