Skip to content

Commit e6c0959

Browse files
authored
Revert perception availability changes (pointfreeco#3036)
1 parent b5f3786 commit e6c0959

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ComposableArchitecture.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let package = Package(
2929
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.1.0"),
3030
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.0.0"),
3131
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.2.0"),
32-
.package(url: "https://github.com/pointfreeco/swift-perception", from: "1.1.6"),
32+
.package(url: "https://github.com/pointfreeco/swift-perception", from: "1.1.7"),
3333
.package(url: "https://github.com/pointfreeco/swiftui-navigation", from: "1.1.0"),
3434
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.1.0"),
3535
],

Sources/ComposableArchitecture/Observation/ObservationStateRegistrar.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222

2323
#if canImport(Observation)
24-
@available(iOS 17.0.1, macOS 14, tvOS 17.0.1, watchOS 10.0.1, *)
24+
@available(iOS 17, macOS 14, tvOS 17, watchOS 10, *)
2525
extension ObservationStateRegistrar {
2626
/// Registers access to a specific property for observation.
2727
///

0 commit comments

Comments
 (0)