Unify IdeviceService creation behavior with trait

This commit is contained in:
Jackson Coxson
2025-08-11 13:56:09 -06:00
parent 0a0899cd8a
commit c80512f37f
16 changed files with 59 additions and 455 deletions

View File

@@ -16,10 +16,6 @@ jobs:
run: |
brew install just
- name: Install libplist
run: |
brew install libplist
- name: Cache Cargo
uses: actions/cache@v4
with:
@@ -73,7 +69,7 @@ jobs:
- name: Install build dependencies
run: |
sudo apt-get update && sudo apt-get install -y build-essential cmake libplist
sudo apt-get update && sudo apt-get install -y build-essential cmake
- name: Install just
run: |