Skip to content

Commit

Permalink
maybe this time?
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik-dmg committed Dec 15, 2020
1 parent c0877f6 commit b971717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/HPOpenWeather/DataTypes/WeatherIcon.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public enum WeatherIcon: String, Codable, CaseIterable {

}

@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
@available(iOS 13.0, macOS 11.0, tvOS 13.0, watchOS 6.0, *)
public extension WeatherIcon {

#if canImport(UIKit)
Expand Down Expand Up @@ -91,7 +91,7 @@ public extension WeatherIcon {

import SwiftUI

@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
@available(iOS 13.0, macOS 11.0, tvOS 13.0, watchOS 6.0, *)
public extension WeatherIcon {

func filledImage() -> SwiftUI.Image {
Expand Down

0 comments on commit b971717

Please sign in to comment.