From bb6da4fbf45b1657781bce7e3463717f1f74f4ac Mon Sep 17 00:00:00 2001 From: nikuw Date: Fri, 3 Oct 2025 19:05:05 +0200 Subject: [PATCH] add support for iphone 17/pro/air --- .github/workflows/main.yml | 3 ++- .../airsquared/blobsaver/app/boardconfigs.properties | 4 ++++ .../airsquared/blobsaver/app/devicemodels/iPhones.properties | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b2693fef..a95392c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macOS-latest, macos-13] + #os: [ubuntu-latest, windows-latest, macOS-latest, macos-13] + os: [windows-latest] steps: - uses: actions/checkout@v4 - name: Set up JDK diff --git a/src/main/resources/airsquared/blobsaver/app/boardconfigs.properties b/src/main/resources/airsquared/blobsaver/app/boardconfigs.properties index 2b33b07e..e6924024 100644 --- a/src/main/resources/airsquared/blobsaver/app/boardconfigs.properties +++ b/src/main/resources/airsquared/blobsaver/app/boardconfigs.properties @@ -55,6 +55,10 @@ iPhone17,2=d94ap iPhone17,3=d47ap iPhone17,4=d48ap iPhone17,5=v59ap +iPhone18,1=v53ap +iPhone18,2=v54ap +iPhone18,3=v57ap +iPhone18,4=d23ap iPod3,1=n18ap iPod4,1=n81ap iPod5,1=n78ap diff --git a/src/main/resources/airsquared/blobsaver/app/devicemodels/iPhones.properties b/src/main/resources/airsquared/blobsaver/app/devicemodels/iPhones.properties index 89bbeb8a..fbf970b2 100644 --- a/src/main/resources/airsquared/blobsaver/app/devicemodels/iPhones.properties +++ b/src/main/resources/airsquared/blobsaver/app/devicemodels/iPhones.properties @@ -55,3 +55,7 @@ iPhone\ 16\ Pro\ Max\ (iPhone17,2)=iPhone17,2 iPhone\ 16\ (iPhone17,3)=iPhone17,3 iPhone\ 16\ Plus\ (iPhone17,4)=iPhone17,4 iPhone\ 16e\ (iPhone17,5)=iPhone17,5 +iPhone\ 17\ Pro\ (iPhone18,1)=iPhone18,1 +iPhone\ 17\ Pro\ Max\ (iPhone18,2)=iPhone18,2 +iPhone\ 17\ (iPhone18,3)=iPhone18,3 +iPhone\ Air\ (iPhone18,4)=iPhone18,4