Skip to content

Commit

Permalink
Release 6.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshjain29 committed Apr 19, 2022
1 parent 64cdbb8 commit 8059141
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 6.11.1
### Fix
- SDK version discrepancies
## 6.11.0
### Fix
- UI (Constraints inssue) for Campaign banner
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

import PackageDescription

let version = "6.11.0"
let checksum = "b9f64be4b29ac1b46615a20bebb6dc5ce10181b3f5be83a3857f0d48f68d0c1e"
let version = "6.11.1"
let checksum = "61bdb7bb59f527d92f630f5faf1d6c2f9ec0ce74be4de66716c9ca153afb31ba"
let url = "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v\(version)/UsabillaXCFramework.zip"

let package = Package(
Expand Down
10 changes: 5 additions & 5 deletions Readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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**

Expand Down
1 change: 1 addition & 0 deletions Usabilla.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"6.11.1": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.11.1/UsabillaXCFramework.zip",
"6.11.0": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.11.0/UsabillaXCFramework.zip",
"6.10.0": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.10.0/UsabillaXCFramework.zip",
"6.9.0": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.9.0/UsabillaXCFramework.zip",
Expand Down
2 changes: 1 addition & 1 deletion Usabilla.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "6.11.0"
version = "6.11.1"

Pod::Spec.new do |s|

Expand Down

0 comments on commit 8059141

Please sign in to comment.