From 8d63be2ec34ddff560545d1465d628a217788638 Mon Sep 17 00:00:00 2001 From: Marc Stibane Date: Wed, 1 Nov 2023 22:39:48 +0100 Subject: until Xcode 15.1 is final --- TalerWallet1/Views/Main/MainView.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/TalerWallet1/Views/Main/MainView.swift b/TalerWallet1/Views/Main/MainView.swift index 301ad27..0f06dda 100644 --- a/TalerWallet1/Views/Main/MainView.swift +++ b/TalerWallet1/Views/Main/MainView.swift @@ -142,12 +142,12 @@ extension MainView { // "@self" marks that the view value itself has changed, and "@identity" marks that the // identity of the view has changed (that is, that the persistent data associated with // the view has been recycled for a new instance of the same type) - if #available(iOS 17.1, *) { - // logs at INFO level, “com.apple.SwiftUI” subsystem, category “Changed Body Properties” - let _ = Self._logChanges() - } else { +// if #available(iOS 17.1, *) { +// // logs at INFO level, “com.apple.SwiftUI” subsystem, category “Changed Body Properties” +// let _ = Self._logChanges() +// } else { let _ = Self._printChanges() - } +// } let _ = symLog?.vlog() // just to get the identity # to compare with .onAppear & .onDisappear #endif Group { -- cgit v1.2.3