Skip to content

Commit

Permalink
Platform Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilioPelaez committed Dec 19, 2024
1 parent 89e6916 commit f06aabb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"originHash" : "01ec75ac2d5d7e2b97196d9b8d7ea4eaf82e3f308dc94688c1d9a8be59712c43",
"pins" : [
{
"identity" : "hierarchyresponder",
"kind" : "remoteSourceControl",
"location" : "https://github.com/EmilioPelaez/HierarchyResponder",
"state" : {
"revision" : "e2d54f14b606cd20e663b9affcf7d4e50b0d34d7",
"version" : "1.0.0"
"revision" : "c84b39d4a1dcff746bc441c7eaab953e0df068fd",
"version" : "1.1.7"
}
}
],
"version" : 2
"version" : 3
}
2 changes: 1 addition & 1 deletion Sources/Monarch/Internal/MonarchRequestModifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import HierarchyResponder
import SwiftUI

@available(iOS 15.0, watchOS 8.0, *)
@available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
struct MonarchRequestModifier<T: Equatable>: ViewModifier {
@Environment(\.monarch) var monarch
@Environment(\.reportError) var reportError
Expand Down
2 changes: 1 addition & 1 deletion Sources/Monarch/ViewModifiers/View+Request.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import SwiftUI

@available(iOS 15.0, watchOS 8.0, *)
@available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
public extension View {
/**
Performs a request using the request provider found on the environment when
Expand Down

0 comments on commit f06aabb

Please sign in to comment.