diff --git a/config.nims b/config.nims index af19f47dd5..03c918af12 100644 --- a/config.nims +++ b/config.nims @@ -23,8 +23,8 @@ if defined(macosx): switch("passL", "bottles/pcre/lib/libpcre.a") # https://code.videolan.org/videolan/VLCKit/-/issues/232 switch("passL", "-Wl,-no_compact_unwind") - # set the minimum supported macOS version to 11.0 - switch("passC", "-mmacosx-version-min=11.0") + # set the minimum supported macOS version to 12.0 + switch("passC", "-mmacosx-version-min=12.0") elif defined(windows): --app:gui --tlsEmulation:off diff --git a/scripts/fetch-brew-bottle.sh b/scripts/fetch-brew-bottle.sh index 1ae91c3217..dcd2f78bae 100755 --- a/scripts/fetch-brew-bottle.sh +++ b/scripts/fetch-brew-bottle.sh @@ -10,7 +10,6 @@ function get_gh_pkgs_token() { } function get_bottle_json() { - # echo "Getting bottle JSON for $1 $2" brew info --json=v1 "${1}" | jq ".[0].bottle.stable.files[\"${2}\"]" }