Update iOS deployment target to 14.0

This commit is contained in:
moonpower
2025-11-21 04:55:59 +03:00
parent f2fc4e9030
commit 85c1bca420
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ SDL_STATIC ?= 1
PLATFORM := $(shell uname -s)
IOS_TARGET ?= 0
IOS_SDK ?= iphoneos
IOS_DEPLOYMENT_TARGET ?= 13.0
IOS_DEPLOYMENT_TARGET ?= 14.0
IOS_SDL_FRAMEWORK ?= $(CURDIR)/ios/Frameworks/SDL2.xcframework/ios-arm64/SDL2.framework
IOS_SDL_FRAMEWORK_PARENT := $(dir $(IOS_SDL_FRAMEWORK))
SDKROOT ?=