From 93f9272ca54d38628cc40a426cd657641ddd9a14 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Wed, 27 May 2026 01:40:46 +0800
Subject: [PATCH] Freeze App Store release 20260527.0124

---
 Scripts/window_logic_qa.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Scripts/window_logic_qa.sh b/Scripts/window_logic_qa.sh
index 7460258..59b2b96 100755
--- a/Scripts/window_logic_qa.sh
+++ b/Scripts/window_logic_qa.sh
@@ -596,7 +596,7 @@
         fputs("FAIL: could not find settings window bounds\n", stderr)
         exit(1)
     }
-    print("\(Int(round(x + 523))) \(Int(round(y + 50)))")
+    print("\(Int(round(x + 625))) \(Int(round(y + 50)))")
 case "export":
     guard let settings = tag.first(where: { (($0[kCGWindowName as String] as? String) ?? "").isEmpty == false }),
           let bounds = settings[kCGWindowBounds as String] as? NSDictionary,
@@ -834,9 +834,9 @@
 sleep 2.0
 assert_single_qa_app_instance
 assert_single_dock_tile
-send_keycode 53
+kill_all_taglauncher_instances
 sleep 0.4
-wait_swift_assert no-overlay
+swift_assert no-overlay
 
 log "==> QA split-view fullscreen geometry detection"
 swift_assert split-geometry

--
Gitblit v1.9.3