Skip to content

MTACS/BetterLogin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BetterLogin

Add features to loginwindow on macOS

Screenshots

Screenshot 2025-02-02 at 9 16 42 PM

Screenshot 2025-02-02 at 9 19 41 PM

Settings Previews wallpaper clock date password other

Installation

macOS Sonoma 14.0 or greater is required

  1. Move BetterLogin.bundle to /Library/Application Support/MacEnhance/Plugins, or double click to automatically open in MacForge

  2. Move BetterLogin.app to /Applications (not required, app will work in any location)

Some versions of macOS and MacForge do not automatically inject newly installed bundles. To manually inject BetterLogin follow these steps in terminal. This may be required after every login

lldb -p $(pgrep -x loginwindow) 

expr (void) [[NSBundle bundleWithPath:@"/Library/Application Support/MacEnhance/Plugins/BetterLogin.bundle"] load]

expr (void) [BetterLogin load]

c

Close terminal window and lock screen

Building from source

Open project in Xcode and build BetterLogin scheme to build MacForge plugin, build BetterLoginApp scheme for settings application

To build via terminal run

xcodebuild -scheme BetterLogin CODE_SIGNING_ALLOWED="NO" CODE_SIGNING_REQUIRED="NO" CODE_SIGN_IDENTITY=""

xcodebuild -scheme BetterLoginApp CODE_SIGNING_ALLOWED="NO" CODE_SIGNING_REQUIRED="NO" CODE_SIGN_IDENTITY=""

About

Add features to loginwindow on macOS Sonoma or newer

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published