mirror of
https://github.com/SDWebImage/SDWebImage.git
synced 2026-04-07 19:27:40 +00:00
ae552f9350
Merged SDWebImage iOS static + SDWebImage watchOS static targets into SDWebImage static target (supports all platforms) Created dedicated SDWebImageMapKit target All this is done for: - ability to install via Carthage without MapKit dependency now we generate SDWebImage.framework and SDWebImageMapKit.framework so the users can choose to link against core or core+MapKit. - simpler management of targets (no need to duplicate effort). Replacement for #2078 Merged SDWebImage iOS + SDWebImage OSX + SDWebImage tvOS + SDWebImage watchOS targets into SDWebImage target (supports all platforms) Merged SDWebImage iOS static + SDWebImage watchOS static targets into SDWebImage static target (supports all platforms) Created dedicated SDWebImageMapKit target All this is done for: - ability to install via Carthage without MapKit dependency now we generate SDWebImage.framework and SDWebImageMapKit.framework so the users can choose to link against core or core+MapKit. - simpler management of targets (no need to duplicate effort). Replacement for #2078