mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
- mark CPU frequency reader as popup (#192)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -9,5 +9,6 @@ Stats.dmg
|
||||
Stats.app
|
||||
create-dmg
|
||||
dSYMs.zip
|
||||
Stats.dmg.zip
|
||||
|
||||
Cartfile.resolved
|
||||
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user