diff --git a/INSTALL.md b/INSTALL.md index 1d20c0cc0e40ad88d202361101aba5e6f5e0da81..6a39cb6bf4ca436e4f039421e366a9b66eaa3ca4 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 b9a404439941bfc034d66d405b11909189e6040c..a1ca57167db59291fd793ffde64546426ddea5ae 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 65c8c8ad5b983e1c7fdc919fcb82fdaa8b2d0f17..1bd6dd258b57469529d4a75791c7bbc90d449979 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>