Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 2a64746

Browse files
committed
Define missing logger
1 parent 6724542 commit 2a64746

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Aware/visionOS/TimerView.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@
77

88
#if os(visionOS)
99

10+
import OSLog
1011
import SwiftUI
1112

13+
private nonisolated(unsafe) let logger = Logger(
14+
subsystem: "com.awaremac.Aware", category: "TimerView"
15+
)
16+
1217
struct TimerView: View {
1318
@State private var timerState = TimerState()
1419

0 commit comments

Comments
 (0)