6 ms·
I use Emacs and Make as my IDE (yes, it does call xcode to do the actual compile). There is at least one Ruby and one Javascript compiler you can use.
by TJensen 17y ago
I use Emacs and Make as my IDE (yes, it does call xcode to do the actual compile). There is at least one Ruby and one Javascript compiler you can use.
- smikhanov 17y agoCould you please give a little bit more info on how do you do this (and links to Ruby/JS compilers)?
- TJensen 17y agoThis goes in my Makefile. I have to add files in xcode. all: xcodebuild -activeconfiguration -activetarget -sdk iphonesimulator3.0 -project MyProject.xcodeproj I may have to back out of the Ruby. I thought I remembered reading about a Ruby project for iPhone apps, but I think I was smoking something that day. Other Links: http://sourceforge.net/projects/quickconnect/ http://sourceforge.net/projects/quickconnect/ http://phonegap.com/ http://phonegap.com/