I'm developing a Mac OSX application using OSX 10.8. I want to make sure that my application will run correctly on 10.7.
In my source I believe I am not using 10.8 specific API calls (but I could be mistaken). There are third party libraries that I link to that may use 10.8 specific API calls.
I don't have a test system for 10.7. How can I test such a binary (executable or library) to see if it should work on 10.7 or not?