Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save MiraiSubject/dad1ed20c6b10929050986778a40d83f to your computer and use it in GitHub Desktop.

Select an option

Save MiraiSubject/dad1ed20c6b10929050986778a40d83f to your computer and use it in GitHub Desktop.
Temporary fix for BatFiHelper on macOS Sequoia
<?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>
@MiraiSubject
Copy link
Author

  1. Make sure all of BatFi is killed including the helper
  2. Place this file in /Library/LaunchDaemons
  3. run sudo launchctl load -w /Library/LaunchDaemons/software.micropixels.BatFi.Helper.plist
  4. Open BatFi, go through the onboarding process. It may prompt you to install the helper again, let it fail and allow access through settings manually. It may show up as Adam Rozynski now instead (the name of the dev)
  5. Congrats, it should work now!

Make 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment