From 91f83d057bbbb5841767e422adc62efc137fc7d9 Mon Sep 17 00:00:00 2001
From: Hitesh Jain <jainhitesh999@gmail.com>
Date: Tue, 21 Jan 2025 15:48:32 +0100
Subject: [PATCH] Release 6.13.6

---
 CHANGELOG.MD     | 4 ++++
 Package.swift    | 4 ++--
 Readme.MD        | 4 ++--
 Usabilla.json    | 1 +
 Usabilla.podspec | 2 +-
 5 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.MD b/CHANGELOG.MD
index 81cde954..603bd931 100644
--- a/CHANGELOG.MD
+++ b/CHANGELOG.MD
@@ -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
diff --git a/Package.swift b/Package.swift
index 3aa2a1e6..d16c6d72 100644
--- a/Package.swift
+++ b/Package.swift
@@ -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(
diff --git a/Readme.MD b/Readme.MD
index 070dece3..52c053cd 100644
--- a/Readme.MD
+++ b/Readme.MD
@@ -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:
  
diff --git a/Usabilla.json b/Usabilla.json
index 4a4d357d..30ffe077 100644
--- a/Usabilla.json
+++ b/Usabilla.json
@@ -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",
diff --git a/Usabilla.podspec b/Usabilla.podspec
index f5764d29..4be30b1a 100644
--- a/Usabilla.podspec
+++ b/Usabilla.podspec
@@ -1,4 +1,4 @@
-version = "6.13.5"
+version = "6.13.6"
 
 Pod::Spec.new do |s|