diff --git a/bin/motion b/bin/motion index 49929b80..7722fd5b 100644 --- a/bin/motion +++ b/bin/motion @@ -52,6 +52,7 @@ EOS class AppDelegate def application(application, didFinishLaunchingWithOptions:launchOptions) puts "Hello World!" + return true end end EOS