diff --git a/README.md b/README.md index 34ffb8a3..cc7a3fe5 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,41 @@ -# mini-stats -App that shows CPU, Memory and Disk usage on the menu bar +# Stats +Application for macos that shows CPU, Memory and Disk usage on the menu bar + +[](https://github.com/exelban/stats/releases/download/latests/Stats.dmg) ## Installation -You can download latest version [here](https://github.com/exelban/mini-stats/releases). +You can download latest version [here](https://github.com/exelban/stats/releases). -## Usage +## Widgets +Each widget can be disabled in menu. + +| Name | Type | Description | +| --- | --- | --- | +| **CPU** | Percentage | Shows CPU usage | +| **Memory** | Percentage | Shows RAM usage | +| **Disk** | Percentage | Shows disk filling | + +## Compatibility +| macOS | Compatible | +| --- | --- | +| 10.13.6 *(High Sierra)* | **true** | +| 10.14.1 *(Mojave)* | **true** | ## Todo - - [ ] move to module system (CPU, RAM, DISK) - - [ ] add network module - - [ ] save settings - - [ ] add tests + - [ ] temperature module + - [ ] battery module + - [X] move to module system (CPU, RAM, DISK) + - [ ] network module + - [X] save settings + - [ ] tests - [ ] OTA updates - [ ] charts - - [ ] autostart on boot + - [X] autostart on boot + +## What's new + +### v0.0.1 + - first release ## License -[GNU General Public License](https://github.com/exelban/mini-stats/blob/master/LICENSE) +[GNU General Public License](https://github.com/exelban/stats/blob/master/LICENSE) diff --git a/Stats.xcodeproj/project.pbxproj b/Stats.xcodeproj/project.pbxproj index c781f601..0ea8ea34 100755 --- a/Stats.xcodeproj/project.pbxproj +++ b/Stats.xcodeproj/project.pbxproj @@ -489,6 +489,7 @@ CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; DEVELOPMENT_TEAM = RP2S87B72W; + ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = "$(SRCROOT)/Stats/Supporting Files/Info.plist"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -510,6 +511,7 @@ CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; DEVELOPMENT_TEAM = RP2S87B72W; + ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = "$(SRCROOT)/Stats/Supporting Files/Info.plist"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -531,6 +533,7 @@ COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; DEVELOPMENT_TEAM = RP2S87B72W; + ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = StatsLauncher/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -553,6 +556,7 @@ COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; DEVELOPMENT_TEAM = RP2S87B72W; + ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = StatsLauncher/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", diff --git a/Stats/Supporting Files/Info.plist b/Stats/Supporting Files/Info.plist index 5d8e4ca2..f9c08649 100755 --- a/Stats/Supporting Files/Info.plist +++ b/Stats/Supporting Files/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + 0.0.1 CFBundleVersion - 11 + 1 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/icon/widgets.psd b/icon/widgets.psd new file mode 100644 index 00000000..54c0cf7e Binary files /dev/null and b/icon/widgets.psd differ