- mark CPU frequency reader as popup (#192)

This commit is contained in:
Serhiy Mytrovtsiy
2020-12-01 17:43:10 +01:00
parent 950b787c73
commit 660b4db91e
3 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View File

@@ -9,5 +9,6 @@ Stats.dmg
Stats.app
create-dmg
dSYMs.zip
Stats.dmg.zip
Cartfile.resolved

View File

@@ -265,6 +265,11 @@ public class FrequencyReader: Reader<Double> {
private var sample: PGSample = 0
override init() {
super.init()
self.popup = true
}
public override func setup() {
let path: CFString = "/Library/Frameworks/IntelPowerGadget.framework" as CFString
let bundleURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, path, CFURLPathStyle.cfurlposixPathStyle, true)

View File

@@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>181</string>
<key>Description</key>
<string>Simple macOS system monitor in your menu bar</string>
<key>LSApplicationCategoryType</key>