Contents

daemon(plistName:)

Initializes an app service object with a launch daemon with the property list name you provide.

Declaration

class func daemon(plistName: String) -> Self

Parameters

  • plistName:

    The name of the property list corresponding to the Smappservice.

Return Value

An SMService object

Discussion

The property list name must correspond to a property list in the calling app’s Contents/Library/LaunchDaemons directory

See Also

Managing apps