nicklockwood / iVersion

[DEPRECATED]
http://www.charcoaldesign.co.uk/source/cocoa#iversion
Other
1.95k stars 292 forks source link

iVersion cannot be used with RubyMotion #71

Open jhaungs opened 9 years ago

jhaungs commented 9 years ago

Ruby requires class names to start with an uppercase letter, so the code "iVersion.sharedInstance" cannot find the iVersion class.

Would it be possible to export an additional version of the class named IVersion?