Anyone using rubsyscript2exe on Mac OS X to generate standard Mac
application bundles, or at the very least a standalone archive that can
be deployed in an application bundle?
Kevin W. wrote:
Anyone using rubsyscript2exe on Mac OS X to generate standard Mac
application bundles, or at the very least a standalone archive that can
be deployed in an application bundle?
try use platypus Platypus - Create Mac apps from command line scripts |
Arie Kusuma A. wrote:
Kevin W. wrote:
Anyone using rubsyscript2exe on Mac OS X to generate standard Mac
application bundles, or at the very least a standalone archive that
can be deployed in an application bundle?try use platypus Platypus - Create Mac apps from command line scripts |
Any examples of Ruby-Tk applications that are deployed in this fashion?
try use platypus Platypus - Create Mac apps from command line scripts |
Any examples of Ruby-Tk applications that are deployed in this fashion?
From what I’ve heard, you may get better results with RubyCocoa:
–
Giles B.
Blog: http://gilesbowkett.blogspot.com
Portfolio: http://www.gilesgoatboy.org
On Jun 14, 2007, at 4:14 PM, Giles B. wrote:
try use platypus Platypus - Create Mac apps from command line scripts |
Any examples of Ruby-Tk applications that are deployed in this
fashion?From what I’ve heard, you may get better results with RubyCocoa:
Depends what you want to do.
Platypus is for pretty much just skinning a script with a GUI, but
RubyCocoa is an actual bridge that allows you to write code that
accesses the Cocoa framework directly using Ruby rather than
Objective-C.
RubyCocoa will require a lot more knowledge of Cocoa and even
Objective-C than would Platypus.
RubyCocoa will require a lot more knowledge of Cocoa and even
Objective-C than would Platypus.
My bad. Platypus looks cool.
–
Giles B.
Blog: http://gilesbowkett.blogspot.com
Portfolio: http://www.gilesgoatboy.org