mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-10 07:20:43 +08:00
[WatchKit] Prefer single quotes in Rakefile.
This commit is contained in:
@@ -85,7 +85,7 @@ namespace :watch do
|
||||
unless watch_extension
|
||||
App.fail 'You can only use this task with a WatchKit application ' \
|
||||
'configured. To configure one use ' \
|
||||
'`app.target "path/to/MyWatchApp", :extension`.'
|
||||
'`app.target \'path/to/MyWatchApp\', :extension`.'
|
||||
end
|
||||
|
||||
if ENV['type'] && ENV['type'].downcase == 'notification' && ENV['payload'].nil?
|
||||
|
||||
Reference in New Issue
Block a user