Manikandaraj Srinivasan
Manikandaraj Srinivasan

Reputation: 3647

Is there a Command Line alternative to Xcode & Interface Builder

I'm using XCode to develop an App for Mac OS X. Xcode is heavy on my Mac Resources and it makes the machine pretty sluggish when i work on it for some long time(more than 8 hours). I used to work in C++ with the Command Line & Makefile and it was pretty enough and good for me. Is it Possible that i can Develop apps for Mac, which has some UI(NSStatusItem) fully through Command Line or mostly command Line ?

I explored through some Makefiles for Objective C, but i don't know how to bind the UI actions to the Code. I doubt if it's really possible though Command Line.

Upvotes: 0

Views: 505

Answers (2)

Manikandaraj Srinivasan
Manikandaraj Srinivasan

Reputation: 3647

I have tried Searching for Command Line alternative for Xcode, but there seems to be None. The Only Choice is Xcode for developing Mac Apps.

Upvotes: 2

Dominik Hadl
Dominik Hadl

Reputation: 3619

I found out this. Maybe it'll help you :)

http://atastypixel.com/blog/objective-c-cocoa-on-the-command-line/

Upvotes: 1

Related Questions