Skip to content

Commit 00336a5

Browse files
committed
Fix watchOS build for watchOS 10
1 parent 23c7718 commit 00336a5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Sources/LiveViewNative/Utils/AnyTransition.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ extension AnyTransition {
263263
}
264264

265265
#if canImport(Symbols)
266+
import Symbols
267+
266268
/// A transition applied to a system image.
267269
///
268270
/// Possible values:

Sources/LiveViewNative/Utils/ContentTransition.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ extension ContentTransition: Decodable {
104104
}
105105

106106
#if canImport(Symbols)
107+
import Symbols
108+
107109
/// A content transition applied to a system image.
108110
///
109111
/// Possible values:

0 commit comments

Comments
 (0)