mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-28 12:45:36 +08:00
[WatchKit] Update template for new IB gem.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'rake'
|
gem 'rake'
|
||||||
|
gem 'ib', '>= 0.7.0'
|
||||||
# Add your dependencies here:
|
# Add your dependencies here:
|
||||||
gem 'ib'
|
|
||||||
@@ -11,3 +11,9 @@ end
|
|||||||
Motion::Project::App.setup do |app|
|
Motion::Project::App.setup do |app|
|
||||||
# Use `rake config' to see complete project settings.
|
# Use `rake config' to see complete project settings.
|
||||||
end
|
end
|
||||||
|
|
||||||
|
require 'ib/tasks'
|
||||||
|
|
||||||
|
IB::RakeTask.new do |project|
|
||||||
|
project.resource_directories = ['watch_app']
|
||||||
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user