From e854d5db23e1fd10f475f3d01a75c24955d38813 Mon Sep 17 00:00:00 2001 From: pushwoosh Date: Wed, 27 Nov 2024 22:45:35 +0700 Subject: [PATCH] Release 6.7.10 --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index de79fe3..57a12d3 100644 --- a/Package.swift +++ b/Package.swift @@ -13,8 +13,8 @@ let package = Package( targets: [ .binaryTarget( name: "PushwooshFramework", - url: "https://github.com/Pushwoosh/pushwoosh-ios-sdk/releases/download/6.7.9/PushwooshFramework.xcframework.zip", - checksum: "9f62b75e7bb1cb377267b868a34fdef8451a88f363e8e2526214fe66b95afc5e" + url: "https://github.com/Pushwoosh/pushwoosh-ios-sdk/releases/download/6.7.10/PushwooshFramework.xcframework.zip", + checksum: "13ec392f0c87e744c6683c8ae8b7941ae8a83524dbf02228b0b69dc90216b30f" ) ] )