From 0fdcf539329447a3c5e988acde6d18a585c05110 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Thu, 04 Jun 2026 12:29:44 +0800 Subject: [PATCH] Add 7.8.13 App Store candidate package --- Apptag/Info.plist | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Apptag/Info.plist b/Apptag/Info.plist index 1cf0839..11f278e 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,17 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>7.5.1</string> + <string>7.8.13</string> <key>CFBundleVersion</key> - <string>20260520.1228</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