[MacRuby-devel] Building an application package

Eloy Duran eloy at dekleineprins.me
Fri Apr 29 07:47:21 PDT 2011


PS every now and then I work on getting my command-line builder to
where I want it to be, but I haven't had enough time yet:
https://github.com/alloy/rucola. Also since Xcode 4 has a new template
system, parts have to be rewritten. I haven't looked into how much
work that might be yet.

On Fri, Apr 29, 2011 at 4:44 PM, Eloy Duran <eloy at dekleineprins.me> wrote:
> Create the app through xcode once, then use `xcodebuild` to build and
> `macruby_deploy` to package.
>
> On Fri, Apr 29, 2011 at 4:35 PM, Petr Kaleta <petr.kaleta at me.com> wrote:
>> Hi,
>> is there any tutorial how to build standalone application package without Xcode?
>>
>> Right now I am developing it in Textmate and debugging from terminal using
>>
>> $ macruby main.rb
>>
>> So how can I create standalone *.app which will include all gems, frameworks, etc. And also my ruby code must be compiled as well.
>>
>> Thanks
>>
>> - Petr
>> _______________________________________________
>> MacRuby-devel mailing list
>> MacRuby-devel at lists.macosforge.org
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>
>


More information about the MacRuby-devel mailing list