Latest tweets from eosgarden

FileSystem iOS app 2.0 uploaded to the AppStore… Extended review time… Version 1.0 removed from the AppStore… Thanks Apple… #bastards
eosgarden - 09.05.2012 / 00:15
@JonnyBellman Sure… Just write us an email, with as many details as possible : )
eosgarden - 05.02.2012 / 18:17
Noxeos - Mixing C++ with C/Objective-C: http://t.co/VS5zeASf
eosgarden - 16.01.2012 / 23:01
FileSytem for iPhone is finally compatible with iOS 5 - update or download it now: http://t.co/yXqCFkC9
eosgarden - 11.01.2012 / 22:22
Noxeos - Warning flags for Clang: http://t.co/iZFQWi6f
eosgarden - 10.01.2012 / 20:36
AutoPurge - Optimize your system memory with a single click: http://t.co/9oTKasSS
eosgarden - 10.01.2012 / 20:24
Manual - Unix man pages at your fingertips: http://t.co/81rZTSeC
eosgarden - 10.01.2012 / 20:12
PropEdit 2.1.0: http://t.co/zJsERSpb
eosgarden - 10.01.2012 / 19:48
@dodyrw NodeJS binary is included in WebStart. GUI is ready, and will be available in the next version (should be released in a few days).
eosgarden - 08.01.2012 / 22:03
@dfeyer Don't know the Percona version (yet)… Is it better than MySQL?
eosgarden - 07.01.2012 / 10:59
 
 
 

XCode integration

The Magic MakeFile can be easily integrated into IDE software, such as Apple's XCode (part of the Developer Tools).
This short tutorial will teach you how to build an XCode project that uses the Magic MakeFile as build tool.
 
 

Project setup

From XCode, simply create a new project. From the project creation window, under "Mac OS X", choose "Other", then select "External Build System", as shown in the picture below.
This will tell XCode not to use it's internal build system.
A custom target is automatically created. Although its settings can be adjusted, the default ones work perfectly with the Magic MakeFile.
Then simply copy the Magic MakeFile files into your XCode project's directory.
You're done! Now each time you'll tell XCode to build your project, the Magic MakeFile will be used.
It's output will be displayed directly in the XCode build results view, just as a normal XCode project.