summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2022-12-15 15:14:44 -0800
committerJames Zern <jzern@google.com>2022-12-15 15:14:44 -0800
commit6eb0189b24b2e5986116840728699799f463f9c3 (patch)
treef4f1ad5e65b64f80e0452322b8e56b4e57eae14a
parent1d58575b18c63c400f4be9dbfd11ee4e74e3c0a5 (diff)
downloadlibwebp-6eb0189b24b2e5986116840728699799f463f9c3.tar.gz
xcframeworkbuild.sh: bump MACOSX_CATALYST_MIN_VERSION
14.0 (-target x86_64-apple-ios14.0-macabi) is supported by default in Xcode 14.0.1. Change-Id: I05bc318fe321758c68c7be2e339d77512dd81684
-rwxr-xr-xxcframeworkbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/xcframeworkbuild.sh b/xcframeworkbuild.sh
index 5310df27..8d484c2a 100755
--- a/xcframeworkbuild.sh
+++ b/xcframeworkbuild.sh
@@ -15,7 +15,7 @@ set -e
# Set these variables based on the desired minimum deployment target.
readonly IOS_MIN_VERSION=6.0
readonly MACOSX_MIN_VERSION=10.15
-readonly MACOSX_CATALYST_MIN_VERSION=13.0
+readonly MACOSX_CATALYST_MIN_VERSION=14.0
# Extract Xcode version.
readonly XCODE=$(xcodebuild -version | grep Xcode | cut -d " " -f2)