Commit Graph

9 Commits

Author SHA1 Message Date
Garrett Moon
f0edfad0a3 Don't bother archiving / unarchiving data.
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.
2016-08-09 16:08:21 -07:00
Alex Shevchenko
3a6bc57ae7 Pluggable cache (#225)
* Cache is pluggable now.
PINCache dependency is optional.

* Cleanup

* Fixing wrong commit

* Cleanup

* Renamed PINRemoteImageCaching methods
2016-08-05 15:59:16 -07:00
Garrett Moon
7c6a48f91f Update travis script to use xcodebuild 2016-03-06 09:03:42 -08:00
Garrett Moon
f2f1db44fa Updating Pods on examples 2016-02-02 11:23:30 -08:00
Michael Schneider
2608291386 Add OS X example similar to the iOS example 2016-01-06 15:03:44 +01:00
Garrett Moon
3795deac14 Don't codesign Tests either 2015-12-01 13:26:40 -08:00
Garrett Moon
52e4cfbd8c Disable code signing 2015-12-01 13:09:22 -08:00
Garrett Moon
7b5c6b54e9 Remove development team 2015-12-01 13:05:43 -08:00
Garrett Moon
9d2bd31f95 1.0 2015-07-22 17:29:31 -07:00