1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

macOS: Initial support for macOS 11 and arm64

This commit is contained in:
reuk 2020-06-30 19:33:12 +01:00
parent f5400b5764
commit b27017a5e3
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
8 changed files with 36 additions and 13 deletions

View file

@ -119,6 +119,11 @@ provisioning profiles, which is achieved by passing the `-allowProvisioningUpdat
cmake --build build-ios --target <targetName> -- -allowProvisioningUpdates
### Building universal binaries for macOS
Building universal binaries that will run on both arm64 and x86_64 can be achieved by
configuring the CMake project with `"-DCMAKE_OSX_ARCHITECTURES=arm64;x86_64"`.
### A note about compile definitions
Module options and plugin options that would previously have been set in the Projucer can be set on