diff options
author | Jason Wray <friedbunny@users.noreply.github.com> | 2016-07-07 12:11:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-07 12:11:08 -0400 |
commit | 3fa4f9379d1ec40b0c3e778b246ed6f88d3d3a76 (patch) | |
tree | b3e0c06ba1dc899008fe68280733c0480b30215b /proto | |
parent | c4bd946f9b39a71c44c7677c56e20c143f9f4dd6 (diff) | |
download | qtlocation-mapboxgl-3fa4f9379d1ec40b0c3e778b246ed6f88d3d3a76.tar.gz |
[ios] Move cache.db to a subdirectory (#5601)
We cannot guarantee that the offline/ambient tile cache (cache.db) will be created in a timely manner, so it's safer to set the backup exclusion key on its containing directory.
But, because we placed cache.db in the base of the app's Application Support directory (where backups are expected to be allowed), we need to move cache.db into a directory that we control and can exclude from backups with impunity.
This is an amalgam of https://github.com/mapbox/mapbox-gl-native/pull/5578 (directory exclusion) and https://github.com/mapbox/mapbox-gl-native/pull/5585 (refactored URL methods, but without the new database size method).
Also:
* Prefix mapbox subdirectory with dot, for extra safety
* Update changelog entry with new ticket, less speculation
Diffstat (limited to 'proto')
0 files changed, 0 insertions, 0 deletions