Skip to content

Commit

Permalink
Import condition fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
DnV1eX committed Jun 1, 2021
1 parent 824403f commit 907c567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/EnterpriseAppUpdater/AppUpdaterSwiftUI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// you may not use this file except in compliance with the License.
//

#if canImport(SwiftUI)
#if canImport(SwiftUI) && canImport(Combine)
import SwiftUI

@available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
Expand Down
2 changes: 1 addition & 1 deletion Tests/EnterpriseAppUpdaterTests/AppUpdaterTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ extension AppUpdaterTests {



#if canImport(SwiftUI)
#if canImport(SwiftUI) && canImport(Combine)
import SwiftUI

@available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
Expand Down

0 comments on commit 907c567

Please sign in to comment.