Sorry Kevin,
Kevin,Even with the -bs option, MacRuby app might still not be able to load the bridge support preview properly on 10.6. Here's what I do for Gmail Notifr:dir_path = NSBundle.mainBundle.resourcePath.fileSystemRepresentationload_bridge_support_file "#{dir_path}/BridgeSupport/Security.bridgesupport" if NSAppKitVersionNumber < 1138
1138 is the version number for 10.7, on which it doesn't have problem.The above lines are put in rb_main.rb file. You can see the full file if interested:
Hope this works for you.Cheers,JamesOn Sat, Feb 25, 2012 at 4:56 AM, Kevin Colyar <kevin@colyar.net> wrote:
Anyone know if there's a way to include Bridge Support Preview 3 into my MacRuby app so users before 10.7 doing need to install Bridge Support separately?--Kevin Colyar
_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel