When starting a project from scratch in Xcode 13, an app info property is put in the target settings under "info" or in a separate file "appname-iOS-info".
So where should I put the UIUserInterfaceStyle property to indicate that an app is dark mode only?
Or is there another way to indicate that an app is dark mode only?