Skip to content

Fixed Cocoapods error

Compare
Choose a tag to compare
@amosavian amosavian released this 03 May 20:44
· 51 commits to master since this release
  • Fixed Cocoapods error

Changes in version 0.25.0:

  • General

    • Updated Podspec Swift version to 4.1 and fixed warnings.
    • Introduced FileProviderReadWriteProgressive to allow FTP and HTTP-based providers to fetch file content progressively, suitable for streaming.
    • Fixed encoding error using NSCoding.
    • Fixed FileObject equality and hashing methods
    • Known Issue: Progress for thumbnail and properties does not work yet.
  • Local

    • MadeLocalFileMonitor class public to monitor folder/file changes directly without using provider's registerNotification
    • More items for image metadata in ExtendedLocalFileProvider, including GPS info and White-balance.
  • iCloud

    • Fixed iCloud download/upload progress report, Fixed #93 crash.
  • FTP

    • Fixed race conditions, Possible fix for #79.
    • Returning real error instead of timeout.