SwiftyXPC
SwiftyXPC copied to clipboard
A wrapper for Apple’s XPC interprocess communication library that gives it a type-safe, easy-to-use interface utilizing Codable and Swift Concurrency.
Is the following possible: ```swift try self.connection.sendOnewayMessage(name: CommandSet.cleanup) ```
Thanks so much for your previous answer and example code, it helped me a ton and I now have a good prototype for the service I'm aiming for. I have...
Hey Charles, I starred the repo. It seems to bridge an annoying usability gap in the XPC framework, What I have noticed is that there is a lot of boiler...
It seems that XPC is available starting with iOS 17.4, according to https://developer.apple.com/documentation/xpc. Would be nice if the library could be used with iOS as well.