From: <ki...@us...> - 2012-09-17 12:25:56
|
Revision: 2381 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2381&view=rev Author: kimuraw Date: 2012-09-17 12:25:46 +0000 (Mon, 17 Sep 2012) Log Message: ----------- Let to accept some app arguments as ruby options RubyCocoa app now accepts arguments after "--rubycocoa-ruby-opt" as ruby options. like this: YourApp.app/Contents/YourApp --NSFooBar 123 \ --rubycocoa-ruby-opt standaloneify.rb --standaloneify ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ these argument passed to ruby interpleter as options this feature fixes standaloneify.rb does not works. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/RBRuntime.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |