From 087117a86bf4915274b4e6872045ad02eca8501f Mon Sep 17 00:00:00 2001 From: MrAlucardDante <20476382+MrAlucardDante@users.noreply.github.com> Date: Sat, 27 Apr 2024 15:05:31 +0200 Subject: [PATCH] Update iOS SDK uYouEnhanced and YoutubeRebornPlus use the version 16.4 of the iOS SDK. I was able to build the app successfully using this version --- .github/workflows/buildapp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 646e9bc..cc43678 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -65,12 +65,12 @@ jobs: path: theos/sdks/ key: ${{ env.cache-name }} - - name: Download iOS 16.2 SDK + - name: Download iOS 16.4 SDK if: steps.SDK.outputs.cache-hit != 'true' run: | git clone -n --depth=1 --filter=tree:0 https://github.com/arichorn/sdks/ cd sdks - git sparse-checkout set --no-cone iPhoneOS16.2.sdk + git sparse-checkout set --no-cone iPhoneOS16.4.sdk git checkout mv *.sdk $THEOS/sdks env: