Since the update to XCode 7 the iOS9 SDK was automatically installed. Because iOS9 prohibits non-SSL connections and my backend provider currently does not provide SSL for now, I cannot continue developing apps until SSL is available on my backend service (which can take a while). However, I noticed that if I install an older ad-hoc version of my app that I built a few weeks ago with XCode 6 and iOS SDK8, then iOS9 will allow non-SSL connections.
So, what I want to do is to revert back to iOS SDK8 in XCode 7 hoping that this will allow me to start non-SSL connections in iOS9 on my development device. Is this possible? If yes, how?
Note: I am aware that Apple does not allow non-SSL connections within apps for new app submissions to the app store. The intention of downgrading to iOS SDK8 is just temporarily for development purposes.