trilemma-dev / SecureXPC

A simple and secure XPC framework for Swift
MIT License
75 stars 15 forks source link

Consolidates `XPCError` generation logic #62

Closed jakaplan closed 2 years ago

jakaplan commented 2 years ago

Adds two static functions to XPCError one which generates it from an Error and the other from an xpc_object_t.

jakaplan commented 2 years ago

@amomchilov for your review