alexrothenberg / rubymotion-inspect

Official app of the RubyMotion Inspect Conference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RubyMotion Inspect

What is it?

RubyMotion Inspect is the official app for the RubyMotion Inspect annual conference.

Getting started

Obviously you will need a working copy of RubyMotion (1.34 at the time of writing this) and Xcode with command-line tools installed. You'll also need to setup Cocoapods and Bundler on your machine.

Once you have all this, simply run bundle the first time then rake to build and launch the simulator (see RubyMotion docs for more informations).

Testing with motion-calabash

Calabash-RubyMotion Sample from Inspect2013 conference

To try

gem install motion-calabash
rake build

Run acceptance tests

rake calabash:run

(make sure the iOS Simulator isn't hidden behind some other window).

To run on a USB-connected device, make sure the device is enabled for development, and you have an appropriate provisioning profile. Then run

rake calabash:run device

Be sure to check out the documentation for motion-calabash.

Authors

Hugues Lismonde

Laurent Sansonetti

Contributing

Fork, Clone, Commit, Push, Pull-Request

License

See LICENSE

About

Official app of the RubyMotion Inspect Conference

License:MIT License


Languages

Language:Ruby 100.0%