This commit is contained in:
Serhiy Mytrovtsiy
2022-11-20 13:05:33 +01:00
parent 0b821406d7
commit 39078f15d8
3 changed files with 5 additions and 4 deletions

View File

@@ -86,6 +86,7 @@ Stats tries to be efficient as it's possible. But reading some data periodically
- Hebrew (thanks to [BadSugar](https://github.com/BadSugar))
- Slovenian (thanks to [zigapovhe](https://github.com/zigapovhe))
- Greek (thanks to [sudoxcess](https://github.com/sudoxcess))
- Persian (thanks to [ShawnAlisson](https://github.com/ShawnAlisson))
You can help by adding a new language or improve the existing translation.

View File

@@ -2131,7 +2131,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 2.7.44;
MARKETING_VERSION = 2.7.45;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -2167,7 +2167,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 2.7.44;
MARKETING_VERSION = 2.7.45;
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>424</string>
<string>428</string>
<key>Description</key>
<string>Simple macOS system monitor in your menu bar</string>
<key>LSApplicationCategoryType</key>
@@ -42,7 +42,7 @@
<key>SMPrivilegedExecutables</key>
<dict>
<key>eu.exelban.Stats.SMC.Helper</key>
<string>identifier &quot;eu.exelban.Stats.SMC.Helper&quot; and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.1] /* exists */</string>
<string>identifier "eu.exelban.Stats.SMC.Helper" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.1] /* exists */</string>
</dict>
</dict>
</plist>