From b4a1ba5df0f073bf346c3f4407b613bf08d29f08 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Thu, 28 May 2026 19:34:57 +0800 Subject: [PATCH] Add AppKit tag navigation --- Apptag/Info.plist | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Apptag/Info.plist b/Apptag/Info.plist index e978651..2e630b0 100644 --- a/Apptag/Info.plist +++ b/Apptag/Info.plist @@ -11,19 +11,23 @@ <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.7.0</string> + <string>7.6.0</string> <key>CFBundleVersion</key> - <string>570</string> + <string>20260520.1452</string> + <key>LSApplicationCategoryType</key> + <string>public.app-category.utilities</string> <key>LSMinimumSystemVersion</key> <string>15.0</string> + <key>LSMultipleInstancesProhibited</key> + <true/> <key>NSHighResolutionCapable</key> <true/> <key>NSPrincipalClass</key> -- Gitblit v1.9.3