From 1d19c0593ebe6abe60468e12e87459ab68586603 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Thu, 04 Jun 2026 12:07:09 +0800 Subject: [PATCH] Refresh app index when application folders change --- Apptag/Info.plist | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Apptag/Info.plist b/Apptag/Info.plist index 30a4d14..11f278e 100644 --- a/Apptag/Info.plist +++ b/Apptag/Info.plist @@ -19,15 +19,17 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>7.8.3</string> + <string>7.8.13</string> <key>CFBundleVersion</key> - <string>20260530.1652</string> + <string>20260604.1121</string> <key>LSApplicationCategoryType</key> <string>public.app-category.utilities</string> <key>LSMinimumSystemVersion</key> <string>15.0</string> <key>LSMultipleInstancesProhibited</key> <true/> + <key>LSUIElement</key> + <true/> <key>NSHighResolutionCapable</key> <true/> <key>NSPrincipalClass</key> -- Gitblit v1.9.3