From ecba8206e4c8cac76dd3e6f8844204abfda03dfd Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Thu, 04 Jun 2026 17:24:20 +0800 Subject: [PATCH] make quick switch overlay full bleed --- 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..be79823 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.23</string> + <key>CFBundleVersion</key> + <string>20260604.1723</string> + <key>LSMinimumSystemVersion</key> + <string>26.0</string> + <key>NSHighResolutionCapable</key> + <true/> + <key>NSPrincipalClass</key> + <string>NSApplication</string> </dict> </plist> -- Gitblit v1.9.3