From 9efd7c0a196df8e61362cbaa5ea260e79d0cbeee Mon Sep 17 00:00:00 2001 From: Watson Date: Fri, 21 Nov 2014 17:08:11 +0900 Subject: [PATCH] change default watch extension name --- .../project/template/ios-watch-extension/files/Rakefile.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/motion/project/template/ios-watch-extension/files/Rakefile.erb b/lib/motion/project/template/ios-watch-extension/files/Rakefile.erb index d94f9411..3d00f896 100644 --- a/lib/motion/project/template/ios-watch-extension/files/Rakefile.erb +++ b/lib/motion/project/template/ios-watch-extension/files/Rakefile.erb @@ -10,7 +10,7 @@ end Motion::Project::App.setup do |app| # Use `rake config' to see complete project settings. - app.name = '<%= name %>' + app.name = '<%= name %> WatchKit Extension' app.frameworks << "WatchKit" app.info_plist['NSExtension'] = { 'NSExtensionPointIdentifier' => 'com.apple.watchkit'