AFNetworking/AFNetworking
Cédric Luthi 2da270be61 Search for default pinned certificates in the main bundle (#3752)
Using `[NSBundle bundleForClass:[self class]]` is dangerous because the code will behave differently depending on how AFNetworking is integrated.

* If it is integrated as a static library (for example using CocoaPods), certificates will be searched in the main bundle.

* If it is integrated as a framework (for example using Carthage), certificates will be searched in the AFNetworking framework.

Even though this behavior is documented, this is dangerous. Using the main bundle makes the behavior deterministic.

Fixes #3575
2020-01-04 19:26:41 -05:00
..
AFCompatibilityMacros.h Replace the version numbers with raw values 2018-07-02 17:00:18 -07:00
AFHTTPSessionManager.h Added support for setting headers per HTTP request 2017-12-15 15:54:23 +01:00
AFHTTPSessionManager.m Minor codestyle fix 2017-12-15 16:31:03 +01:00
AFNetworking.h - Removed support for NSURLConnection based API's 2015-10-02 14:09:47 -05:00
AFNetworkReachabilityManager.h Use AFNetworkReachabilityManager to compare consistency of notification posts and gets, instead of SCNetworkReachabilityRef. 2018-07-25 21:48:31 +08:00
AFNetworkReachabilityManager.m rollback method 'AFPostReachabilityStatusChange' 2018-07-25 22:00:31 +08:00
AFSecurityPolicy.h Search for default pinned certificates in the main bundle (#3752) 2020-01-04 19:26:41 -05:00
AFSecurityPolicy.m Search for default pinned certificates in the main bundle (#3752) 2020-01-04 19:26:41 -05:00
AFURLRequestSerialization.h Add leading whitespace to urls 2016-03-14 10:17:27 +08:00
AFURLRequestSerialization.m Use dispatch_barrier_sync (#4474) 2020-01-04 18:24:33 -05:00
AFURLResponseSerialization.h Merge branch 'master' into pr/4051 2018-07-13 17:09:18 -04:00
AFURLResponseSerialization.m Fix NSSecureCoding (#4409) 2019-10-20 21:53:18 -04:00
AFURLSessionManager.h Fix typeof (#3912) 2019-10-20 23:23:30 -04:00
AFURLSessionManager.m Fix reference cycle in example, remove unnecessary weak / strong (#4196) 2020-01-04 19:19:31 -05:00