
[SwiftUI] Info.plist
·
Dev/SwiftUI
SwiftUI를 다시 공부해보려고 UIKit에서 사용하던 것들을 이것저것 적용해보던 차, 무언가 이상한 걸 인지했다.바로, info.plist가 폴더에 없다는 것. Xcode 13 이후 프로젝트를 다시 만들어보고, 여기저기 눌러봐도 보이지 않아서 검색해보았는데 Xcode 13 이후 애플이 의도적으로 info.plist를 숨겼다는 걸 알게 되었다. 아래는 공식문서에 기재된 관련 내용이다. 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 b..