Created
June 12, 2024 13:39
-
-
Save MiraiSubject/dad1ed20c6b10929050986778a40d83f to your computer and use it in GitHub Desktop.
Temporary fix for BatFiHelper on macOS Sequoia
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>software.micropixels.BatFi.Helper</string> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>/Applications/BatFi.app/Contents/MacOS/BatFiHelper</string> | |
| </array> | |
| <key>RunAtLoad</key> | |
| <true/> | |
| <key>MachServices</key> | |
| <dict> | |
| <key>software.micropixels.BatFi.Helper</key> | |
| <true/> | |
| </dict> | |
| </dict> | |
| </plist> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo launchctl load -w /Library/LaunchDaemons/software.micropixels.BatFi.Helper.plistMake sure to undo these changes if necessary when BatFi becomes officially compatible. Alternatively, you can switch to Al Dente while waiting for an update for BatFi.