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'