On 5 Feb 2021, at 05:20, Allan Odgaard via TextMate <textmate@lists.macromates.com> wrote:Thanks for the information and sorry about the inconvenience..
It was actually built for 10.12 and has
LSMinimumSystemVersion
set to 10.12.But it is a universal build with support for M1, so perhaps something in that process made it implicitly require 10.15.
You can have multiple versions of Xcode installed side by side, if you still want to support older versions. But that would lead multiple binaries. Even though Xcode only allows me to select as far back as 10.9. Clang allows me to compile as far back as 10.4. Is there anything in the SDK that prevent you to target older versions? IIRC, you’re using Ninja and not Xcode to build?It’s not unusual that I can’t build for older versions of macOS, after updating Xcode/SDK, but most of the time, it manifests itself as crashes or linker errors (when running the build on older versions of macOS).
I will look into this later, and see if I can’t manage to get a build done that runs on 10.14 and earlier.