From 6628ad2539025eacbc56323910b86289f5110cc8 Mon Sep 17 00:00:00 2001 From: Ruben Nine Date: Mon, 4 May 2020 12:11:05 +0200 Subject: [PATCH] Preparing for 2.2.2 release. --- CHANGELOG.md | 7 +++++++ Cartfile | 4 ++-- Cartfile.resolved | 6 +++--- Filestack.podspec | 4 ++-- README.md | 6 +++--- VERSION | 2 +- 6 files changed, 18 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23b3e5fa..24856418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Change Log ========== +Version 2.2.2 (2020-05-04) +---------------------------- + +- Removed unnecessary files from Copy Bundle Resources phase. +- Updated Cocoapod and Carthage dependency on `SSZipArchive` to `2.2.3`. +- Updated Cocoapod and Carthage dependency on `FilestackSDK` to `2.2.2`. + Version 2.2.1 (2020-01-16) ---------------------------- diff --git a/Cartfile b/Cartfile index 81162557..9334f864 100644 --- a/Cartfile +++ b/Cartfile @@ -1,4 +1,4 @@ github "Alamofire/Alamofire" ~> 4.9 -github "ZipArchive/ZipArchive" "v2.2.2" -github "filestack/filestack-swift" "develop" +github "ZipArchive/ZipArchive" "v2.2.3" +github "filestack/filestack-swift" "2.2.2" github "SVProgressHUD/SVProgressHUD" ~> 2.2 diff --git a/Cartfile.resolved b/Cartfile.resolved index ba97adbe..285e5f5c 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,5 +1,5 @@ github "Alamofire/Alamofire" "4.9.1" github "SVProgressHUD/SVProgressHUD" "2.2.5" -github "ZipArchive/ZipArchive" "v2.2.2" -github "filestack/filestack-swift" "3f42e979081066282e554d76fd545d0a3f745706" -github "krzyzanowskim/CryptoSwift" "1.3.0" +github "ZipArchive/ZipArchive" "v2.2.3" +github "filestack/filestack-swift" "2.2.2" +github "krzyzanowskim/CryptoSwift" "1.3.1" diff --git a/Filestack.podspec b/Filestack.podspec index 1c4f002b..be13908b 100644 --- a/Filestack.podspec +++ b/Filestack.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |spec| spec.resources = ["Filestack/UI/Storyboards/*.storyboard", "Filestack/Resources/*.xcassets"] spec.dependency 'Alamofire', '~> 4.9' - spec.dependency 'FilestackSDK', '~> 2.2.1' - spec.dependency 'SSZipArchive', '2.2.2' + spec.dependency 'FilestackSDK', '2.2.2' + spec.dependency 'SSZipArchive', '2.2.3' spec.dependency 'SVProgressHUD', '~> 2.2' end diff --git a/README.md b/README.md index 292a8ae9..c5196ba6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This is the official Swift iOS for Filestack — API and content management syst ## Requirements * Xcode 11 or later -* Swift 4.2 up to 5.0 / Objective-C +* Swift 4.2 up to 5.2 / Objective-C * iOS 11 or later ## Installing @@ -31,7 +31,7 @@ platform :ios, '11.0' use_frameworks! target '' do - pod 'Filestack', '~> 2.2.1' + pod 'Filestack', '~> 2.2.2' end ``` @@ -52,7 +52,7 @@ $ brew install carthage To integrate Filestack into your Xcode project using Carthage, specify it in your `Cartfile`: -`github "filestack/filestack-ios" ~> 2.2.1` +`github "filestack/filestack-ios" ~> 2.2.2` Run `carthage update` to build the framework and drag the built `Filestack.framework` into your Xcode project. Additionally, add `Filestack.framework`, `FilestackSDK.framework`, `Alamofire.framework`, `CryptoSwift.framework`, `SVProgressHUD.framework`, and `ZipArchive.framework` to the embedded frameworks build phase of your app's target. diff --git a/VERSION b/VERSION index c043eea7..b1b25a5f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.1 +2.2.2