From 7b5f35a81ee66d26e2460d3b9a3a95c1ca0ba837 Mon Sep 17 00:00:00 2001 From: ngfchl Date: Thu, 16 Jul 2026 09:50:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=85=89=E9=B8=AD?= =?UTF-8?q?=E4=BA=91=E7=9B=98=E5=BA=94=E7=94=A8=E5=90=8D=E7=A7=B0=E4=B8=8E?= =?UTF-8?q?=E7=AA=97=E5=8F=A3=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guangya_mac.xcodeproj/project.pbxproj | 4 ++-- guangya_mac/guangya_macApp.swift | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/guangya_mac.xcodeproj/project.pbxproj b/guangya_mac.xcodeproj/project.pbxproj index 2423df5..8fa2196 100644 --- a/guangya_mac.xcodeproj/project.pbxproj +++ b/guangya_mac.xcodeproj/project.pbxproj @@ -173,7 +173,7 @@ DEVELOPMENT_ASSET_PATHS = "\"guangya_mac/Preview Content\""; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_KEY_CFBundleDisplayName = guangya_mac; + INFOPLIST_KEY_CFBundleDisplayName = "光鸭云盘"; INFOPLIST_KEY_NSHumanReadableCopyright = ""; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -201,7 +201,7 @@ DEVELOPMENT_ASSET_PATHS = "\"guangya_mac/Preview Content\""; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_KEY_CFBundleDisplayName = guangya_mac; + INFOPLIST_KEY_CFBundleDisplayName = "光鸭云盘"; INFOPLIST_KEY_NSHumanReadableCopyright = ""; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", diff --git a/guangya_mac/guangya_macApp.swift b/guangya_mac/guangya_macApp.swift index 767817b..f9fa902 100644 --- a/guangya_mac/guangya_macApp.swift +++ b/guangya_mac/guangya_macApp.swift @@ -6,5 +6,6 @@ struct guangya_macApp: App { WindowGroup { ContentView() } + .windowToolbarStyle(.unified(showsTitle: false)) } }