I'm not sure, I've haven't gotten that far with updating hot cocoa.
My understanding is that the menu comes from the nib file or code, not part of
the app builder.
Mark Rada
mr...@marketcircle.com
On 2011-04-29, at 12:18 PM, Eloy Duran wrote:
> Didn't HotCocoa apps have some subtle issue, t
Didn't HotCocoa apps have some subtle issue, though? Like not getting
a full app menu or something, not sure what it was…
On Fri, Apr 29, 2011 at 6:07 PM, Mark Rada wrote:
> There is also the application builder for hot cocoa. Except for needing a
> config file, you can use it without the rest o
There is also the application builder for hot cocoa. Except for needing a
config file, you can use it without the rest of hot cocoa.
Mark Rada
mr...@marketcircle.com
On 2011-04-29, at 10:47 AM, Eloy Duran wrote:
> PS every now and then I work on getting my command-line builder to
> where I wa
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
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 wrote:
> Hi,
> is there any tutorial how to build standalone application package without
> Xcode?
>
> Right now I am developing it in Textmate and debug
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 comp