Skip to content

Configure Workspace iOS

mlmateo edited this page Sep 4, 2014 · 1 revision

Xcode

  • A Mac computer with Xcode installed is required to develop an g3m application for iOS devices
  • You can learn more about that: Xcode

G3M configuration

Once you get a working environment you can follow this steps:

  • Clone the repository. Tip: Use the branch purgatory if you want to use the latest g3m capabilities. The branch master is a little more stable but is older.
  • From Xcode open one of these projects:
  • G3MWebGLDemo (We use this project for the purpose of quick testing, so it may look a little messy)
  • G3MApp (This is the project of the demo application uploaded on the App Store. G3M Application

After opening one of the previous projects, clean and run it. If you've got an iOS device, run the project on it. Otherwise, choose the simulator provided by Xcode.