New iOS SDK (iOS 16.2)

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.
This commit is contained in:
arichorn 2023-08-19 22:49:34 -05:00 committed by GitHub
parent 26cd4536cb
commit 8f2c87ce33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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