maybe this guy solved..
https://www.hackingwithswift.com/forums/swiftui/sharelink-problem-with-csv-file/21194
Post
Replies
Boosts
Views
Activity
Would be nice if Apple will update "Quake" same, too. So we can have:
full working sample for iOS 17
"blessed" code
works good.
my 2 cents if You need doubler tap to open:
.gesture(openGesture.exclusively(before: selectGesture))
"how most other environments work these days." is a bad logic. see for example what you have here (straight from Xcode 16 template)
AppDelegate.swift
Assets.cassets
Info.plist
LaunchScreen.storyboard
Main.storyboard
SceneDelegate.swift
ViewController.swift
You have storyboards near info plist and swift file all around. far away for a readable layout.