SDWebImage/Tests
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
..
SDWebImage Tests.xcodeproj Added test case about RGBA16 PNG 2024-02-23 16:24:37 +08:00
Tests Replace NSFileManager.enumeratorAtPath with enumeratorAtURL for performance and RAM saving (#3690) 2024-03-26 17:15:42 +08:00
Tests Mac Add tests scheme for macOS. Because we now support cross-platform, some implementation is different from UIKit & AppKit. So we also need test 2018-02-20 00:49:25 +08:00
Tests TV Add all the Test Case on tvOS platform, using the same code as iOS 2019-10-27 22:32:53 +08:00
Tests Vision Upgrade the test case because of simulator version upgrade 2024-02-13 15:16:22 +08:00
Expecta.podspec Added visionOS official unit tests 2024-02-13 11:53:26 +08:00
KVOController.podspec Added visionOS official unit tests 2024-02-13 11:53:26 +08:00