public
Description: The Rhodes framework is a platform for building locally executing, device-optimized mobile applications for all major smartphone devices.
Homepage: http://www.rhomobile.com
Clone URL: git://github.com/rhomobile/rhodes.git
rhodes / apps / config.rb
100644 9 lines (5 sloc) 0.161 kb
1
2
3
4
5
6
7
8
9
require 'rho'
 
Rho::RhoConfig.start_path = '/'
 
Rho::RhoConfig.options_path = '/'
 
Rho::RhoConfig.rhobundle_zip_url = nil
 
Rho::RhoConfig.rhobundle_zip_pwd = nil