I’m making another attempt at defining a CMake-based project configuration which builds an iOS app, and an AUv3 plugin, and bundles the plugin into the App bundle for eventual distribution.
However, I’m kind of reaching a brick wall due to the fact that I want to use Tracktion as a dependency in the App component, and Juce in the plugin, of course.
If anyone has the druthers to take a peek at this, here is my repo so far - this is just a playground to explore and understand the method of doing this app+plugin building, bundling, and eventual distribution:
(Note: the App and Plugin sources in this project are intentionally simple and don’t do much - this is mostly a build/packaging issue …)
Would love to have some feedback from others who might have interest or experience on this issue .. seems to me it should be relatively reliable to do this in future JUCE/Tracktion projects, so maybe we can sort this out at the CMake level and propagate the knowledge ..