Rakefile in motion-xray-1.0.4 vs Rakefile in motion-xray-1.0.6
- old
+ new
@@ -1,11 +1,13 @@
# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion/lib")
-require 'motion/project'
+require 'motion/project/template/ios'
require './lib/motion-xray'
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = 'motion-xray'
app.detect_dependencies = false
+ app.frameworks << 'MessageUI'
+ app.device_family = [:iphone, :ipad]
end