| Sign In/My Account | View Cart |
| Article: |
Replacing AppleScript with Ruby | |
| Subject: | Xcode integration | |
| Date: | 2007-02-28 08:42:41 | |
| From: | damonhoxworth | |
|
What are the abilities as far as using appscrpt with Xcode? Am I able to create droplets, or Studio like (standalone) apps with it?
|
||
Showing messages 1 through 3 of 3.
There is a RubyOSA language component available at http://homepage.mac.com/philip_aker/osa/osa.html but it provides only limited functionality (load, save, compile and run), so isn't powerful enough for building Studio apps, though you can create Script Editor applets with it. For more advanced projects, I'd second Damon's suggestion of RubyCocoa.
HTH