From 7a6aae53c950f3d89481e8aa7531bdb356d822b4 Mon Sep 17 00:00:00 2001 From: pushwoosh Date: Tue, 10 Dec 2024 21:19:00 +0700 Subject: [PATCH] Release 6.7.11 --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 57a12d3..18bb238 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.10/PushwooshFramework.xcframework.zip", - checksum: "13ec392f0c87e744c6683c8ae8b7941ae8a83524dbf02228b0b69dc90216b30f" + url: "https://github.com/Pushwoosh/pushwoosh-ios-sdk/releases/download/6.7.11/PushwooshFramework.xcframework.zip", + checksum: "16c1a4b6406b404ea15c06535db8e27f3325b3873b6d363f42d90b9f83837431" ) ] )