#165: Embeddable MacRuby.framework misses the BridgeSupport dylib files --------------------------------+------------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.4 Component: MacRuby | Keywords: crash,bridge support,gc --------------------------------+-------------------------------------------
Comment(by [EMAIL PROTECTED]): I committed the necessary infrastructure changes as part of r762. Now MacRuby will load any BridgeSupport file/dylib that is inside the executable bundle, in Resources/BridgeSupport, prior to any other location. This means you can copy all the .dylib files inside your .app bundle and (in theory) your app should run on a vanilla Leopard install. The following should work (untested though) {{{ $ mkdir /Path/To/MyApp.app/Contents/Resources/BridgeSupport $ find /System/Library/Frameworks -regex ".*/BridgeSupport/.*dylib" -exec cp {} /Path/To/MyApp.app/Contents/Resources/BridgeSupport \; }}} This will be automatized as part of the hotcocoa deploy task and be also available as an Xcode target. -- Ticket URL: <http://www.macruby.org/trac/ticket/165#comment:3> MacRuby <http://macruby.org/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel