Add
- Add visionOS as support target. Now Kingfisher can run natively on visionOS, in both UIKit or SwiftUI mode. #2103
- Add private manifest file (
PrivacyInfo.xcprivacy
) to the project to meet Apple's requirement of describing data collected and use of required reason API. #2104 - Support digital signature in xcframework. Now the xcframework of Kingfisher is signed with the Apple Developer ID of the maintainer team. #2106
- A public initializer of
ImageDownloadResult
. This allows overriding side to construct and return a valid download result. #2107 @kmaschke85
Fix
- Some documentation fixes.
In this version, visionOS support is not yet available when integrating with CocoaPods. It requires the new version of CocoaPods 1.13.0 and not yet released. (CocoaPods/CocoaPods#11965)