From ec6e0da8224a54dd7273adc2a797f149fd9795c8 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Wed, 20 May 2026 12:51:53 +0800
Subject: [PATCH] chore: mark stable baseline as 7.6.0

---
 Apptag/TagLauncher.entitlements |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Apptag/TagLauncher.entitlements b/Apptag/TagLauncher.entitlements
index 852fa1a..e10e91e 100644
--- a/Apptag/TagLauncher.entitlements
+++ b/Apptag/TagLauncher.entitlements
@@ -4,5 +4,11 @@
 <dict>
 	<key>com.apple.security.app-sandbox</key>
 	<true/>
+	<key>com.apple.security.files.user-selected.read-write</key>
+	<true/>
+	<key>com.apple.security.temporary-exception.files.home-relative-path.read-only</key>
+	<array>
+		<string>/Library/Application Support/Apptag/</string>
+	</array>
 </dict>
 </plist>

--
Gitblit v1.9.3