From 9af668045f81b3b05d23fe0aed6d6b0f4152bd3e Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Sat, 19 Aug 2023 22:28:57 -0500 Subject: [PATCH 1/4] Update .gitmodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 4c41479..63d2e7b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,7 +12,7 @@ url = https://github.com/PoomSmart/YouTubeHeader.git [submodule "Tweaks/Alderis"] path = Tweaks/Alderis - url = https://github.com/qnblackcat/Alderis.git + url = https://github.com/arichorn/Alderis.git [submodule "Tweaks/PSHeader"] path = Tweaks/PSHeader url = https://github.com/PoomSmart/PSHeader.git From 19050377c327efe0158d2382864249f86ff188f7 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Sat, 19 Aug 2023 22:31:58 -0500 Subject: [PATCH 2/4] Added iOS 16.2 SDK Removes iOS 15.5 SDK --- .github/workflows/buildapp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 075d55e..23069db 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -70,15 +70,15 @@ jobs: id: SDK uses: actions/cache@v3.3.1 env: - cache-name: iOS-15.5-SDK + cache-name: iOS-16.2-SDK with: path: theos/sdks/ key: ${{ env.cache-name }} - - name: Download iOS 15.5 SDK + - name: Download iOS 16.2 SDK if: steps.SDK.outputs.cache-hit != 'true' run: | - svn checkout -q https://github.com/chrisharper22/sdks/trunk/iPhoneOS15.5.sdk + svn checkout -q https://github.com/arichorn/sdks/trunk/iPhoneOS16.2.sdk mv *.sdk $THEOS/sdks env: THEOS: ${{ github.workspace }}/theos From 88cfb23bd55a4f8cc71080e1ee901e847b166688 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Sat, 19 Aug 2023 22:33:22 -0500 Subject: [PATCH 3/4] Target SDK --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2cc4797..63d15e9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -TARGET = iphone:clang:15.5:14.0 +TARGET = iphone:clang:16.2:14.0 YTLitePlus_USE_FISHHOOK = 0 ARCHS = arm64 MODULES = jailed From 3494aee2cb4bc284fa34145c7af4fa1a2e6c74e1 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Sat, 19 Aug 2023 23:05:37 -0500 Subject: [PATCH 4/4] Update .gitmodules --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 63d2e7b..4e37b96 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,6 +13,7 @@ [submodule "Tweaks/Alderis"] path = Tweaks/Alderis url = https://github.com/arichorn/Alderis.git + branch = master [submodule "Tweaks/PSHeader"] path = Tweaks/PSHeader url = https://github.com/PoomSmart/PSHeader.git