Post

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.

https://videopress.com/v/eMpY6iMF?resizeToParent=true&cover=true&preloadContent=metadata&useAverageColor=true

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.

This post is licensed under CC BY 4.0 by the author.

Trending Tags