diff --git a/README.md b/README.md index 0f5910f..664b0d3 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Local and WebDAV providers are fully tested and can be used in production enviro * For now it has limitation in uploading files up to 150MB. - [x] **OneDriveFileProvider** A wrapper around OneDrive Web API, works with `onedrive.com` and compatible (business) servers. * For now it has limitation in uploading files up to 100MB. -- [x] **CloudFileProvider** A wrapper around app's ubiquitous container to iCloud Drive in iOS 8+ API. +- [ ] **CloudFileProvider** A wrapper around app's ubiquitous container to iCloud Drive in iOS 8+ API. - [ ] **SMBFileProvider** SMB2/3 introduced in 2006, which is a file and printer sharing protocol originated from Microsoft Windows and now is replacing AFP protocol on MacOS. * Data types and some basic functions are implemented but *main interface is not implemented yet!* * SMB1/CIFS is depericated and very tricky to be implemented @@ -113,12 +113,13 @@ let documentsProvider = LocalFileProvider(baseURL: documentsURL) ``` You can't change the base url later. and all paths are related to this base url by default. - + For remote file providers authentication may be necessary: