Skip to content

Commit c85616f

Browse files
authored
Release/6.5.0 (#595)
* Update package * Update to 7.0.1 * update version * Update spm
1 parent 435a93b commit c85616f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Leanplum-iOS-Location.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.resource_bundles = {'LeanplumLocation' => ['LeanplumSDKLocation/LeanplumSDKLocation/*.{xcprivacy}']}
1616
s.frameworks = 'CoreLocation'
1717
s.documentation_url = 'https://docs.leanplum.com/'
18-
s.dependency 'Leanplum-iOS-SDK', "~> 6.0-beta"
18+
s.dependency 'Leanplum-iOS-SDK', "~> 6.0"
1919
s.module_name = 'LeanplumLocation'
2020
s.swift_versions = '5.0'
2121
end

Leanplum-iOS-LocationAndBeacons.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.resource_bundles = {'LeanplumLocation' => ['LeanplumSDKLocation/LeanplumSDKLocation/*.{xcprivacy}']}
1616
s.frameworks = 'CoreLocation'
1717
s.documentation_url = 'https://docs.leanplum.com/'
18-
s.dependency 'Leanplum-iOS-SDK', "~> 6.0-beta"
18+
s.dependency 'Leanplum-iOS-SDK', "~> 6.0"
1919
s.module_name = 'LeanplumLocationAndBeacons'
2020
s.pod_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'LP_BEACON=1' }
2121
s.swift_versions = '5.0'

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.5.0-beta1"
41+
#define LEANPLUM_SDK_VERSION @"6.5.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: "7.0.0")
14+
.package(url: "https://github.com/CleverTap/clevertap-ios-sdk", from: "7.0.1")
1515
],
1616
targets: [
1717
.binaryTarget(
1818
name: "Leanplum",
19-
url: "https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.4.2/Leanplum.xcframework.zip",
20-
checksum: "a4dcca57f72076e2334959cfa3e8821bfebbf6e9b5167241c909f6c9be5fc30e"
19+
url: "https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.5.0/Leanplum.xcframework.zip",
20+
checksum: "61c13073930fc28efb9004ddb97db1d2f9fb320bfd714840411087e3707ac848"
2121
),
2222
.target(
2323
name: "LeanplumLocation",

sdk-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.5.0-beta1
1+
6.5.0

0 commit comments

Comments
 (0)