File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -58,18 +58,22 @@ graph TD
5858- Xcode 15+
5959- Administrative privileges for SMC access
6060
61- ## Installation
61+ ## Installation
6262
63- ``` bash
64- # Clone repository
65- git clone https://github.com/yourusername/power-suite.git
66- cd power-suite
63+ DMG image can be download in Releases, after drag it into your application folder, it is expected to work by simply clicking the icon.
6764
68- # Build GUI application
69- xcodebuild -workspace app.xcodeproj/project.xcworkspace -scheme app
65+ 1 . ** GateKeeper Configuration**
66+ If you encounter security warnings when running the application:
67+ - Go to ` System Settings ` → ` Privacy & Security ` → scroll down to ` Security `
68+ - Click "Open Anyway" next to the BattGUI warning
69+ - Confirm execution in the dialog
7070
71+ 2 . ** Advanced Configuration (Admin required)**
72+ For system-level monitoring access:
73+ ``` bash
74+ # Temporarily disable GateKeeper (resets after reboot)
75+ sudo spctl --master-disable
7176```
72-
7377## Usage
7478
7579GUI Application:
You can’t perform that action at this time.
0 commit comments