From 9983fc5cfeca775d818f68b9208f15d9380e307c Mon Sep 17 00:00:00 2001 From: aricloverGitHub <157071384+aricloverALT@users.noreply.github.com> Date: Fri, 22 Nov 2024 22:59:30 -0600 Subject: [PATCH] Set Target to iOS 17.5 SDK (Makefile) Works with iOS 17.0-17.5 SDKs since macos-13 runner is used. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6a9d7b4..7fa9c5a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -export TARGET = iphone:clang:16.5:15.0 -export SDK_PATH = $(THEOS)/sdks/iPhoneOS16.5.sdk/ +export TARGET = iphone:clang:17.5:15.0 +export SDK_PATH = $(THEOS)/sdks/iPhoneOS17.5.sdk/ export SYSROOT = $(SDK_PATH) export ARCHS = arm64 @@ -16,7 +16,7 @@ MODULES = jailed endif ifndef YOUTUBE_VERSION -YOUTUBE_VERSION = 19.40.4 +YOUTUBE_VERSION = 19.46.3 endif ifndef UYOU_VERSION UYOU_VERSION = 3.0.4