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 3d8188f commit 66c3194
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 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
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

0 comments on commit 66c3194

Please sign in to comment.