The problem is that I'm trying to build an application to release to the MacOS app store. The fact that the .dylibs are stored in the integrated jar won't work due to app sandboxing. I have other native code in my application that is working by packaging the .dylibs in a specified folder and using System.load to load them.
How can I do something similar with Devolay? I was looking at the source for Devolay.loadLibraries and it didn't seem like that was an option.
Thank you!