From 1a7643b2e7e8f9712533e5a68536ee3b23b0804b Mon Sep 17 00:00:00 2001 From: Ariver <ar@MacBook-Air.local> Date: Mon, 11 May 2026 11:51:02 +0800 Subject: [PATCH] Implement CALayer drag preview for 5.2.0 --- Apptag/Info.plist | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Apptag/Info.plist b/Apptag/Info.plist index e788887..cb42184 100644 --- a/Apptag/Info.plist +++ b/Apptag/Info.plist @@ -5,9 +5,9 @@ <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleDisplayName</key> - <string>Apptag</string> + <string>TagLauncher</string> <key>CFBundleExecutable</key> - <string>Apptag</string> + <string>TagLauncher</string> <key>CFBundleIconFile</key> <string>AppIcon</string> <key>CFBundleIdentifier</key> @@ -15,15 +15,15 @@ <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> - <string>Apptag</string> + <string>TagLauncher</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>3.0.9</string> + <string>5.2.0</string> <key>CFBundleVersion</key> - <string>1</string> + <string>13</string> <key>LSMinimumSystemVersion</key> - <string>26.0</string> + <string>15.0</string> <key>NSHighResolutionCapable</key> <true/> <key>NSPrincipalClass</key> -- Gitblit v1.9.3