#174: Allow embedding of arbitrary versions of MacRuby --------------------------------+------------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: --------------------------------+-------------------------------------------
Comment(by [EMAIL PROTECTED]): JFYI, {{{build_as_embeddable}}} was removed because it's really not necessary anymore. You can still embed a given version of MacRuby in your app by doing: {{{ $ rake $ DESTDIR=/tmp/foo rake install $ mkdir -p /path/to/MyApp.app/Contents/Frameworks $ cp -r /tmp/foo/Library/Frameworks/MacRuby.framework /path/to/MyApp.app/Contents/Frameworks }}} Then use the Xcode target, or: {{{ $ macruby -r hotcocoa/application_builder -e "HotCocoa::ApplicationBuilder.deploy(ARGV[0])" /path/to/MyApp.app }}} Now, this is quite painful to do. We should introduce a way to deploy a specific version of the framework. -- Ticket URL: <http://www.macruby.org/trac/ticket/174#comment:2> MacRuby <http://macruby.org/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel