From 2abe1e16adfd66ecf2e50435c8319fae0a76d3c3 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Wed, 29 May 2013 19:22:10 +0900 Subject: [PATCH] app.arguments_passed_on_launch -> app.sim_args --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3f2f6959..f5812fcf 100644 --- a/NEWS +++ b/NEWS @@ -19,7 +19,7 @@ * Fixed a bug where it would hold an object if it would call the #initXXX in the #initialize of a class inherited Objective-C class. * Added a feature which passing the arguments on launching app. - (Ex app.arguments_passed_on_launch = "-com.apple.CoreData.SQLDebug 1") + (Ex app.sim_args = "-com.apple.CoreData.SQLDebug 1") = RubyMotion 2.0 =