From 6d65d48389375f80a8cec8c284e753ebed07ace1 Mon Sep 17 00:00:00 2001
From: Ariver <ar@MacBook-Air.local>
Date: Mon, 11 May 2026 13:18:37 +0800
Subject: [PATCH] Update App Store submission notes for 5.5.0

---
 build.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/build.sh b/build.sh
index 3764c3c..9ea9bdf 100644
--- a/build.sh
+++ b/build.sh
@@ -24,6 +24,10 @@
     if [ -z "$CODESIGN_IDENTITY" ]; then
         echo "⚠️  APP_STORE=1 but CODESIGN_IDENTITY not set. Will ad-hoc sign with entitlements."
     fi
+    if [ ! -f "$ENTITLEMENTS" ]; then
+        echo "❌ APP_STORE=1 requires entitlements at: $ENTITLEMENTS"
+        exit 1
+    fi
 fi
 
 echo "==> Cleaning..."

--
Gitblit v1.9.3