From 0e756bbebc32d3ceef1b6f48775e9e2aecb14b37 Mon Sep 17 00:00:00 2001 From: BreezeDelegate <271538431+BreezeDelegate@users.noreply.github.com> Date: Sat, 29 Aug 2026 22:30:11 +0200 Subject: [PATCH] Update GrandSlam authentication user agent --- AltSign/Sources/ALTAppleAPI+Authentication.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltSign/Sources/ALTAppleAPI+Authentication.swift b/AltSign/Sources/ALTAppleAPI+Authentication.swift index 2d3e50c2..77e87b44 100644 --- a/AltSign/Sources/ALTAppleAPI+Authentication.swift +++ b/AltSign/Sources/ALTAppleAPI+Authentication.swift @@ -436,7 +436,7 @@ private extension ALTAppleAPI "Content-Type": "text/x-xml-plist", "X-MMe-Client-Info": anisetteData.deviceDescription, "Accept": "*/*", - "User-Agent": "akd/1.0 CFNetwork/978.0.7 Darwin/18.7.0" + "User-Agent": "AuthKit/1 (Macintosh; OS X 26.5.2) (com.apple.dt.Xcode/26.0)" ] let bodyData = try PropertyListSerialization.data(fromPropertyList: parameters, format: .xml, options: 0)