Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Nov 14, 2024
1 parent 29b1a78 commit 43d58d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 0 additions & 7 deletions Sources/Perception/Exports.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
@_exported import PerceptionCore

#if canImport(Observation)
@_exported import Observation
#else
@available(macOS 14, iOS 17, watchOS 10, tvOS 17, *)
public protocol Observable {}
#endif
7 changes: 6 additions & 1 deletion Sources/PerceptionCore/Internal/Exports.swift
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
@_exported import Observation
#if canImport(Observation)
@_exported import Observation
#else
@available(macOS 14, iOS 17, watchOS 10, tvOS 17, *)
public protocol Observable {}
#endif

0 comments on commit 43d58d7

Please sign in to comment.