[MacRuby-devel] [MacRuby] #281: Bundles pointing to local MacRuby installation instead of embedded

MacRuby ruby-noreply at macosforge.org
Tue Aug 4 01:49:05 PDT 2009


#281: Bundles pointing to local MacRuby installation instead of embedded
-------------------------------+--------------------------------------------
 Reporter:  reborg@…           |       Owner:  lsansonetti@…                            
     Type:  defect             |      Status:  new                                      
 Priority:  major              |   Milestone:                                           
Component:  MacRuby            |    Keywords:  embedded,deploy,installation,distribution
-------------------------------+--------------------------------------------

Comment(by reborg@…):

 Thanks Laurent for the hint, I got it working with:

 {{{
 cd <YourApp.app>/Contents
 install_name_tool -change
 /Library/Frameworks/MacRuby.framework/Versions/0.4/usr/lib/libmacruby.dylib
 @executable_path/../Frameworks/MacRuby.framework/Versions/0.4/usr/lib/libmacruby.dylib
 Frameworks/MacRuby.framework/Versions/0.4/usr/lib/ruby/1.9.1/universal-
 darwin9.5/<BundleName>.bundle
 }}}

 where BundleName in my case were socket, fcntl, stringio, syck. I'm going
 to rake this on all .bundle(s) as part of the deploy build along with a
 clean-up of unnecessary MacRuby files (for distribution).

 Renzo

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/281#comment:2>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list