From 39e759d015af5d82f387b57a8d137bdeb844d430 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Fri, 19 Jun 2026 22:40:08 +0800 Subject: [PATCH] Fix historical Apple default note migration --- src/Scripts/apple_default_note_policy_qa.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/Scripts/apple_default_note_policy_qa.sh b/src/Scripts/apple_default_note_policy_qa.sh index 11d215a..db0b990 100755 --- a/src/Scripts/apple_default_note_policy_qa.sh +++ b/src/Scripts/apple_default_note_policy_qa.sh @@ -44,6 +44,8 @@ || fail "Apple relocalization must adopt legacy default notes by exact known-default fingerprint" rg -Fq 'legacyDefaultNoteVariants' "$APPLE_CATALOG_SWIFT" \ || fail "Apple relocalization must include historical default-note punctuation variants" +rg -Fq 'legacyDefaultNoteFingerprintsByBundleIdentifier' "$APPLE_CATALOG_SWIFT" \ + || fail "Apple relocalization must include pre-metadata historical Apple default notes" rg -Fq 'apple-default-note-migration' "$APPLE_CATALOG_SWIFT" \ || fail "Apple relocalization must back up before adopting legacy no-metadata notes" rg -Fq 'origin: .appleDefault' "$APPLE_CATALOG_SWIFT" \ -- Gitblit v1.9.3