have you tried on mac catalyst? it does open the documents for me... 15.1
Post
Replies
Boosts
Views
Activity
Thank you for the information! And what if multiple of our swift packages use this type?
@DTS Engineer If a lot of our package dependencies use the NSDecimal, that means that we cannot ship until for iOS 18 on day one, we need to wait for an updated Xcode?
I have also filed feedback: FB11624143
Exactly the same issue. The problem is that I would like (and already have) implemented many Ventura-only features.
I have managed to hide it when it enters the full screen with this line of code:
titlebar.autoHidesToolbarInFullScreen = true
Thanks, it works! Somehow I used an another method.