petegoodliffe / PGMidi

PGMidi iOS MIDI library and example code
297 stars 83 forks source link

Added OSX/iOS Target Conditionals #16

Open sieren opened 9 years ago

sieren commented 9 years ago

Added the SDK (part of Mac and iOS SDKs) header "TargetConditionals.h" to make it easier to use the PGMIDI Sources as a Drop-in with no additional configuration. Before the build process would fail because the device target macros couldnt be found.