trilemma-dev / SecureXPC

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

Improves ergonomics of `XPCMachServer`'s `endpoint` #45

Closed jakaplan closed 2 years ago

jakaplan commented 2 years ago

Fixes #33

Verified that the existing logic worked, and then improved upon it so the endpoint can be accessed even if the server hasn't been started yet.

jakaplan commented 2 years ago

@amomchilov for your review

amomchilov commented 2 years ago

@jakaplan Does GitHub let you tag me as a reviewer on the PR? Or do I have to be a member of the repo for it to let you do that?

jakaplan commented 2 years ago

@jakaplan Does GitHub let you tag me as a reviewer on the PR?

No.

Or do I have to be a member of the repo for it to let you do that?

Educated guess is yes.

jakaplan commented 2 years ago

@amomchilov are there any changes you'd like to see made to this PR?

amomchilov commented 2 years ago

Nope, I had already approved it :)