hello,
I am currently working on a macOS application in swiftUI. We have a window version of the app which uses certain mathematical functions and would like to use it for our Mac version in order to reduce work and maintain same results through all different versions. We have the c# code and dylib created but I have never dealt with this so I would like any sorts of help I can get.
I currently have dylib added to my project and added them on embedded framework and such but unsure what else I need to do.
Thank you.