don't access iCloud's ubiquitous cache file

This commit is contained in:
John Rommel Estropia
2016-12-10 09:43:45 +09:00
parent f42288802c
commit 1c233b7302
3 changed files with 6 additions and 14 deletions

View File

@@ -446,7 +446,6 @@ public final class ICloudStore: CloudStorage {
at: cacheFileURL,
options: options
)
try FileManager.default.removeItem(at: cacheFileURL)
}
}