We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd0c46 commit 0cde158Copy full SHA for 0cde158
Tests/Tests/SDWebImageTestCache.m
@@ -108,7 +108,7 @@ - (void)removeExpiredData {
108
}
109
110
// Remove files that are older than the expiration date;
111
- NSDate *accessDate = resourceValues[NSURLAttributeContentAccessDateKey];
+ NSDate *accessDate = resourceValues[NSURLContentAccessDateKey];
112
if (expirationDate && [[accessDate laterDate:expirationDate] isEqualToDate:expirationDate]) {
113
[self.fileManager removeItemAtURL:fileURL error:nil];
114
0 commit comments