SDWebImage/SDWebImage
ChengzhiHuang d5e3e7f7c5
Replace NSFileManager.enumeratorAtPath with enumeratorAtURL for performance and RAM saving (#3690)
* fix #3689

1. repalce @selector(enumeratorAtURL:) with @selector(enumeratorAtURL:)
2. replace ioQueueAttributes from DISPATCH_QUEUE_SERIAL to DISPATCH_QUEUE_SERIAL_WITH_AUTORELEASE_POOL >= iOS 10

* fix: remove NSDirectoryEnumerationProducesRelativePathURLs option

* feat: replace enumeratorAtPath:

* fix: update test44DiskCacheMigrationFromOldVersion

---------

Co-authored-by: huangchengzhi <huangchengzhi@bytedance.com>
2024-03-26 17:15:42 +08:00
..
Core Replace NSFileManager.enumeratorAtPath with enumeratorAtURL for performance and RAM saving (#3690) 2024-03-26 17:15:42 +08:00
Private Fix that C API should use FOUNDATION_EXPORT for C++ 2024-01-10 15:28:25 +08:00
Resources Added xcprivacy to framework target and SPM 2023-09-12 15:40:57 +08:00
include/SDWebImage Add better support for stateful view (UIButton) for image URL/progress state management 2023-07-31 10:35:47 +08:00