From 3795cebfd8a246b387e65fd26262854ff582a48f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Fri, 5 Dec 2014 21:20:35 +0100 Subject: [PATCH] [WatchKit] Call the WatchKit.framework `main()` implementation. --- lib/motion/project/template/ios-watch-extension-config.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/motion/project/template/ios-watch-extension-config.rb b/lib/motion/project/template/ios-watch-extension-config.rb index 9994fa05..a88fbb5f 100644 --- a/lib/motion/project/template/ios-watch-extension-config.rb +++ b/lib/motion/project/template/ios-watch-extension-config.rb @@ -106,8 +106,9 @@ EOS RubyMotionInit(argc, argv); EOS main_txt << <