Skip to content

Commit

Permalink
Release 6.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshjain29 committed Jan 14, 2025
1 parent cc7d36c commit a4bd58d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 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.5
### Fix
- Issue where app could crash when adding new image to passive survey

## 6.13.4

### Update
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.4"
let checksum = "ba83e0a656c8b4bfe6bc0a0a5a4d9495dd1f879a25ff80a385fd5c21d868a6c3"
let version = "6.13.5"
let checksum = "808e85232cc94ea3f75665f2d7115c10e1e1e597ee9102ed043dfa258c7e8e80"
let url = "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v\(version)/UsabillaXCFramework.zip"

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

**Note : For `Xcode 15+` use v`6.13.3` onwards.**


## Installation

You can install the Usabilla SDK using Cocoapods, Carthage or manually.
Expand All @@ -86,11 +87,11 @@ use_frameworks!

target 'YourProjectTarget' do

pod 'Usabilla', '~> 6.13.4'
pod 'Usabilla', '~> 6.13.5'

End
```
The current pod is build for Xcode 13.2.1 and now uses xcframework.
The current pod is build for Xcode 15 and now uses xcframework.

For other Xcode version, use:

Expand Down Expand Up @@ -118,7 +119,7 @@ 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 13.2.1 .
The current Carthage release is build for Xcode 15 .

For other Xcode version, use:

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.5": "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v6.13.5/UsabillaXCFramework.zip",
"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",
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.4"
version = "6.13.5"

Pod::Spec.new do |s|

Expand Down

0 comments on commit a4bd58d

Please sign in to comment.