gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 02/25: until Xcode 15.1 is final


From: gnunet
Subject: [taler-taler-ios] 02/25: until Xcode 15.1 is final
Date: Mon, 06 Nov 2023 20:40:09 +0100

This is an automated email from the git hooks/post-receive script.

marc-stibane pushed a commit to branch master
in repository taler-ios.

commit 8d63be2ec34ddff560545d1465d628a217788638
Author: Marc Stibane <marc@taler.net>
AuthorDate: Wed Nov 1 22:39:48 2023 +0100

    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 {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]