Guest User

Untitled

a guest
Jan 18th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2. $:.unshift("/Library/RubyMotion/lib")
  3. require 'motion/project/template/android'
  4.  
  5. begin
  6. require 'bundler'
  7. Bundler.require
  8. rescue LoadError
  9. end
  10.  
  11. Motion::Project::App.setup do |app|
  12. # Use `rake config' to see complete project settings.
  13. app.api_version = '27'
  14. app.name = 'Hello'
  15. end
Add Comment
Please, Sign In to add comment