SwiftUI프로젝트를 생성하였을 때 info.plist 파일이 있는데 안보여서 작성하게 되었다SwiftUI프로젝트는 Xcode13에서 생성하면 info.plist파일이 없는 것을 볼 수 있는데Project Navigator에 추가하도록해보자 근데 왜 Info.plist 파일이 왜 없어졌을까는Xcode13 Release Note에서 찾아볼 수 있다 Xcode 13 Release Notes | Apple Developer DocumentationUpdate your apps to use new features, and test your apps against API changes.developer.apple.com 만약 Info.plist 변경되었을 때 추가되면 그 때 변경한 내용에 대해서만 정보를 보..