parent
eee4b6b681
commit
6e844d1967
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
|||
## [5.18.1 - Privacy Manifest, on Sep 12, 2023](https://github.com/rs/SDWebImage/releases/tag/5.18.1)
|
||||
See [all tickets marked for the 5.18.1 release](https://github.com/SDWebImage/SDWebImage/milestone/120)
|
||||
|
||||
### Project
|
||||
- Added the visionOS support for "Build XCFramework" script target #3598
|
||||
- Added xcprivacy to framework target and SPM #3600
|
||||
|
||||
### Fixes
|
||||
- Fix the JFIF image orientation bug (which does not use EXIF but JFIF metadata) #3597
|
||||
|
||||
### Warnings
|
||||
- Fix one warning because local variable shadows the variable outside of block #3599
|
||||
|
||||
## [5.18.0 - VisionOS and more, on Sep 2nd, 2023](https://github.com/rs/SDWebImage/releases/tag/5.18.0)
|
||||
See [all tickets marked for the 5.18.0 release](https://github.com/SDWebImage/SDWebImage/milestone/119)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'SDWebImage'
|
||||
s.version = '5.18.0'
|
||||
s.version = '5.18.1'
|
||||
|
||||
s.osx.deployment_target = '10.11'
|
||||
s.ios.deployment_target = '9.0'
|
||||
|
|
|
@ -15,11 +15,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>5.18.0</string>
|
||||
<string>5.18.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>5.18.0</string>
|
||||
<string>5.18.1</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in New Issue