From 2583fb63a423b95cf0eb0e04b21d70d611da1549 Mon Sep 17 00:00:00 2001 From: Yurii Dukhovnyi Date: Fri, 2 Jun 2023 15:03:25 +0300 Subject: [PATCH] Fix SPM with missed Foundation import --- .../Sources/Download/FileDownload.Environment.Interface.swift | 2 ++ Package.swift | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/GliaWidgets/Sources/Download/FileDownload.Environment.Interface.swift b/GliaWidgets/Sources/Download/FileDownload.Environment.Interface.swift index 7b8b14b0c..86561e5e2 100644 --- a/GliaWidgets/Sources/Download/FileDownload.Environment.Interface.swift +++ b/GliaWidgets/Sources/Download/FileDownload.Environment.Interface.swift @@ -1,3 +1,5 @@ +import Foundation + extension FileDownload { struct Environment { var fetchFile: CoreSdkClient.FetchFile diff --git a/Package.swift b/Package.swift index 865b6566a..30f84cb3a 100644 --- a/Package.swift +++ b/Package.swift @@ -55,7 +55,7 @@ let package = Package( .binaryTarget( name: "GliaWidgetsXcf", url: "https://github.com/salemove/ios-sdk-widgets/releases/download/2.0.0/GliaWidgetsXcf.xcframework.zip", - checksum: "1517a94933f0b485f5ad187a8fd3e55d0c0bacc86ad69847785ab6d49cb0c2d5" + checksum: "bdc608f0bf0e2a941fa51cb5ac0777c19c6a02249bee344b92e00f26c9a07fa4" ), .target( name: "GliaWidgets",