From e1226e6ae5a75388fe5d1a0e1ed008f80fee25ed Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 17 May 2026 14:21:25 +0800
Subject: [PATCH] Release Apptag 6.0.5 build 610
---
build.sh | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/build.sh b/build.sh
index 6f525da..9ea9bdf 100644
--- a/build.sh
+++ b/build.sh
@@ -10,7 +10,7 @@
SWIFT_DIR="$PROJECT_DIR/Apptag"
SDK_PATH=$(xcrun --sdk macosx --show-sdk-path)
-TARGET="arm64-apple-macosx26.0"
+TARGET="arm64-apple-macosx15.0"
# --- Optional: App Store / Sandbox signing ---
# Set CODESIGN_IDENTITY to your "Apple Distribution" or "Mac Developer" cert name.
@@ -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