From be7a370a42bc7a21434b2989aa9b135a767cc799 Mon Sep 17 00:00:00 2001 From: Amir Abbas Mousavian Date: Thu, 2 Feb 2017 13:25:40 +0330 Subject: [PATCH] Added Documentation, get contents handling in Local provider optimized - Changed default thumbnail dimension to 64x64 in `LocalFileProvider` --- FileProvider.podspec | 2 +- FileProvider.xcodeproj/project.pbxproj | 4 +- README.md | 12 +- Sources/CloudFileProvider.swift | 5 +- Sources/DropboxFileProvider.swift | 4 + Sources/ExtendedLocalFileProvider.swift | 3 +- Sources/FileObject.swift | 11 +- Sources/FileProvider.swift | 387 ++++++++++++++++++++++++ Sources/LocalFileProvider.swift | 28 +- Sources/OneDriveFileProvide.swift | 4 + Sources/WebDAVFileProvider.swift | 7 +- 11 files changed, 450 insertions(+), 17 deletions(-) diff --git a/FileProvider.podspec b/FileProvider.podspec index b8344a8..7ffe1fb 100644 --- a/FileProvider.podspec +++ b/FileProvider.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "FileProvider" - s.version = "0.11.4" + s.version = "0.12.0" s.summary = "FileManager replacement for Local and Remote (WebDAV/Dropbox/OneDrive/SMB2) files on iOS and macOS." # This description is used to generate tags and improve search results. diff --git a/FileProvider.xcodeproj/project.pbxproj b/FileProvider.xcodeproj/project.pbxproj index a0c56c8..e5a4db2 100644 --- a/FileProvider.xcodeproj/project.pbxproj +++ b/FileProvider.xcodeproj/project.pbxproj @@ -603,7 +603,7 @@ 799396601D48B7BF00086753 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - BUNDLE_VERSION_STRING = 0.11.4; + BUNDLE_VERSION_STRING = 0.12.0; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_EMPTY_BODY = YES; @@ -633,7 +633,7 @@ 799396611D48B7BF00086753 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - BUNDLE_VERSION_STRING = 0.11.4; + BUNDLE_VERSION_STRING = 0.12.0; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_EMPTY_BODY = YES; diff --git a/README.md b/README.md index accbf62..287b172 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ [![License][license-image]][license-url] [![Release versin][release-image]][release-url] -[![CocoaPods version](https://img.shields.io/cocoapods/v/FileProvider.svg)](cocoapods) +[![CocoaPods version](https://img.shields.io/cocoapods/v/FileProvider.svg)][cocoapods] [![Carthage compatible][carthage-image]](https://github.com/Carthage/Carthage) [![Build Status][travis-image]][travis-url] [![Codebeat Badge][codebeat-image]][codebeat-url] [![Cocoapods Docs][docs-image]](docs-url) -[![Cocoapods Downloads][cocoapods-downloads]](cocoapods) -[![Cocoapods Apps][cocoapods-apps]](cocoapods) +[![Cocoapods Downloads][cocoapods-downloads]][cocoapods] +[![Cocoapods Apps][cocoapods-apps]][cocoapods]