Skip to content

Commit

Permalink
Fix iOS 16.2 SDK
Browse files Browse the repository at this point in the history
Chrisharper’s iOS 16.2 is missing the WebKit Framwork, so I swapped it out.
  • Loading branch information
arichornlover authored Aug 21, 2023
1 parent 2d52043 commit 7edc7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Download iOS 16.2 SDK
if: steps.SDK.outputs.cache-hit != 'true'
run: |
svn checkout -q https://github.com/chrisharper22/sdks/trunk/iPhoneOS16.2.sdk
svn checkout -q https://github.com/arichorn/sdks/trunk/iPhoneOS16.2.sdk
mv *.sdk $THEOS/sdks
env:
THEOS: ${{ github.workspace }}/theos
Expand Down

0 comments on commit 7edc7e7

Please sign in to comment.