How to see ViewController.swift in Xcode 13

Not sure what I did wrong. I am not seeing the Viewcontroller.swift file in my directory. I know the info.plist file is also not there by default so I was wondering how to get to it. Or did I do something wrong when creating my project?

When using Xcode 13 for the first time, the default Interface is SwiftUI so you need to change that to Storyboard if you intend to create a project using UIKit which gives you Main.Storyboard and ViewController.swift in your project Navigator panel.