From fc0de57066092f38b88b8e08f2f781a53e995f6c Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Mon, 6 Jun 2016 21:24:11 +0300 Subject: [PATCH] Readded `shouldUseCredentialStorage` to preserve backwards compatibility --- SDWebImage/SDWebImageDownloaderOperation.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SDWebImage/SDWebImageDownloaderOperation.h b/SDWebImage/SDWebImageDownloaderOperation.h index 7a995d2..c6debc3 100644 --- a/SDWebImage/SDWebImageDownloaderOperation.h +++ b/SDWebImage/SDWebImageDownloaderOperation.h @@ -30,6 +30,12 @@ extern NSString *const SDWebImageDownloadFinishNotification; @property (assign, nonatomic) BOOL shouldDecompressImages; +/** + * Was used to determine whether the URL connection should consult the credential storage for authenticating the connection. + * @deprecated Not used for a couple of versions + */ +@property (nonatomic, assign) BOOL shouldUseCredentialStorage __deprecated_msg("Property deprecated. Does nothing. Kept only for backwards compatibility"); + /** * The credential used for authentication challenges in `-connection:didReceiveAuthenticationChallenge:`. *