mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-05 22:40:25 +08:00
[WatchKit] Update template for new IB gem.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'rake'
|
||||
gem 'ib', '>= 0.7.0'
|
||||
# Add your dependencies here:
|
||||
gem 'ib'
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user