Skip to content
tonyatoms edited this page Jan 21, 2014 · 7 revisions

Welcome to the glissando wiki! The wiki is being used as note-pad during the planning stages, so it, like the codebase will probably be in serious flux (when it isn't being neglected).

Also note that there is not yet an index or any shortcuts to internal navigation, so take a gander at the Pages tab above if you are looking for something in particular.

BUILDING

Note: only the iOS build is current.

iOS (native Xcode) As of Tue Jan 21 08:46:12 CST 2014 - the iOS build is working but rudimentary. You should only have to change your developer profile if you'd like to install on a device or build an archive.

Titanium (iOS and Android) at this point, Mon Jan 6 17:46:09 2014 -0600, things are very rudimentary. There really isn't much point in cloning and building this, but if you really want to try the Titanium build:

  1. clone the repo

  2. for iOS, the only way I've been able to get a build is to build the app with Titanium (that is, "run" which builds the app, but fails to successfully load the app onto a device OR the Simulator). Then find the resulting glissando.xcodeproject file, open that with Xcode and run it on a device or sim. From Xcode it works for me. That kind of rigmarole is not really acceptable and if I can't get it it to run directly from Titanium I may end up forswearing Titanium and going native.

  3. for Android - I've had zero luck with the Android emulators included with the ADT. But following the instructions in this blog post by Trevor Ward did result in a fast and working emulator: http://www.appcelerator.com/blog/2013/11/genymotion-an-android-emulator-you-can-use/ Note that the genyScript file included in the mobile directory is designed to work with the Genymotion simulator, but might work with ADT simulators also.

Clone this wiki locally