Skip to content

Commit

Permalink
feature(sessionprojector): add launchagent definition for sessionproj…
Browse files Browse the repository at this point in the history
…ector-launcher
  • Loading branch information
unstabler committed Feb 10, 2023
1 parent 60c1ad8 commit 1040642
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
<plist version="1.0">
<dict>
<key>Label</key>
<string>pl.unstabler.ulalaca.sessionprojector</string>
<string>pl.unstabler.ulalaca.sessionprojector.launcher</string>
<key>RunAtLoad</key>
<true />
<key>KeepAlive</key>
<true />
<key>ProgramArguments</key>
<array>
<string>/Library/PrivilegedHelperTools/sessionprojector.app/Contents/MacOS/sessionprojector</string>
<string>--launch</string>
<string>/Library/PrivilegedHelperTools/sessionprojector-launcher.app/Contents/MacOS/sessionprojector-launcher</string>
</array>
<key>LimitLoadToSessionType</key>
<array>
Expand Down

0 comments on commit 1040642

Please sign in to comment.