I am using XCode 2.2. I have a .dylib that corresponds to a library I have downloaded from the internet and built myself. I wish to be able to release my program without requiring users to download and build the library. I therefore wish to either embed the .dylib or statically link against it. How would I achieve this?