LaunchAgent
LaunchAgent copied to clipboard
Programmatically create and maintain launchd agents and daemons without manually building Property Lists.
Results
2
LaunchAgent issues
Sort by
recently updated
recently updated
newest added
Thanks a lot for making this wonderful library! `LaunchAgent.keepAlive` in its current form can only accept a `Bool`, but I have encountered the following case where a simple `true` is...
Hi, I tried to save plist file in global agent by changing **userDomainMask** -> **localDomainMask** `let library = try FileManager.default.url(for: .libraryDirectory, in: .localDomainMask, appropriateFor: nil, create: false) ` then i...