From 06c2736299ee71af780780c626a09da7eb60a3a0 Mon Sep 17 00:00:00 2001 From: Watson Date: Fri, 21 Nov 2014 13:40:06 +0900 Subject: [PATCH] change entry point for watch extension Watch extension uses "PlugInKit`-[PKService run]" as entry point. --- lib/motion/project/template/ios-extension-config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/motion/project/template/ios-extension-config.rb b/lib/motion/project/template/ios-extension-config.rb index f959f8bf..42c07124 100644 --- a/lib/motion/project/template/ios-extension-config.rb +++ b/lib/motion/project/template/ios-extension-config.rb @@ -290,7 +290,7 @@ EOS EOS main_txt << <