From 4e9fef02a574f16bb6fe3f7cef4f967e009d2a5d Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Thu, 18 Jun 2026 20:48:55 +0800 Subject: [PATCH] Add App Shelf index markers --- C1.source/Resources/Aligner-Info.plist | 48 ++++++++++++++++++++++++------------------------ 1 files changed, 24 insertions(+), 24 deletions(-) diff --git a/C1.source/Resources/Aligner-Info.plist b/C1.source/Resources/Aligner-Info.plist index 9639d34..1ef8019 100644 --- a/C1.source/Resources/Aligner-Info.plist +++ b/C1.source/Resources/Aligner-Info.plist @@ -2,29 +2,29 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> - <key>CFBundleDevelopmentRegion</key> - <string>en</string> - <key>CFBundleExecutable</key> - <string>Aligner</string> - <key>CFBundleIconFile</key> - <string>AppIcon</string> - <key>CFBundleIdentifier</key> - <string>com.ar.Aligner</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>CFBundleName</key> - <string>Aligner</string> - <key>CFBundlePackageType</key> - <string>APPL</string> - <key>CFBundleShortVersionString</key> - <string>0.0.20</string> - <key>CFBundleVersion</key> - <string>20260603.2338</string> - <key>LSMinimumSystemVersion</key> - <string>26.0</string> - <key>NSHighResolutionCapable</key> - <true/> - <key>NSPrincipalClass</key> - <string>NSApplication</string> + <key>CFBundleDevelopmentRegion</key> + <string>en</string> + <key>CFBundleExecutable</key> + <string>Aligner</string> + <key>CFBundleIconFile</key> + <string>AppIcon</string> + <key>CFBundleIdentifier</key> + <string>com.ar.Aligner</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>Aligner</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>0.0.70</string> + <key>CFBundleVersion</key> + <string>20260618.2044</string> + <key>LSMinimumSystemVersion</key> + <string>26.0</string> + <key>NSHighResolutionCapable</key> + <true/> + <key>NSPrincipalClass</key> + <string>NSApplication</string> </dict> </plist> -- Gitblit v1.9.3