Xer

Results 4 issues of Xer

In SwiftUI, it is set in config, but the toolbar cannot display the share and delete buttons

Folder.home.subfolders.recursive.forEach { folder in print("Name : \(folder.name), parent: \(folder.parent)") } If there are too many files in the folder, it will crash during the recursive process

There is an error in the countdown time return, and it does not stop when the time reaches completion。 ```swift func start() { timer.countMode = .countDown(fromSeconds: 60) timer.defultValue = 0...

bug

New iOS 17 requestFullAccessToEvents returns always notDetermined on first run in Reminder

bug