OK, what I'm trying to do is fairly straightforward, although I definitely have no idea how to proceed :
- I have created an Objective-C wrapper for ImageMagick functions
- I want to embed ImageMagick inside the app bundle, so that the app works on no-matter-which OS X version (10.6,10.7,10,8)
Any ideas? How would you go about it?
P.S. Of course, we'll take for granted that the user will not have ImageMagick already installed - so all should loaded from our app bundle.