From 64ba36001dd0b88416a9ac42a07de7dc3dfd8dcb Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Wed, 19 Jun 2024 20:10:59 -0500 Subject: [PATCH] Removed iOS 14 Support (Makefile) --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 604b19e..0397d58 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export TARGET = iphone:clang:16.4:14.0 +export TARGET = iphone:clang:16.4:15.0 export ARCHS = arm64 export libcolorpicker_ARCHS = arm64 @@ -14,10 +14,10 @@ MODULES = jailed endif ifndef YOUTUBE_VERSION -YOUTUBE_VERSION = 19.21.2 +YOUTUBE_VERSION = 19.23.3 endif ifndef UYOU_VERSION -UYOU_VERSION = 3.0.3 +UYOU_VERSION = 3.0.4 endif PACKAGE_VERSION = $(YOUTUBE_VERSION)-$(UYOU_VERSION)