Skip to content

Commit

Permalink
Release 6.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshjain29 committed Jan 21, 2025
1 parent a4bd58d commit 91f83d0
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.6
### Fix
- Missing reference for privacy manifest in xcframeworks

## 6.13.5
### Fix
- Issue where app could crash when adding new image to passive survey
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.5"
let checksum = "808e85232cc94ea3f75665f2d7115c10e1e1e597ee9102ed043dfa258c7e8e80"
let version = "6.13.6"
let checksum = "83ddfec5f7e087d66289d9828cd78c5b8511b06e960d6edf2ef87275e35d24f7"
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 @@ -87,11 +87,11 @@ use_frameworks!

target 'YourProjectTarget' do

pod 'Usabilla', '~> 6.13.5'
pod 'Usabilla', '~> 6.13.6'

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

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

Pod::Spec.new do |s|

Expand Down

0 comments on commit 91f83d0

Please sign in to comment.