trilemma-dev / SecureXPC

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

Exclusively path based routes - closes #20 #28

Closed jakaplan closed 2 years ago

jakaplan commented 2 years ago

Routes are now only distinct based on path components. The expected message and return types are only used to provide detailed error messages.

jakaplan commented 2 years ago

@amomchilov here's my first attempt at creating a PR instead of directly committing to the repo. Beyond giving me feedback on the actual code, please let me know if I've done anything wrong or suboptimal in how I've configured this PR.