From 8f2c87ce33e905c2e7fe26511797be779752967e Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Sat, 19 Aug 2023 22:49:34 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20New=20iOS=20SDK=20(iOS=2016.2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit uYouPlusExtra now uses a up to date SDK as of August 19th 2023 using the iOS 15.5 SDK is now not recommended for this tweak. --- .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 54b197c..3360f06 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -73,15 +73,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