Archive for tag: Xcode

Creating Executable Applications from Shell Scripts on OS X

19 June, 2010 (06:30) | Mac OS X, [English Posts] | By: Wolfgang

Todays post gives a short overview of two ways to execute shell scripts from the GUI, i.e. the Finder.

Using the Extension .command
The easiest way to convert a shell script into a clickable application is to append the extension .command. If you double click on the .command file in the Finder it should be executed.

Creating ...

Xcode 3 and Subversion Poblems

3 June, 2010 (06:30) | Mac OS X, [English Posts] | By: Wolfgang

For a project with two people working on it I set up a svn repository for version control.

Paths to some additional libraries and frameworks in the project directory had to be declared. The problem was that some paths always got mixed up after updating via Subversion. The ~/.subversion/config file was set up properly on ...