Summary
The "Launch at Login" feature has been implemented using SMAppService (macOS 13+), but needs verification in production environment.
Current Status
- Implementation exists in
LaunchAtLoginManager.swift
- Uses
SMAppService.mainApp.register() / unregister()
- UI toggle exists in Settings > Advanced
Known Limitations
- May not work in development environment (Xcode run)
- Requires app to be installed in
/Applications
- Requires proper code signing
- May need additional entitlements for sandboxed apps
Tasks
Note
UI toggle is currently hidden until functionality is verified.
Summary
The "Launch at Login" feature has been implemented using
SMAppService(macOS 13+), but needs verification in production environment.Current Status
LaunchAtLoginManager.swiftSMAppService.mainApp.register()/unregister()Known Limitations
/ApplicationsTasks
/ApplicationsNote
UI toggle is currently hidden until functionality is verified.