Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,16 @@ jobs:
runs-on: macos-26
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v6
with:
submodules: 'true'
submodules: 'recursive'
persist-credentials: false

- name: Pull Git LFS assets for IDeviceKitten
run: |
git config --global --unset-all http.https://github.com/.extraheader || true
git -C IDeviceKitten config --unset-all http.https://github.com/.extraheader || true
git -C IDeviceKitten lfs pull

- name: Use Xcode 26.2
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
runs-on: macos-15
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v6

- name: Update app-repo.json
run: |
./update-repo.sh

- name: Commit changes
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v10
with:
default_author: github_actions
message: "chore: update repo"
Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "Zsign"]
path = Zsign
url = https://github.com/khcrysalis/Zsign-Package
url = https://github.com/CLARATION/Zsign-Package
branch = package
[submodule "IDeviceKitten"]
path = IDeviceKitten
url = https://github.com/khcrysalis/IDeviceKit
url = https://github.com/CLARATION/IDeviceKit