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] 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