mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-06-17 04:09:22 +08:00
This change upgrades to PINCache 3.0.1-beta which supports custom archiving and unarchiving. This allows us to avoid using NSArchiver/Archiver which adds a small amount of disk space overhead and between .5 and 10 ms (on an iPhone 4) for each encode / decode. To support this, we *do* have to add versioning for the cache and destroy it for the old versions. I considered adding a process to migrate the images, but because that would have to occur on startup and process all existing images, it could cause issues for very large image cache databases, so I decided against that.
9 lines
653 B
Plaintext
9 lines
653 B
Plaintext
CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/libwebp-iOS8.1
|
|
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/libwebp" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/FLAnimatedImage" "${PODS_ROOT}/Headers/Public/PINCache" "${PODS_ROOT}/Headers/Public/PINRemoteImage" "${PODS_ROOT}/Headers/Public/libwebp"
|
|
PODS_BUILD_DIR = $BUILD_DIR
|
|
PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
|
PODS_ROOT = ${SRCROOT}
|
|
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
|
|
SKIP_INSTALL = YES
|