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 708f546 commit a4a0424
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-Xcode-11.7"
let checksum = "32de259907ed03457729afbb588b03919c6ac2aff1db7b7a36c56de1cee7f840"
let version = "6.11.1-Xcode-11.7"
let checksum = "70a5eda1b46e742cf32ae7057d2c996b680961cb35b6b582080d9bb13c905dfd"
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-Xcode-11.7/UsabillaXCFramework.zip",
"6.11.0": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.11.0-Xcode-11.7/UsabillaXCFramework.zip",
"6.10.0": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.10.0-Xcode-11.7/UsabillaXCFramework.zip",
"6.9.0": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.9.0-Xcode-11.7/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-Xcode-11.7"
version = "6.11.1-Xcode-11.7"

Pod::Spec.new do |s|

Expand Down

0 comments on commit a4a0424

Please sign in to comment.