Remove outer dict around product plist dict
This commit is contained in:
committed by
T. R. Bernstein
parent
5cdff5f9f5
commit
efb8b304bd
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user