Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed May 28, 2024
1 parent aeb2347 commit 1cdbc76
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Sources/Perception/Macros.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@
@attached(
member, names: named(_$id), named(_$perceptionRegistrar), named(access), named(withMutation))
@attached(memberAttribute)
#if canImport(Observation)
@attached(extension, conformances: Observable, Perceptible)
#else
@attached(extension, conformances: Perceptible)
#endif
@attached(extension, conformances: Perceptible, _Observable)
public macro Perceptible() =
#externalMacro(module: "PerceptionMacros", type: "PerceptibleMacro")

Expand Down

0 comments on commit 1cdbc76

Please sign in to comment.