[MacRuby-devel] [MacRuby] #174: Allow embedding of arbitrary versions of MacRuby

MacRuby ruby-noreply at macosforge.org
Wed Dec 3 02:31:41 PST 2008


#174: Allow embedding of arbitrary versions of MacRuby
--------------------------------+-------------------------------------------
 Reporter:  self@…              |       Owner:  lsansonetti@…        
     Type:  defect              |      Status:  new                  
 Priority:  major               |   Milestone:                       
Component:  MacRuby             |    Keywords:                       
--------------------------------+-------------------------------------------

Comment(by lsansonetti@…):

 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/>



More information about the MacRuby-devel mailing list