mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
v2.7.11
This commit is contained in:
20
README.md
20
README.md
@@ -17,15 +17,6 @@ To install it using Homebrew, open the Terminal app and type:
|
|||||||
```bash
|
```bash
|
||||||
brew install --cask stats
|
brew install --cask stats
|
||||||
```
|
```
|
||||||
## FAQs
|
|
||||||
|
|
||||||
### How do you change the order of the menu bar icons?
|
|
||||||
macOS decides the order of the menu bar items not `Stats` - it may change after the first reboot after installing Stats.
|
|
||||||
|
|
||||||
To change the order of any menu bar icon - macOS Mojave (version 10.14) and up.
|
|
||||||
1. Hold down ⌘ (command key)
|
|
||||||
2. Drag the icon to the desired position on the menu bar.
|
|
||||||
3. Release ⌘ (command key)
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
Stats is currently supported on macOS 10.13 (High Sierra) and higher.
|
Stats is currently supported on macOS 10.13 (High Sierra) and higher.
|
||||||
@@ -43,6 +34,17 @@ Stats is an application that allows you to monitor your macOS system.
|
|||||||
- Network usage
|
- Network usage
|
||||||
- Sensors information (Temperature/Voltage/Power)
|
- Sensors information (Temperature/Voltage/Power)
|
||||||
|
|
||||||
|
## FAQs
|
||||||
|
|
||||||
|
### How do you change the order of the menu bar icons?
|
||||||
|
macOS decides the order of the menu bar items not `Stats` - it may change after the first reboot after installing Stats.
|
||||||
|
|
||||||
|
To change the order of any menu bar icon - macOS Mojave (version 10.14) and up.
|
||||||
|
|
||||||
|
1. Hold down ⌘ (command key).
|
||||||
|
2. Drag the icon to the desired position on the menu bar.
|
||||||
|
3. Release ⌘ (command key)
|
||||||
|
|
||||||
## Supported languages
|
## Supported languages
|
||||||
- English
|
- English
|
||||||
- Polski
|
- Polski
|
||||||
|
|||||||
@@ -1885,7 +1885,7 @@
|
|||||||
"@executable_path/../Frameworks",
|
"@executable_path/../Frameworks",
|
||||||
);
|
);
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
||||||
MARKETING_VERSION = 2.7.10;
|
MARKETING_VERSION = 2.7.11;
|
||||||
OTHER_LDFLAGS = "";
|
OTHER_LDFLAGS = "";
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
|
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
@@ -1918,7 +1918,7 @@
|
|||||||
"@executable_path/../Frameworks",
|
"@executable_path/../Frameworks",
|
||||||
);
|
);
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
||||||
MARKETING_VERSION = 2.7.10;
|
MARKETING_VERSION = 2.7.11;
|
||||||
OTHER_LDFLAGS = "";
|
OTHER_LDFLAGS = "";
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
|
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>$(MARKETING_VERSION)</string>
|
<string>$(MARKETING_VERSION)</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>353</string>
|
<string>354</string>
|
||||||
<key>Description</key>
|
<key>Description</key>
|
||||||
<string>Simple macOS system monitor in your menu bar</string>
|
<string>Simple macOS system monitor in your menu bar</string>
|
||||||
<key>LSApplicationCategoryType</key>
|
<key>LSApplicationCategoryType</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user