Skip to content

Commit

Permalink
xcframeworkbuild.sh: bump MACOSX_CATALYST_MIN_VERSION
Browse files Browse the repository at this point in the history
14.0 (-target x86_64-apple-ios14.0-macabi) is supported by default in
Xcode 14.0.1.

Change-Id: I05bc318fe321758c68c7be2e339d77512dd81684
  • Loading branch information
jzern committed Dec 15, 2022
1 parent 1d58575 commit 6eb0189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcframeworkbuild.sh
Expand Up @@ -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)
Expand Down

0 comments on commit 6eb0189

Please sign in to comment.