This commit is contained in:
Serhiy Mytrovtsiy
2022-01-16 14:58:28 +01:00
parent 9f6bcfc96e
commit 0265274f01
3 changed files with 4 additions and 4 deletions

View File

@@ -248,7 +248,7 @@ public class TemperatureReader: Reader<Double> {
#if arch(arm64)
var total: Double = 0
var counter: Double = 0
["Tp09", "Tp0T", "Tp01", "Tp05", "Tp0D", "Tp0H", "Tp0L", "Tp0P", "Tp0X", "Tp0b", ].forEach { (key: String) in
["Tp09", "Tp0T", "Tp01", "Tp05", "Tp0D", "Tp0H", "Tp0L", "Tp0P", "Tp0X", "Tp0b"].forEach { (key: String) in
if let value = SMC.shared.getValue(key) {
total += value
counter += 1

View File

@@ -2006,7 +2006,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 2.6.27;
MARKETING_VERSION = 2.7.0;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -2039,7 +2039,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 2.6.27;
MARKETING_VERSION = 2.7.0;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
PRODUCT_NAME = "$(TARGET_NAME)";

View File

@@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>338</string>
<string>339</string>
<key>Description</key>
<string>Simple macOS system monitor in your menu bar</string>
<key>LSApplicationCategoryType</key>