Ableton Live scene launcher app for iOS 8+, written in Swift as a learning project.
See the SceneLauncher website for setup instructions.
iOS 8+ framework dependencies (ReactiveCocoa, Cartography) are installed using Carthage:
# Needed if you get the "Multiple matching codesigning identities found" error
export CODE_SIGN_IDENTITY="..."
carthage update
OSCKit is installed using CocoaPods
pod install
Jari Aarniala, 2015. Licensed under the MIT license.