diff --git a/Applite.xcodeproj/project.pbxproj b/Applite.xcodeproj/project.pbxproj index 4a29c0a..d8d8dc5 100644 --- a/Applite.xcodeproj/project.pbxproj +++ b/Applite.xcodeproj/project.pbxproj @@ -1050,14 +1050,14 @@ INFOPLIST_FILE = "Applite-Info.plist"; INFOPLIST_KEY_CFBundleDisplayName = Applite; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; - INFOPLIST_KEY_NSHumanReadableCopyright = ""; + INFOPLIST_KEY_NSHumanReadableCopyright = "© 2025, Milán Várady"; INFOPLIST_KEY_UILaunchStoryboardName = S; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = 1.2.5; + MARKETING_VERSION = 1.3.0; PRODUCT_BUNDLE_IDENTIFIER = dev.aerolite.Applite; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; @@ -1085,14 +1085,14 @@ INFOPLIST_FILE = "Applite-Info.plist"; INFOPLIST_KEY_CFBundleDisplayName = Applite; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; - INFOPLIST_KEY_NSHumanReadableCopyright = ""; + INFOPLIST_KEY_NSHumanReadableCopyright = "© 2025, Milán Várady"; INFOPLIST_KEY_UILaunchStoryboardName = S; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = 1.2.5; + MARKETING_VERSION = 1.3.0; PRODUCT_BUNDLE_IDENTIFIER = dev.aerolite.Applite; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; diff --git a/Applite/Views/Commands.swift b/Applite/Views/Commands.swift index 123fa3e..315d155 100755 --- a/Applite/Views/Commands.swift +++ b/Applite/Views/Commands.swift @@ -16,25 +16,6 @@ struct CommandsMenu: Commands { var body: some Commands { SidebarCommands() - CommandGroup(replacing: .appInfo) { - Button("About Applite") { - NSApplication.shared.orderFrontStandardAboutPanel( - options: [ - NSApplication.AboutPanelOptionKey.credits: NSAttributedString( - string: "MIT Licence", - attributes: [ - NSAttributedString.Key.font: NSFont.systemFont( - ofSize: NSFont.smallSystemFontSize) - ] - ), - NSApplication.AboutPanelOptionKey( - rawValue: "Copyright" - ): "© 2023 Milán Várady" - ] - ) - } - } - CommandGroup(before: .systemServices) { Button("Uninstall Applite...") { openWindow(id: "uninstall-self") diff --git a/Localizable.xcstrings b/Localizable.xcstrings index 1f3cf82..9356cd4 100644 --- a/Localizable.xcstrings +++ b/Localizable.xcstrings @@ -518,41 +518,6 @@ } } }, - "About Applite" : { - "comment" : "About Applite menubar item", - "localizations" : { - "fr" : { - "stringUnit" : { - "state" : "translated", - "value" : "À propos de Applite" - } - }, - "hu" : { - "stringUnit" : { - "state" : "translated", - "value" : "Az Applite névjegye" - } - }, - "ja" : { - "stringUnit" : { - "state" : "translated", - "value" : "Appliteについて" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "translated", - "value" : "关于 Applite" - } - }, - "zh-HK" : { - "stringUnit" : { - "state" : "translated", - "value" : "关于Applite" - } - } - } - }, "Actions" : { "comment" : "Brew Management view action section title", "localizations" : {