From 8485efe6c2f6f0fc1eb31cddc27c2abb4aa22d10 Mon Sep 17 00:00:00 2001 From: mikey820 <60276187+mikey820@users.noreply.github.com> Date: Tue, 26 May 2026 08:57:58 -0700 Subject: [PATCH] fix: Update AltSign to fix Windows IPA permission errors (#447) (#1315) Update AltSign to include Windows IPA permissions fix Bumps the AltSign submodule to SideStore/AltSign#13, which makes unzipArchiveAtURL: fall back to 0644 when a ZIP entry carries no Unix mode bits (as produced by Windows zip tooling). Previously these entries extracted with mode 0000 and failed during signing with a "You don't have permission" error. Fixes #447 --- Dependencies/AltSign | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dependencies/AltSign b/Dependencies/AltSign index 7efe5114..a4849328 160000 --- a/Dependencies/AltSign +++ b/Dependencies/AltSign @@ -1 +1 @@ -Subproject commit 7efe511440cfdbddc04a723490def86232c42f6c +Subproject commit a48493283bd676ad3a4d5b65dc7c039cebf7749e