Daniel, Welcome to the list. Currently MacRuby doesn't optimize the output size. There are few things you can do to reduce the file size, such as not including the Ruby 1.9 standard library with your app if you don't need it. In the future the app size should be reduced by only including the libraries needed as well as using doing some other tricks Laurent mentioned previously in the list. (mainly related to the way LLVM is linked if I remember correctly)
To sum up, most of your 34mb were MacRuby + Ruby stdlib so a small app or a big app will have more or less the same size. In the future, compiled apps should be smaller but honestly it doesn't matter that much as HD space is cheap and bandwidth isn't really an issue at this point. - Matt On Wed, Apr 7, 2010 at 8:50 AM, Daniel Lopes <danielvlo...@gmail.com> wrote: > Hello, this is my first post here and I am new in the Apple Dev/MacRuby. I > don't know if this the right mailing list, I don't found any other in the > MacRuby site related to questions about development. So, if this mail isn't > appropriate here please let me know. Some days ago, in a sample app, I tried > to embed the MacRuby Framework to distribute the app as a standalone package > but the size of the app became huge. There is some effort to make the > embedded framework smaller or any tip/tricks that I should do to get small > apps? Or all my apps will have 34mb? (It's not a big problem, just to know). > > Thanks. > > * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * > Daniel Lopes - Area Criações > Design, Websites e Sistemas Web > > http://www.areacriacoes.com.br/ > http://www.cifrascash.com/ > http://pomodo.areacriacoes.com.br/ > http://egenial.com.br/cursorails > > twitter: @danielvlopes > * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * > 55 (31) 3077-4560 / 55 (31) 8808-8748 / 55 (31) 8737-7501 > > _______________________________________________ > MacRuby-devel mailing list > MacRuby-devel@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > >
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel