Skip to content

Commit

Permalink
chore: Update minimum macOS version to 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Dec 6, 2024
1 parent fa4b7ec commit 1c6528f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ APPLE_BUILD := $(BUILD)/$(APPLE)
APPLE_IOS := ios
APPLE_IOS_PLATFORM := iPhoneOS
APPLE_IOS_SDK ?= iPhoneOS
APPLE_MACOS_VERSION_MIN ?= 10.15
APPLE_MACOS_VERSION_MIN ?= 11.0
APPLE_IOS_VERSION_MIN ?= 13.0
APPLE_XCODE_APP_NAME ?= Xcode.app

Expand Down

0 comments on commit 1c6528f

Please sign in to comment.