mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 16:24:30 +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
|
||||
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
|
||||
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
|
||||
- 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
|
||||
- English
|
||||
- Polski
|
||||
|
||||
@@ -1885,7 +1885,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
||||
MARKETING_VERSION = 2.7.10;
|
||||
MARKETING_VERSION = 2.7.11;
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
@@ -1918,7 +1918,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
||||
MARKETING_VERSION = 2.7.10;
|
||||
MARKETING_VERSION = 2.7.11;
|
||||
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>353</string>
|
||||
<string>354</string>
|
||||
<key>Description</key>
|
||||
<string>Simple macOS system monitor in your menu bar</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
|
||||
Reference in New Issue
Block a user