From 211eeed2112bec6bd1301c7a15d1e0deebe78226 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Sat, 23 May 2026 03:12:37 +0800 Subject: [PATCH] Prepare Mac App Store release checklist --- Apptag/Info.plist | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Apptag/Info.plist b/Apptag/Info.plist index 781fedb..38f77dc 100644 --- a/Apptag/Info.plist +++ b/Apptag/Info.plist @@ -11,17 +11,19 @@ <key>CFBundleIconFile</key> <string>AppIcon</string> <key>CFBundleIdentifier</key> - <string>com.apptag.launcher</string> + <string>com.taglauncher.app</string> <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> + <string>7.0</string> <key>CFBundleName</key> <string>TagLauncher</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>5.1.12</string> + <string>7.6.0</string> <key>CFBundleVersion</key> - <string>12</string> + <string>20260520.1452</string> + <key>LSApplicationCategoryType</key> + <string>public.app-category.utilities</string> <key>LSMinimumSystemVersion</key> <string>15.0</string> <key>NSHighResolutionCapable</key> -- Gitblit v1.9.3