AudioKit / AudioKitSynthOne

AudioKit Synth One: Open-Source iOS Synthesizer App
http://audiokitpro.com/synth
MIT License
1.67k stars 217 forks source link

[Cataylst] Refactor Platform Services/Dependencies #121

Closed sieren closed 4 years ago

sieren commented 4 years ago

Refactor the way we talk to OneSignal and MSAppCenter. Since none of these are currently available we are moving those into a Platform-dependent service file that's being called at launch. This way we keep the AppDelegate clean from Platform-dependent code.

Based on https://github.com/AudioKit/AudioKitSynthOne/pull/120 (Please merge that one first)

sieren commented 4 years ago

Don’t merge. Gonna fix the build errors.

sieren commented 4 years ago

reping @aure - CI is green now