From 4d974bc63ae46647a014808e78a504729facdddd Mon Sep 17 00:00:00 2001 From: Nico Reese Date: Sun, 13 Jul 2025 17:42:11 +0200 Subject: [PATCH] Updated available annotation to fix build errors. --- Sources/Vortex/Presets/Confetti.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Vortex/Presets/Confetti.swift b/Sources/Vortex/Presets/Confetti.swift index 1727cc8..1c11475 100644 --- a/Sources/Vortex/Presets/Confetti.swift +++ b/Sources/Vortex/Presets/Confetti.swift @@ -34,7 +34,7 @@ extension VortexSystem { /// - colors: The array of `SwiftUI.Color` to randomize in the confetti. /// - environment: reference to `@Environment(\.self)` /// - Returns: an instance of `VortexSystem` to pass into the VortexView - @available(macOS 14.0, *) + @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) public static func confetti( colors: [SwiftUI.Color], in environment: EnvironmentValues