SDWebImage / SDWebImageBPGCoder

A BPG coder plugin for SDWebImage, use libbpg
MIT License
11 stars 2 forks source link

Add support for tvOS && watchOS && Carthage dynamic framework #2

Closed dreampiggy closed 5 years ago

dreampiggy commented 5 years ago

Features

  1. Add tvOS && watchOS platform support. Using the built libbpg static library
  2. Update Carthage project, which use libbpg-Xcode and build libbpg as dynamic framework.

Note: The important of using dynamic framework in Carthage project, is that it's not always a good idea, to link a static library inside your dynamic framework. Which cause duplicated symbol when other dependency have linked it as well. However, when using static library, this step can be shipped during ld linking and been avoid.