I'm building a desktop application for macOS and Windows (that's down the road). For the first time, I'll be using Scala + some legacy Java instead of Swift or Objective-C. I'm trying to figure out how to get my Jar to register itself and then handle a custom URL Scheme ie "company://path/to/reasource/".
Can anyone point me in the right direction? macOS is the priority right now.
If the Java can't do this OOTB I'll probably make a helper executable in Swift that pipes data that launches/pipes data into the Jar.
Thanks!