From 6724fb42f9331068150e697d9916633deaafeda7 Mon Sep 17 00:00:00 2001 From: uncor3 Date: Sun, 19 Apr 2026 19:52:29 +0000 Subject: [PATCH 1/3] dont run CI on tag push --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3dc54f..d16131b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,8 @@ name: iDescriptor CI (Linux) on: workflow_dispatch: push: + tags-ignore: + - "*" paths: - "**.cpp" - "**.h" From a57f107767fc5ef58386d256ab0bd3d5f761f7ad Mon Sep 17 00:00:00 2001 From: uncor3 Date: Sun, 19 Apr 2026 19:55:02 +0000 Subject: [PATCH 2/3] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59844ba..c7475a4 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ make sure to do "sudo pacman -Syu" otherwise it's not going to find libimobilede | ------------------------------------------------------ | -------------- | --------------------------------------------------------------------- | | [AirPlay](#airplay) | ✅ Implemented | Cast your device screen to your computer. | | [Download & Install Apps From Apple Store](#app-store) | ✅ Implemented | Download and install apps directly from the Apple Store. | -| [Virtual Location](#virtual-location) | ✅ Implemented | Simulate GPS location. Requires a mounted Developer Disk Image. | +| [Virtual Location](#virtual-location) | ✅ Implemented | Simulate GPS location. | | [iFuse Filesystem Mount](#ifuse-filesystem-mount) | ✅ Implemented | Mount the device's filesystem. (Windows & Linux only) | | Gallery | ✅ Implemented | - | | File Explorer | ✅ Implemented | Explore the device's filesystem. | @@ -275,7 +275,7 @@ You might get this pop-up on any platform this is because this app uses secure b

- Cape is first-of-its kind private and secure consumer cellular service in the US, + Cape is the first-of-its kind private and secure consumer cellular service in the US, Try Cape risk-free for just $30 for your first month. Use code `trycape30` at checkout to apply. From fc73e3146dc4884cf9bc1f7879574ac832cc21e6 Mon Sep 17 00:00:00 2001 From: Amadej Kastelic Date: Mon, 27 Apr 2026 13:59:47 +0200 Subject: [PATCH 3/3] fix: use c_char for sqlite3_deserialize schema name for aarch64 compatibility --- src/rust/src/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust/src/utils.rs b/src/rust/src/utils.rs index 558a02c..40bd1ee 100644 --- a/src/rust/src/utils.rs +++ b/src/rust/src/utils.rs @@ -98,7 +98,7 @@ pub fn query_gallery_usage(db_bytes: &mut Vec) -> Result