trilemma-dev / SecureXPC

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

Misc improvements throughout the code base #69

Closed jakaplan closed 2 years ago

jakaplan commented 2 years ago

I realized they're actually called "XPC services" not "XPC Services", so have updated that throughout the comments (both public and internal)

The rest of the the changes are all misc code changes that I think improve things for the better. There's one small public facing change to XPCError.misconfiguredXPCService which now has a String to provide a descriptive error message.

jakaplan commented 2 years ago

@amomchilov for your review