Skip to content

Commit 038ff43

Browse files
committed
build: update minver to iOS 14 and macOS 11
This is what UTM's minver has been for a while and will reduce the number of warnings in the build as well as enable possible runtime optimizations.
1 parent eed5350 commit 038ff43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ RED='\033[0;31m'
2121
NC='\033[0m'
2222

2323
# Knobs
24-
IOS_SDKMINVER="11.0"
25-
MAC_SDKMINVER="10.11"
24+
IOS_SDKMINVER="14.0"
25+
MAC_SDKMINVER="11.0"
2626
VISIONOS_SDKMINVER="1.0"
2727

2828
# Build environment

0 commit comments

Comments
 (0)