Remove all macOS-10.15 related code (#7078)

This commit is contained in:
sergei-pyshnoi
2023-02-13 16:40:48 +01:00
committed by GitHub
parent 539b772d6b
commit 8767a6eb4e
21 changed files with 29 additions and 752 deletions

View File

@@ -63,22 +63,6 @@ is_BigSur() {
fi
}
is_Catalina() {
if [ "$OSTYPE" = "darwin19" ]; then
true
else
false
fi
}
is_Less_Monterey() {
if is_Catalina || is_BigSur; then
true
else
false
fi
}
is_Veertu() {
if [ -d "/Library/Application Support/Veertu" ]; then
true
@@ -116,9 +100,7 @@ brew_cask_install_ignoring_sha256() {
}
get_brew_os_keyword() {
if is_Catalina; then
echo "catalina"
elif is_BigSur; then
if is_BigSur; then
echo "big_sur"
elif is_Monterey; then
echo "monterey"