mobile-music
mobile-music copied to clipboard
A primer on mobile music development for iOS devices
= mobile-music A primer on mobile music development for iOS devices
== MAIN FEATURES This repository contains two Xcode projects.
- MinimalMusic - this contains only material covered in the course; if you missed something from class, it should be in here
- MobileMusic - this has additional content that may be useful for those who want to explore a little more
Also included is a workspace, MusicWorkspace.xcworkspace, that includes references to both projects allowing easy access to both projects. Working in this workspace allows files to be copied ove'r from one project to another easily.
== GETTING STARTED
- Clone (or fork and clone) this repository and open up the desired project/workspace in Xcode.
- Compile and run on the iOS simulator or you iOS device.
== LICENSE mobile-music is released under the {MIT License}[http://opensource.org/licenses/MIT].