Regarding to my tutorial for building SuperTux 0.3.3 on Mac OS X Lion i updated the tutorial for Mac OS X Mountain Lion.
Why You Should Use Continuous Integration for iOS Development?
Because every change in your code can break your app!
Weak Delegate and OCMock
If you switch your Objective-C project to ARC or start a new project based on ARC you could use __weak delegates. But if you try to mock them with OCMock, it fails.
Simple-share for iOS - a Drop-in Library for Social Share
There are a lot of social share libraries like ShareKit, but for my case they where too complicated to integrate or too big for my project. So i decided to build my own share library.
iOS-Libaries: Cyrius-sasl, Libetpan, Expat, Sksmtpmessage
I published some scripts and modifications to build the following libraries for the iOS-SDK:
- cyrius-sasl: https://github.com/x2on/cyrus-sasl-ios
- expat: https://github.com/x2on/expat-ios
- libetpan: https://github.com/x2on/libetpan
- sksmtpmessage: https://github.com/x2on/skpsmtpmessage
SuperTux 0.3.3 for Mac OS X Lion Download
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)
Tutorial: Building SuperTux 0.3.3 on Mac OS X Lion
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.
Secure-Mail Is Ready for Download on Apple App Store
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
Secure-Mail: Waiting for Review
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/
Tutorial: Redmine With Git and Gitosis on Ubuntu 11.04
This is a tutorial for installing redmine on Ubuntu 11.04 with Git integration, managed by Gitosis and a redmine gitosis plugin.
It’s based on my last tutorial about installing redmine ob Ubuntu 8.04: http://www.x2on.de/2010/10/30/tutorial-redmine-with-svn-git-and-gitosis-on-ubuntu-8-04/