Workflow - ParkinT/RubyMotion_Life GitHub Wiki
Rakefile:
Abstracting the Rakefile allows me to use one, generic, file and easily customize only those few pieces that are specific to each application.
- The Rakefile (below) exists at a global directory level.
- Each project contains a symlink to that file.
- A 'properties' file (app_properties.rb) contains the details and is parsed in the Rakefile
{Details in this gist}