Skip to content

Commit

Permalink
refactor: document more plist attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
lwouis committed Nov 2, 2022
1 parent 292e6b0 commit f230542
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/preferences-window/tabs/GeneralTab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ class GeneralTab {
"Program": Bundle.main.executablePath ?? "/Applications/\(App.name).app/Contents/MacOS/\(App.name)",
"RunAtLoad": true,
"LimitLoadToSessionType": "Aqua",
// starting from macOS 13, AssociatedBundleIdentifiers is required, otherwise the UI in
// System Settings > General > Login Items, will show "Louis Pontoise" instead of "AltTab.app"
"AssociatedBundleIdentifiers": App.id,
// "ProcessType: If left unspecified, the system will apply light resource limits to the job,
// throttling its CPU usage and I/O bandwidth"
Expand Down

0 comments on commit f230542

Please sign in to comment.