Files
RubyMotion/lib/motion/project/template/ios-watch-extension/files/Rakefile.erb
2014-12-10 20:35:38 +01:00

14 lines
279 B
Plaintext

# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project/template/ios-watch-extension'
begin
require 'bundler'
Bundler.require
rescue LoadError
end
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
end