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)) } }