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 diff --git a/.gitmodules b/.gitmodules index 4c41479..4e37b96 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,7 +12,8 @@ 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 + branch = master [submodule "Tweaks/PSHeader"] path = Tweaks/PSHeader url = https://github.com/PoomSmart/PSHeader.git 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