From 2346acbfc21899844c210e859aa97ad1d56fe1d8 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Fri, 22 Aug 2025 10:12:08 -0300 Subject: [PATCH] devel-docs: Add macOS versioning instructions too And a bit of space because the file was getting hard to read --- devel-docs/os-support.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/devel-docs/os-support.txt b/devel-docs/os-support.txt index 6384ac4d12..420c7c7ced 100644 --- a/devel-docs/os-support.txt +++ b/devel-docs/os-support.txt @@ -7,6 +7,7 @@ publisher stops supporting it, or if it is nearly not used anymore. There is no accurate rule though, and it also mostly depends on what the developers maintaining GIMP for this platform will decide. + ### GNU/Linux, *BSD… Debian 12 "bookworm" stable is our baseline target. @@ -18,14 +19,21 @@ If you update this file, so update DEB_VERSION on .gitlab-ci.yml of this repo and min-support on content/gimp_versions.json of gimp-web repo) + ### macOS Compatibility with MacOS 11 and over. +(NOTE TO MAINTAINERS: +If you update this file, so update LSMinimumSystemVersion +on package/info.plist.tmpl of gimp-macos-build repo and +min-support on content/gimp_versions.json of gimp-web repo) + Hardware: * x86_64 (Intel) * ARM 64-bit (Apple Silicon) + ### Windows Windows 10.0.18362.0 (aka 1903) and over.