Why does Xcode 13 not include an Info.plist for SwiftUI projects?

I keep forgetting about this so maybe this will keep it in my mind.

Xcode 13 Missing Info.plist

Most important bit, go to project settings and click on info tab

The why

Projects created from several templates no longer require configuration files such as entitlements and Info.plist files. Configure common fields in the target’s Info tab, and build settings in the project editor. These files are added to the project when additional fields are used. (68254857)