I've created a CLI
version of my OS X app (which is an App Bundle). In my bundle version there's a pre-compiled .dylib
that is normally placed within the directory where the executable resides.
This won't work for the command line version - is there a way to embed it within my executable?