Cocoa wrappers and helpers for RubyMotion (Ruby for iOS and OS X) - Making Cocoa APIs more Ruby like, one API at a time. Fork away and send your pull requests
require 'motion/project/template/ios'
begin
require 'bundler'
Bundler.require
rescue LoadError
end
require 'bubble-wrap/all'
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = '...'
app.sdk_version = "9.3"
app.deployment_target = "9.3"
end
BW::App.alert stopped working:
gemfile
rakefile