mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-04 09:38:00 +08:00
change default watch extension name
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user