From b353461efde6c7a43915948787c1030176b8514c Mon Sep 17 00:00:00 2001 From: Bryce Hackel <34104885+bhackel@users.noreply.github.com> Date: Sun, 17 Mar 2024 16:25:49 -0700 Subject: [PATCH 1/2] Fix build bugs --- .github/workflows/buildapp.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 1a63d93..d79eb3d 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -87,7 +87,7 @@ jobs: - name: Download iOS SDK if: steps.SDK.outputs.cache-hit != 'true' run: | - git clone --quiet -n --depth=1 --filter=tree:0 https://github.com/arichorn/sdks/ + git clone --quiet -n --depth=1 --filter=tree:0 https://github.com/arichornlover/sdks/ cd sdks git sparse-checkout set --no-cone iPhoneOS${{ inputs.sdk_version }}.sdk git checkout diff --git a/Makefile b/Makefile index ec34a48..874ef68 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ endif PACKAGE_VERSION = $(YOUTUBE_VERSION)-$(UYOU_VERSION) INSTALL_TARGET_PROCESSES = YouTube -TWEAK_NAME = uYouPlus +TWEAK_NAME = uYouEnhanced DISPLAY_NAME = YouTube BUNDLE_ID = com.google.ios.youtube From 7b12072892ed1209ad46a18a67ee4b6b2deb2fb5 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sun, 17 Mar 2024 22:06:25 -0500 Subject: [PATCH 2/2] Update Makefile (iOS 17.2 SDK Support) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 874ef68..3d6845c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export TARGET = iphone:clang:16.2:14.0 +export TARGET = iphone:clang:17.2:14.0 export ARCHS = arm64 export libcolorpicker_ARCHS = arm64 @@ -14,7 +14,7 @@ MODULES = jailed endif ifndef YOUTUBE_VERSION -YOUTUBE_VERSION = 19.09.4 +YOUTUBE_VERSION = 19.10.5 endif ifndef UYOU_VERSION UYOU_VERSION = 3.0.3