An amazing project that generates micro reports from tournament results
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
472 B

# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project/template/ios'
begin
require 'bundler'
Bundler.require
rescue LoadError
end
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = 'RealmRubyMotionSimpleExample'
app.external_frameworks << '../../../../build/ios-static/Realm.framework'
app.vendor_project 'models', :static, :cflags => '-F ../../../../../build/ios-static/'
end