Skip to content

Commit

Permalink
Enable "GraphReuseLogging" for Debug build (#2203)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye authored Oct 22, 2024
1 parent 15a6fd6 commit 110906e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions IceCubesApp/App/Main/IceCubesApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ struct IceCubesApp: App {

@State var isSupporter: Bool = false

init() {
#if DEBUG
// Enable "GraphReuseLogging" for debugging purpose
// subsystem: "com.apple.SwiftUI" category: "GraphReuse"
UserDefaults.standard.register(defaults: ["com.apple.SwiftUI.GraphReuseLogging": true])
#endif
}

var body: some Scene {
appScene
otherScenes
Expand Down

0 comments on commit 110906e

Please sign in to comment.