Skip to content

Commit

Permalink
💻 macOS compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
benlmyers committed Mar 9, 2022
1 parent f99dc2a commit ff200ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/ConfettiView/ConfettiView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#if os(iOS)
import SwiftUI

@available(iOS 13.0, *)
@available(iOS 13.0, macOS 10.15, *)
fileprivate struct SingleConfettiView: View {

@State var animate = false
Expand Down
2 changes: 1 addition & 1 deletion Tests/ConfettiViewTests/ConfettiViewTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct
// results.
XCTAssertEqual(ConfettiView().text, "Hello, World!")
//XCTAssertEqual(ConfettiView().text, "Hello, World!")
}
}

0 comments on commit ff200ce

Please # to comment.