Skip to content

Commit a0e7c10

Browse files
authored
Release/6.2.0 (#575)
* Update CleverTap version * Cherry pick: Fix for warning - upload task should not contain a body (65ec6bd) * Update .travis.yml github release files * Update version * Update SPM
1 parent 65ec6bd commit a0e7c10

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ deploy:
4242
skip_cleanup: true
4343
api_key: $GITHUB_TOKEN
4444
file:
45-
- Leanplum.framework.zip
46-
- LeanplumLocation.framework.zip
45+
- Leanplum.zip
4746
- Release/static/Leanplum.xcframework.zip
4847
draft: true
4948
on:

Leanplum-iOS-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Pod::Spec.new do |s|
3232
s.resource_bundle = {
3333
'Leanplum-iOS-SDK' => 'LeanplumSDK/LeanplumSDKBundle/Resources/**/*'
3434
}
35-
s.dependency 'CleverTap-iOS-SDK', '~> 5.0.1'
35+
s.dependency 'CleverTap-iOS-SDK', '~> 5.2.1'
3636
s.swift_version = '5.0'
3737
end
3838

LeanplumSDK/LeanplumSDK/Classes/Internal/LPConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#define IS_NOOP (IS_JAILBROKEN || [LPConstantsState sharedState].isTestMode || [LPConstantsState sharedState].isInPermanentFailureState)
3939
#define RETURN_IF_NOOP if (IS_NOOP) return
4040

41-
#define LEANPLUM_SDK_VERSION @"6.1.1"
41+
#define LEANPLUM_SDK_VERSION @"6.2.0"
4242
#define LEANPLUM_CLIENT @"ios"
4343
#define LEANPLUM_SUPPORTED_ENCODING @"gzip"
4444

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ let package = Package(
1111
.library(name: "LeanplumLocation", targets: ["LeanplumLocation"])
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/CleverTap/clevertap-ios-sdk", from: "5.0.1")
14+
.package(url: "https://github.com/CleverTap/clevertap-ios-sdk", from: "5.2.1")
1515
],
1616
targets: [
1717
.binaryTarget(
1818
name: "Leanplum",
19-
url: "https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.1.1/Leanplum.xcframework.zip",
20-
checksum: "66c1a3f7becb2a8ecc705bf25eb521c36aa0098937304fa86c1fdc7bbd303de3"
19+
url: "https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.2.0/Leanplum.xcframework.zip",
20+
checksum: "ed14081bfa608d17ca1c79dcfae813ebd0e61b78f7a0487049b8a20b147b780f"
2121
),
2222
.target(
2323
name: "LeanplumLocation",

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use_modular_headers!
44
workspace 'Leanplum.xcworkspace'
55

66
def clever_tap
7-
pod 'CleverTap-iOS-SDK', '~> 5.0.1'
7+
pod 'CleverTap-iOS-SDK', '~> 5.2.1'
88
end
99

1010
target 'LeanplumSDKApp' do

sdk-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.1
1+
6.2.0

0 commit comments

Comments
 (0)