This is just a refactor of SugarCube's package system. This makes it easier to support ios, osx, and/or android.
- Renames
sugarcube-appkit
andsugarcube-uikit
tosugarcube-ui
, so that we can also include Android extensions without having multiple names for the same thing. - The Repl module was extensively rewritten to support Android, and while the methods are ready, the runtime hasn't caught up yet. But we'll be there when it does 😃
- Added some extensions to
android/sugarcube-ui
, but extending built-in classes isn't there yet. Again, this is just "getting ready" for better Android support.
Also some misc fixes to OS X support, just sneaking those in... 😉