Skip to content

Commit

Permalink
Merge pull request #326 from CleverTap/develop
Browse files Browse the repository at this point in the history
Release v6.2.1
  • Loading branch information
akashvercetti authored Apr 12, 2024
2 parents e8ba1e9 + 40f069d commit 4326cc4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

### [Version 6.2.1](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/6.2.1) (April 12, 2024)

#### Fixed
- Fixes a build error related to privacy manifests when statically linking the SDK using Cocoapods.

### [Version 6.2.0](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/6.2.0) (April 4, 2024)

#### Changed
Expand Down
3 changes: 2 additions & 1 deletion CleverTap-iOS-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ s.author = { "CleverTap" => "http://www.clevertap.com" }
s.source = { :git => "https://github.com/CleverTap/clevertap-ios-sdk.git", :tag => s.version.to_s }
s.requires_arc = true
s.module_name = 'CleverTapSDK'
s.resources = 'CleverTapSDK/*.{cer,xcprivacy}'
s.resources = 'CleverTapSDK/*.{cer}'
s.resource_bundles = {'CleverTapSDK' => ['CleverTapSDK/*.{xcprivacy}']}
s.ios.dependency 'SDWebImage', '~> 5.11'
s.ios.resource_bundle = {'CleverTapSDK' => ['CleverTapSDK/**/*.{png,xib,html}', 'CleverTapSDK/**/*.xcdatamodeld']}
s.ios.deployment_target = '9.0'
Expand Down
2 changes: 1 addition & 1 deletion CleverTapLocation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ s.author = { "CleverTap" => "http://www.clevertap.com" }
s.source = { :git => "https://github.com/CleverTap/clevertap-ios-sdk.git", :tag => s.version.to_s }
s.requires_arc = true
s.module_name = 'CleverTapLocation'
s.resources = 'CleverTapLocation/**/*.xcprivacy'
s.resource_bundles = {'CleverTapLocation' => ['CleverTapLocation/**/*.xcprivacy']}
s.ios.deployment_target = '9.0'
s.ios.source_files = 'CleverTapLocation/**/**/*.{h,m}'
s.ios.public_header_files = 'CleverTapLocation/CleverTapLocation/Classes/CTLocationManager.h'
Expand Down
2 changes: 1 addition & 1 deletion CleverTapSDK/CleverTapBuildInfo.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define WR_SDK_REVISION @"60200"
#define WR_SDK_REVISION @"60201"
2 changes: 1 addition & 1 deletion sdk-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.0
6.2.1

0 comments on commit 4326cc4

Please sign in to comment.