leighsmith / midisport-macos

M-Audio MIDISPORT USB 64-bit MIDI device driver for MacOS 10.14+
Other
124 stars 7 forks source link

Merge Xcode projects into a single project #2

Closed leighsmith closed 3 years ago

leighsmith commented 4 years ago

Currently there are separate Xcode projects for the driver, the firmware downloader daemon, and the examples. These could all be merged into a single project that produces separate targets for each one. This should aid creating a packager too.

leighsmith commented 3 years ago

The ExpandedDeviceSupport branch now has a working top level Xcode project that will build both the plugin and firmware downloader, and a package target which will eventually create the package as well. Use that one.