From dc50f19815446eea419c117cf87b0b71bd60cc5a Mon Sep 17 00:00:00 2001 From: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> Date: Tue, 30 Apr 2024 08:43:03 -0400 Subject: [PATCH] bump minimum macOS version MacOS 11 is required from qt 6.5 Change-Id: I4cde10a3dccffe5d2b4778ceda5db9d3a20dd447 --- INSTALL.md | 2 +- extras/packaging/update/sparkle/sparkle-xml-updater.sh | 2 +- resources/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 1d20c0cc0..6a39cb6bf 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -288,7 +288,7 @@ Once the build has finished, you should then be able to use the Visual Studio So **Set up** -- macOS minimum version 10.15 +- macOS minimum version 11.0 - install python3 - download xcode - install Qt 6.6 diff --git a/extras/packaging/update/sparkle/sparkle-xml-updater.sh b/extras/packaging/update/sparkle/sparkle-xml-updater.sh index b9a404439..a1ca57167 100755 --- a/extras/packaging/update/sparkle/sparkle-xml-updater.sh +++ b/extras/packaging/update/sparkle/sparkle-xml-updater.sh @@ -34,7 +34,7 @@ cat << EOFILE > ${REPO_FOLDER}/${SPARKLE_FILE} <pubDate>$DATE_RFC2822</pubDate> <sparkle:version>${BUILD}</sparkle:version> <sparkle:shortVersionString>${VERSION}</sparkle:shortVersionString> - <sparkle:minimumSystemVersion>10.15.0</sparkle:minimumSystemVersion> + <sparkle:minimumSystemVersion>11.0</sparkle:minimumSystemVersion> <enclosure url="${REPO_URL}/$(basename ${PACKAGE})" type="application/octet-stream" $(./sign_update ${PACKAGE}) /> </item> $(echo -e "${ITEMS}") diff --git a/resources/Info.plist b/resources/Info.plist index 65c8c8ad5..1bd6dd258 100644 --- a/resources/Info.plist +++ b/resources/Info.plist @@ -17,7 +17,7 @@ <key>CFBundleShortVersionString</key> <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string> <key>LSMinimumSystemVersion</key> - <string>10.15</string> + <string>11.0</string> <key>CFBundleVersion</key> <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string> <key>LSApplicationCategoryType</key> -- GitLab