Skip to content

Commit a0011c2

Browse files
committed
Adjust imports to allow for binary builds
1 parent 1acbbf9 commit a0011c2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Sources/SwiftUIKit/Files/DirectoryObservable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// https://medium.com/over-engineering/monitoring-a-folder-for-changes-in-ios-dc3f8614f902
1010
//
1111

12-
import Foundation
12+
import SwiftUI
1313

1414
/// This class can observe file system changes for a folder.
1515
///

Sources/SwiftUIKit/Images/ImageCache.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2022-2025 Daniel Saidi. All rights reserved.
77
//
88

9-
import Foundation
9+
import SwiftUI
1010

1111
/// This type can be used to cache images.
1212
public class ImageCache {

Sources/SwiftUIKit/Images/ImageRepresentable+Data.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2022-2025 Daniel Saidi. All rights reserved.
77
//
88

9-
import Foundation
9+
import SwiftUI
1010

1111
public extension ImageRepresentable {
1212

Sources/SwiftUIKit/_Deprecated/Navigation/NavigationContext.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2023-2025 Daniel Saidi. All rights reserved.
77
//
88

9-
import Foundation
9+
import SwiftUI
1010

1111
@available(*, deprecated, message: "This has been moved to https://github.com/danielsaidi/PresentationKit")
1212
public class NavigationContext<Screen: Hashable>: ObservableObject {

0 commit comments

Comments
 (0)