Skip to content

Commit 7fd7bea

Browse files
committed
Two small fixes from the upstream sync.
1 parent cf02e33 commit 7fd7bea

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ You can add ComposableArchitecture to an Xcode project by adding it as a package
433433

434434
## Documentation
435435

436-
The latest documentation for the Composable Architecture APIs is available [here](https://pointfreeco.github.io/swift-composable-architecture/).
436+
The latest documentation for the Composable Architecture APIs is available [here](https://trading-point.github.io/reactiveswift-composable-architecture/).
437437

438438
## Help
439439

Sources/ComposableArchitecture/SwiftUI/ActionSheet.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ extension ActionSheetState: Hashable where Action: Hashable {
172172
@available(watchOS 6, *)
173173
extension ActionSheetState: Identifiable {}
174174

175+
@available(iOS 13, *)
176+
@available(macCatalyst 13, *)
177+
@available(macOS 10.15, *)
178+
@available(tvOS 13, *)
179+
@available(watchOS 6, *)
175180
extension View {
176181
/// Displays an action sheet when the store's state becomes non-`nil`, and dismisses it when it
177182
/// becomes `nil`.

0 commit comments

Comments
 (0)