he9qi/motion-geocoder

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage
# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project/template/ios'

begin
  require 'bundler'
  require 'afmotion'
  Bundler.require
rescue LoadError
end

Motion::Project::App.setup do |app|

  app.name = 'motion-geocoder'
  app.identifier = 'com.heyook.motion-geocoder'


end