From 24e95fe9451f83de3b38de5f25926edcac6ed96d Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Sun, 27 Oct 2024 12:26:14 +0100 Subject: [PATCH] v2.11.16 --- Modules/Clock/popup.swift | 2 +- Stats.xcodeproj/project.pbxproj | 4 ++-- Stats/Supporting Files/Info.plist | 2 +- Stats/Supporting Files/pl.lproj/Localizable.strings | 2 +- Widgets/Supporting Files/Info.plist | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Modules/Clock/popup.swift b/Modules/Clock/popup.swift index 4ca56146..70f28989 100644 --- a/Modules/Clock/popup.swift +++ b/Modules/Clock/popup.swift @@ -478,7 +478,7 @@ private class ClockView: NSStackView { private func setTZ() { self.nameField.stringValue = "\(self.clock.name)" - if let tz = Clock.zones.first(where: { $0.key == self.clock.tz }) { + if let tz = Clock.zones.first(where: { $0.key == self.clock.tz }), tz.key != "local" { self.nameField.stringValue += " (\(tz.value))" } } diff --git a/Stats.xcodeproj/project.pbxproj b/Stats.xcodeproj/project.pbxproj index 2994bd57..d21a4f42 100644 --- a/Stats.xcodeproj/project.pbxproj +++ b/Stats.xcodeproj/project.pbxproj @@ -2841,7 +2841,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 2.11.15; + MARKETING_VERSION = 2.11.16; OTHER_LDFLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -2879,7 +2879,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 2.11.15; + MARKETING_VERSION = 2.11.16; OTHER_LDFLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/Stats/Supporting Files/Info.plist b/Stats/Supporting Files/Info.plist index 6aa25aca..bb73dcc0 100755 --- a/Stats/Supporting Files/Info.plist +++ b/Stats/Supporting Files/Info.plist @@ -17,7 +17,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 604 + 606 Description Simple macOS system monitor in your menu bar LSApplicationCategoryType diff --git a/Stats/Supporting Files/pl.lproj/Localizable.strings b/Stats/Supporting Files/pl.lproj/Localizable.strings index 41fd4142..30bd3d0f 100644 --- a/Stats/Supporting Files/pl.lproj/Localizable.strings +++ b/Stats/Supporting Files/pl.lproj/Localizable.strings @@ -380,7 +380,7 @@ "Last reset" = "Ostatni reset %0 temu"; "Latency" = "Opóźnienie"; "Upload speed" = "Wysyłka"; -"Download speed" = "Pobieranie"; +"Download speed" = "Pobranie"; // Battery "Level" = "Poziom naładowania"; diff --git a/Widgets/Supporting Files/Info.plist b/Widgets/Supporting Files/Info.plist index 6acaeed4..4b001037 100644 --- a/Widgets/Supporting Files/Info.plist +++ b/Widgets/Supporting Files/Info.plist @@ -11,9 +11,9 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleShortVersionString - 2.11.15 + 2.11.16 CFBundleVersion - 604 + 606 NSExtension NSExtensionPointIdentifier