Timac / VPNStatus

VPNStatus, a replacement for macOS builtin VPN Status
https://blog.timac.org/2018/0719-vpnstatus/
MIT License
221 stars 31 forks source link

Add library (libVPNUtil.dylib) target #10

Closed xfortin-devolutions closed 3 years ago

xfortin-devolutions commented 3 years ago

I've added a target to build a library (libVPNUtildylib). This allows me to link it in my project (which is a Xamarin.Mac project, so I can't just copy the code). I don't know if this could be useful to anyone else. Anyway, it's not much, just created the dylib target, set the deployment target to 10.10 and added all the file under the Common folder to the "Headers" and "Compile Sources" Build Phases.

Timac commented 3 years ago

Thanks a lot for the pull request! The change has been merged.