Merge "xcframeworkbuild.sh: bump MACOSX_CATALYST_MIN_VERSION" into main

This commit is contained in:
James Zern 2022-12-16 20:13:44 +00:00 committed by Gerrit Code Review
commit dbc3071512

View File

@ -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)