Skip to content

Commit

Permalink
Fix SPM with missed Foundation import
Browse files Browse the repository at this point in the history
  • Loading branch information
yurii-glia committed Jun 2, 2023
1 parent a9942e0 commit 2583fb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import Foundation

extension FileDownload {
struct Environment {
var fetchFile: CoreSdkClient.FetchFile
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2583fb6

Please sign in to comment.