Skip to content

Commit

Permalink
Add the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rurza committed Apr 28, 2023
1 parent 696ee6c commit 5c24364
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 17 deletions.
16 changes: 0 additions & 16 deletions App/Assets.xcassets/status.not.charging.20.imageset/Contents.json

This file was deleted.

2 changes: 1 addition & 1 deletion App/BatFiApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ final class AppDelegate: NSObject, NSApplicationDelegate {
try? serviceRegisterer.registerServiceIfNeeded()
charging = Charging(client: client)

statusItem.button?.image = NSImage(named: "status.not.charging.20")
statusItem.button?.image = NSImage(named: "charge.20")
statusItem.menu = NSMenu {
MenuItem("").view {
BatteryInfoView(batteryLevelObserver: batteryLevelObserver)
Expand Down
2 changes: 2 additions & 0 deletions BatFi.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
5B6FC12D29F9639C00D98863 /* Defaults.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Defaults.swift; sourceTree = "<group>"; };
5B6FC12F29F970A700D98863 /* Menu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Menu.swift; sourceTree = "<group>"; };
5B6FC13129F970B200D98863 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
5B6FC13629FC038500D98863 /* README */ = {isa = PBXFileReference; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
5B98693729EDE7E6003F95C1 /* SMC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SMC.swift; sourceTree = "<group>"; };
5BB80D4829E9EF6600186827 /* Config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; };
5BB884FC29F47FEF00A23C2B /* HelperManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HelperManager.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -194,6 +195,7 @@
5BEE217E29E607FB0012A4DD = {
isa = PBXGroup;
children = (
5B6FC13629FC038500D98863 /* README */,
5B31E89329EF3EDF00ACA5F1 /* SecureXPC */,
5B3C14BA29EAA5B100746A53 /* Shared */,
5BEE218929E607FB0012A4DD /* App */,
Expand Down
3 changes: 3 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Status

WIP. Nothing interesting in here. Yet :)

0 comments on commit 5c24364

Please sign in to comment.