mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
v2.4.0
This commit is contained in:
2
Makefile
2
Makefile
@@ -107,7 +107,7 @@ next-version:
|
||||
|
||||
check:
|
||||
xcrun altool \
|
||||
--notarization-info 9b7c4d1f-ae81-4571-9ab1-592289f9d57a \
|
||||
--notarization-info 36ba52a7-97bb-43e7-8faf-72bd6e9e1df3 \
|
||||
-itc_provider $(AC_PROVIDER) \
|
||||
-u $(AC_USERNAME) \
|
||||
-p @keychain:AC_PASSWORD
|
||||
|
||||
@@ -44,6 +44,7 @@ Stats is an application that allows you to monitor your macOS system.
|
||||
- German (thanks to [natterstefan](https://github.com/natterstefan))
|
||||
- 中文 (繁體) (thanks to [iamch15542](https://github.com/iamch15542))
|
||||
- Spanish (thanks to [jcconca](https://github.com/jcconca))
|
||||
- Vietnamese (thanks to [xuandung38](https://github.com/xuandung38))
|
||||
|
||||
You can help by adding a new language.
|
||||
|
||||
|
||||
@@ -1938,7 +1938,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
||||
MARKETING_VERSION = 2.3.8;
|
||||
MARKETING_VERSION = 2.4.0;
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
@@ -1971,7 +1971,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
||||
MARKETING_VERSION = 2.3.8;
|
||||
MARKETING_VERSION = 2.4.0;
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>66</string>
|
||||
<string>67</string>
|
||||
<key>Description</key>
|
||||
<string>Simple macOS system monitor in your menu bar</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
|
||||
@@ -30,9 +30,6 @@
|
||||
"Characters" = "Ký tự";
|
||||
"Short" = "Ngắn";
|
||||
"Long" = "Dài";
|
||||
//"sec" = "giây"
|
||||
//"enabled" = "đã kích hoạt"
|
||||
//"disabled" = "đã vô hiệu hoá"
|
||||
|
||||
// Alerts
|
||||
"New version available" = "Phiên bản mới có sẵn";
|
||||
|
||||
Reference in New Issue
Block a user