I’m having big trouble understanding how I would be able to bundle a framework(SDL) with my app in order to avoid having the user manually install it. The problem is that I can’t figure out how to make mono look for frameworks in the .app folder.
I’ve seen several posts on changing the install path of a framework and then linking it with an x-code project but I’ve yet to find anything that covers this when using mono.
I’ve recently answered a related question here:
P/Invoke into .framework files on Mono Mac
and Setting path of the Native Library for DllImport on Mono for Mac.
See the section titled “Bundling Native Frameworks in a MonoMac Application” in my reply to that 2nd question.