From 66c3194602203e81bf799da954a4ea09d8efc169 Mon Sep 17 00:00:00 2001 From: Hitesh Jain Date: Tue, 19 Apr 2022 15:34:03 +0200 Subject: [PATCH] Release 6.11.1 --- CHANGELOG.MD | 3 +++ Readme.MD | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 7c4f386a..1122b919 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,3 +1,6 @@ +## 6.11.1 +### Fix +- SDK version discrepancies ## 6.11.0 ### Fix - UI (Constraints inssue) for Campaign banner diff --git a/Readme.MD b/Readme.MD index a611381f..47a05def 100644 --- a/Readme.MD +++ b/Readme.MD @@ -83,18 +83,18 @@ use_frameworks! target 'YourProjectTarget' do -pod 'Usabilla', '~> 6.11.0' +pod 'Usabilla', '~> 6.11.1' End ``` -The current pod is build for Xcode 12.5.1 and now uses xcframework. +The current pod is build for Xcode 13.2.1 and now uses xcframework. For other Xcode version, use: ```ruby pod 'Usabilla', :podspec => 'https://raw.githubusercontent.com/usabilla/usabilla-u4a-ios-swift-sdk/Xcode-x.y.z/Usabilla.podspec' ``` -replace Xcode-x.y.z with the required version eg. Xcode-10.3. Available versions `Xcode-13.1`, `Xcode-11.7`, `Xcode-11.3.1`. +replace Xcode-x.y.z with the required version eg. Xcode-10.3. Available versions `Xcode-12.5.1`, `Xcode-11.7`, `Xcode-11.3.1`. Then, run the following command: @@ -115,14 +115,14 @@ And add this line to your `Cartfile`: ```yaml binary "https://raw.githubusercontent.com/usabilla/usabilla-u4a-ios-swift-sdk/master/Usabilla.json" ``` -The current Carthage release is build for Xcode 12.5.1 . +The current Carthage release is build for Xcode 13.2.1 . For other Xcode version, use: ```yaml binary "https://raw.githubusercontent.com/usabilla/usabilla-u4a-ios-swift-sdk/Xcode-x.y.z/Usabilla.json" ``` -replace Xcode-x.y.z with the required version eg. Xcode-10.3. Available versions `Xcode-13.1`, `Xcode-11.7`, `Xcode-11.3.1`. +replace Xcode-x.y.z with the required version eg. Xcode-10.3. Available versions `Xcode-12.5.1`, `Xcode-11.7`, `Xcode-11.3.1`. **Note : Carthage - `0.38.0` encourage using XCFrameworks and Usabilla SDK for carthage supports XCFrameworks from `6.9.0` onwards**