Merge pull request #200 from arichornloverALT/patch-1

Temporary fix SDK not compiling
This commit is contained in:
arichornlover
2024-06-26 13:51:53 -05:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ jobs:
steps: steps:
- name: Checkout Main - name: Checkout Main
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.7
with: with:
path: main path: main
ref: ${{ github.event.inputs.commit_id || github.ref }} ref: ${{ github.event.inputs.commit_id || github.ref }}
@@ -55,7 +55,7 @@ jobs:
run: brew install ldid dpkg make run: brew install ldid dpkg make
- name: Setup Theos - name: Setup Theos
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.7
with: with:
repository: theos/theos repository: theos/theos
ref: 3da31488281ecf4394d10302d2629607f4a1aa07 ref: 3da31488281ecf4394d10302d2629607f4a1aa07
@@ -71,19 +71,19 @@ jobs:
path: theos/sdks/ path: theos/sdks/
key: ${{ env.cache-name }} key: ${{ env.cache-name }}
- name: Download iOS 16.4 SDK - name: Download iOS 16.5 SDK
if: steps.SDK.outputs.cache-hit != 'true' if: steps.SDK.outputs.cache-hit != 'true'
run: | run: |
git clone -n --depth=1 --filter=tree:0 https://github.com/arichorn/sdks/ git clone -n --depth=1 --filter=tree:0 https://github.com/theos/sdks/
cd sdks cd sdks
git sparse-checkout set --no-cone iPhoneOS16.4.sdk git sparse-checkout set --no-cone iPhoneOS16.5.sdk
git checkout git checkout
mv *.sdk $THEOS/sdks mv *.sdk $THEOS/sdks
env: env:
THEOS: ${{ github.workspace }}/theos THEOS: ${{ github.workspace }}/theos
- name: Setup Theos Jailed - name: Setup Theos Jailed
uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.1.7
with: with:
repository: qnblackcat/theos-jailed repository: qnblackcat/theos-jailed
ref: master ref: master

View File

@@ -1,4 +1,4 @@
TARGET = iphone:clang:16.2:14.0 TARGET = iphone:clang:16.5:15.0
YTLitePlus_USE_FISHHOOK = 0 YTLitePlus_USE_FISHHOOK = 0
ARCHS = arm64 ARCHS = arm64
MODULES = jailed MODULES = jailed
@@ -60,4 +60,4 @@ before-all::
if [[ ! -f $(YTLITE_DYLIB) || ! -d $(YTLITE_BUNDLE) ]]; then \ if [[ ! -f $(YTLITE_DYLIB) || ! -d $(YTLITE_BUNDLE) ]]; then \
$(PRINT_FORMAT_ERROR) "Failed to extract YTLite"; exit 1; \ $(PRINT_FORMAT_ERROR) "Failed to extract YTLite"; exit 1; \
fi; \ fi; \
fi fi