Using the libsqlite3.0.dylib from my 3rd party module
I'm writing a module for Titanium mobile. My module needs a link to libsqlite3.0.dylib. I noticed that when Titanium creates the xcode project that it only links libsqlite3 and not 3.0.
Is there a way to add references into your module without having to change the project.pbxproj file in the SDK?