From b02c7cd28f1c48c5380bb5e3f839bdfb7615f25f Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Sat, 30 May 2026 17:41:59 +0800 Subject: [PATCH] Show more languages in preferences --- Apptag/Info.plist | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Apptag/Info.plist b/Apptag/Info.plist index 0f31def..831eaef 100644 --- a/Apptag/Info.plist +++ b/Apptag/Info.plist @@ -11,7 +11,7 @@ <key>CFBundleIconFile</key> <string>AppIcon</string> <key>CFBundleIdentifier</key> - <string>com.apptag.launcher</string> + <string>com.taglauncher.app</string> <key>CFBundleInfoDictionaryVersion</key> <string>7.0</string> <key>CFBundleName</key> @@ -19,11 +19,15 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>7.3.3</string> + <string>7.8.4</string> <key>CFBundleVersion</key> - <string>742</string> + <string>20260530.1727</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