I am trying to connect to http://localhost with the simulator for debugging. Since iOS 9 there is App Transport Security enabled and all Connections without TLS 1.2 are getting blocked.
Is there a way to allow connections only for this URL in DEBUG-Builds without adding another target?