change default watch extension name

This commit is contained in:
Watson
2014-11-21 17:08:11 +09:00
committed by Eloy Durán
parent 6ef3355428
commit 9efd7c0a19

View File

@@ -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'