[WatchKit] Update template for new IB gem.

This commit is contained in:
Eloy Durán
2014-12-11 20:25:54 +01:00
parent 81c032050d
commit 89c8b4d2cb
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
source 'https://rubygems.org'
gem 'rake'
gem 'ib', '>= 0.7.0'
# Add your dependencies here:
gem 'ib'

View File

@@ -11,3 +11,9 @@ end
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
end
require 'ib/tasks'
IB::RakeTask.new do |project|
project.resource_directories = ['watch_app']
end