Skip to content

Commit

Permalink
Release 6.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshjain29 committed Apr 24, 2024
1 parent 040cf66 commit 138f363
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.13.4

### Update
- Added PrivacyInfo.xcprivacy (As required by https://developer.apple.com/support/third-party-SDK-requirements/ )
## 6.13.3
### Fix
- Crash due to wrong constraints
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.13.3"
let checksum = "83714bd2c37bb559ce0c84c2bdba731fe88f6dfb40b7992f0909b1a294424c53"
let version = "6.13.4"
let checksum = "ba83e0a656c8b4bfe6bc0a0a5a4d9495dd1f879a25ff80a385fd5c21d868a6c3"
let url = "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v\(version)/UsabillaXCFramework.zip"

let package = Package(
Expand Down
4 changes: 2 additions & 2 deletions Readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Read the [Default Events](#defaultevents) section for a explanation of the new f
- Xcode 15+
- Swift 4.0+

**Note : v`6.13.2` can be used for `Xcode 14` & for `Xcode 15+` use v`6.13.3` onwards.**
**Note : For `Xcode 15+` use v`6.13.3` onwards.**

## Installation

Expand All @@ -86,7 +86,7 @@ use_frameworks!

target 'YourProjectTarget' do

pod 'Usabilla', '~> 6.13.3'
pod 'Usabilla', '~> 6.13.4'

End
```
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.13.4": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.13.4/UsabillaXCFramework.zip",
"6.13.3": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.13.3/UsabillaXCFramework.zip",
"6.13.2": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.13.2/UsabillaXCFramework.zip",
"6.13.12": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.13.12/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.13.3"
version = "6.13.4"

Pod::Spec.new do |s|

Expand Down

0 comments on commit 138f363

Please sign in to comment.