From 682e2f61368e5102a522fcf66fa5a0b9b8ffe874 Mon Sep 17 00:00:00 2001 From: Nikola Zagorchev Date: Tue, 27 Aug 2024 13:04:39 +0300 Subject: [PATCH] Update spm --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index e57c6312..053a22b5 100644 --- a/Package.swift +++ b/Package.swift @@ -16,8 +16,8 @@ let package = Package( targets: [ .binaryTarget( name: "Leanplum", - url: "https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.5.0-beta2/Leanplum.xcframework.zip", - checksum: "2fc5acb238dc0c67a0fb3dab52be9c5a66758fd7b57fe697e797fa8adc122c9c" + url: "https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.5.0/Leanplum.xcframework.zip", + checksum: "61c13073930fc28efb9004ddb97db1d2f9fb320bfd714840411087e3707ac848" ), .target( name: "LeanplumLocation",