From 7ba8208f176f26ceccefd262ad812e751b1b1caf Mon Sep 17 00:00:00 2001 From: Serban Mihai Date: Thu, 15 Oct 2015 16:46:40 +0300 Subject: [PATCH] iOS 9 App Transport Security Demo Target fixed ios 9 load images caused by new App Transport Security feature --- Examples/SDWebImage Demo/SDWebImage Demo-Info.plist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Examples/SDWebImage Demo/SDWebImage Demo-Info.plist b/Examples/SDWebImage Demo/SDWebImage Demo-Info.plist index 050a60501..1dbfecf2d 100644 --- a/Examples/SDWebImage Demo/SDWebImage Demo-Info.plist +++ b/Examples/SDWebImage Demo/SDWebImage Demo-Info.plist @@ -34,5 +34,10 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + NSAppTransportSecurity + + NSAllowsArbitraryLoads + +