FR: "Build Standalone" Projucer option

It would look like this:

(Fake “Screenshot” of the Build Standalone Projucer setting)

Currently the standalone build appears to require AUv3 and this requires setting the deployment target to 10.11 - I don’t really care about AUv3 - but I do care about a Standalone version from the same Projucer file runnable from 10.8 (and windows).

Best,
Ben

1 Like

The problem is that we don’t support building standalone targets on anything but OS X. The reason is that we still use polymorphic plug-in builds on Windows and Linux and therefore it’s impossible to also build a standalone application. We will add the “Build Standalone” checkbox once we have updated the Windows/Linux project exporters to support multiple targets.

Thanks Fabian, looking forward to it.