After doing a clean install of macOS 11 beta 2, I'm seeing that there's now less than 50GB remaining.
Machine: 2018 15" MacBook Pro
Looking at System Information, it is saying that there's 365GB in "Other Volumes" though the install was done as a clean install removing the existing volumes from the flash storage.
Post
Replies
Boosts
Views
Activity
I'm in the process of adopting some of the new SwiftUI features released in macOS 11, namely using the App type. The result of this is that I need to switch between the new type that's conforming to App and the older AppDelegate in my code based off of the os version running.
To do this, I need to introduce a new main function but am unsure of the syntax required. Does anyone have some pointers as to how I could do such an implementation?
Much thanks.