Skip to content

Commit 3bfca83

Browse files
committed
Fix format of launch agent plist
1 parent aea86c5 commit 3bfca83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Core/Sources/LaunchAgentManager/LaunchAgentManager.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ public struct LaunchAgentManager {
3636
<plist version="1.0">
3737
<dict>
3838
<key>Label</key>
39-
<string>\(serviceIdentifier)</string>
40-
<key>Program</key>
41-
<string>\(executablePath)</string>
39+
<string>\(serviceIdentifier)</string>
40+
<key>Program</key>
41+
<string>\(executablePath)</string>
4242
<key>MachServices</key>
4343
<dict>
4444
<key>\(serviceIdentifier)</key>

0 commit comments

Comments
 (0)