mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-06-05 21:59:20 +02:00
Before I set the macOS deployment target version, the default versions were targeted for x86_64 of 14.2 and arm64 of 14.5. Now it is targeting minimum deployment targets of both architectures: x86_64: macOS 10.13 (High Sierra) arm64: macOS 11.0 (Big Sur) - Martin Eesmaa