Commit Graph

14 Commits

Author SHA1 Message Date
xaoxuu c712bf9ac4
Update Package.swift 2024-10-11 10:21:28 +08:00
xaoxuu 675c87b5b5
Update Package.swift 2024-10-11 10:16:36 +08:00
xaoxuu 1c82868fba
Update Package.swift 2024-10-11 10:14:21 +08:00
xaoxuu 4889251866
Update Package.swift 2024-10-10 18:14:54 +08:00
DreamPiggy 50b5a1ca83 Fix the privacy info path issue 2024-04-29 17:20:09 +08:00
DreamPiggy e848d648a1 Added totally empty privacy manifest
This because Apple's ITC tool is stupid, since we dependent SDWebImage (which declares the API usage)
2024-04-29 16:59:03 +08:00
DreamPiggy 2909b0027a Drop iOS 13/macOS 10.15/tvOS 13/watchOS 6 support
Changes:
1. Backport sources are removed
2. Availability is changed
3. Use StateObject instead
2022-12-26 17:53:04 +08:00
DreamPiggy e4ed4ad790 Bump the limit to Xcode 12, because we need new iOS 14+ APIs check 2021-02-23 15:37:46 +08:00
DreamPiggy d07a405bb5 Upgrade the dependency of SDWebImage 5.7.0 2020-04-04 19:52:16 +08:00
DreamPiggy 056cc69713 Use the BUILD_LIBRARY_FOR_DISTRIBUTION to generate swift interface instead of Swift module 2019-12-06 17:47:38 +08:00
DreamPiggy 36bc39acce Totally remove all previous Animated on watchOS implementation (which use WKInterfaceObject SPI) 2019-11-29 19:49:52 +08:00
DreamPiggy 43c8cb55f8 Upgrade the dependency of SDWebImage to 5.3 2019-11-06 23:05:55 +08:00
DreamPiggy 7e21926830
Support AnimatedImage on watchOS - Using WatchKit bridge (#22)
* Temp for watchOS AnimatedImage support, using massive private API, still contains small issues

* Update the hack for wacthKit experienment, fix the retain cycle issue that cause WKInterfaceImage not dealloc

* Solve the merge conflict and try again

* Add support for contentMode

* Fix the SDAnimatedImageInterface first appear shows empty issues

* Fix the scale factor support for SDAniamtedImageInterface

* Fix the compile issue on other platforms

* Stop animtiong when dismantle for watchOS AnimatedImage

* Fix the issue that stopAnimating does not stop :)

* Fix the warning because of Apple's bug

* Use macro to integrate the watchOS Animation solution

* Refactory code to fix that calling sd_setImage(with:) multiple times issues

* Support to custom loop count on watchOS AnimatedImage

* Fix the CocoaPods issues which does not have umbrella headers

* Update some of the documentations

* Try to solve the SwiftPM issue because it does not support mixed Objective-C and Swift code, really suck, Apple :)

* Fix travis CI script to only build Carthage. Swift cli build can not works on Objective-C code import syntax, but works on Xcode
2019-10-22 01:09:57 +08:00
DreamPiggy 7c6a74c7f4 Add Swift Package Manager support 2019-08-09 16:06:53 +08:00