mrRay / vvopensource

OSC and MIDI frameworks for OS X and iOS, a framework for managing and rendering to GL textures in OS X, and a functional ISF (interactive shader format) implementation for OS X.
231 stars 33 forks source link

Set DEFINES_MODULE to YES on macOS Frameworks for Swift compatibility. #32

Closed pixlwave closed 4 years ago

pixlwave commented 5 years ago

This was already enabled on the iOS targets, but not the macOS ones. It would be useful as it removes the need for a bridging header 🙂