Remove outer dict around product plist dict

This commit is contained in:
T. R. Bernstein
2024-06-28 02:51:52 +02:00
committed by T. R. Bernstein
parent 5cdff5f9f5
commit efb8b304bd

View File

@@ -107,12 +107,10 @@ function createLaunchDaemon() {
<key>com.apple.iokit.matching</key> <key>com.apple.iokit.matching</key>
<dict> <dict>
<key>com.apple.device-attach</key> <key>com.apple.device-attach</key>
<dict>
$(getProductPlistDict) $(getProductPlistDict)
</dict> </dict>
</dict> </dict>
</dict> </dict>
</dict>
</plist> </plist>
LDAEMON LDAEMON
ensureRightAccess ${launchDaemonPath} ensureRightAccess ${launchDaemonPath}