mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-03-29 09:09:07 +08:00
[UIAutomation] Make test suite load BS files from local dev checkout.
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
$:.unshift(File.expand_path('../../../lib', __FILE__))
|
||||
require 'motion/project'
|
||||
require 'motion/project/template/ios'
|
||||
|
||||
Motion::Project::App.setup do |app|
|
||||
# Use `rake config' to see complete project settings.
|
||||
app.name = 'MacBacon UI'
|
||||
app.sdk_version = '6.1'
|
||||
app.frameworks << 'CoreGraphics'
|
||||
app.motiondir = '/Library/RubyMotion'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user