Part 8b: One vision
Just for shits and giggles I opened the project in Xcode15 and added visionOS as a supported platform on the main app.
I had to revisit the widget embedding to restrict the right widgets to the right platforms as Xcode had reset them to all platforms.
I added a simple AppIcon for visionOS. (two layers, 1024px @2x)
I also changed the ContentView
where I had been restrictive in the else case (if iOS elseif tv | Mac | watch )
and made it just a straight if iOS else....
I assumed this would mean my editable list was still just iOS and vision would use the readonly list.
Apparently not.
I'm not clear why but it seems to prefer the iOS branch and shows the editable list :-)
Anyway, I'll be back on the main branch and the shipping Xcode for me later, this is just a little diversion at the xcode15-and-vision branch.