简体   繁体   English

是否有命令行替代Xcode和Interface Builder

[英]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). 我正在使用XCode开发适用于Mac OS X的应用程序。Xcode在我的Mac资源上很繁琐,因此当我长时间(超过8小时)使用它时,它会使机器运行缓慢。 I used to work in C++ with the Command Line & Makefile and it was pretty enough and good for me. 我曾经在C ++中使用命令行和Makefile进行工作,这对我来说已经足够了,对我也有好处。 Is it Possible that i can Develop apps for Mac, which has some UI(NSStatusItem) fully through Command Line or mostly command Line ? 我是否可以完全通过命令行或主要通过命令行为Mac开发具有UI(NSStatusItem)的Mac应用程序?

I explored through some Makefiles for Objective C, but i don't know how to bind the UI actions to the Code. 我浏览了一些用于目标C的Makefile,但我不知道如何将UI动作绑定到代码。 I doubt if it's really possible though Command Line. 我怀疑通过命令行是否真的可能。

I have tried Searching for Command Line alternative for Xcode, but there seems to be None. 我已经尝试过搜索Xcode的命令行替代方案,但是似乎没有。 The Only Choice is Xcode for developing Mac Apps. 唯一的选择是用于开发Mac Apps的Xcode。

I found out this. 我发现了 Maybe it'll help you :) 也许会对您有所帮助:)

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM