본문 바로가기
Error Handling

Tuist iPhone Orientation 설정

by songmoro 2025. 6. 12.
728x90

프로젝트의 Deployment Info - iPhone Orientation에 해당하는 앱 방향을 설정하고 싶을 때

 

 

plist에 아래 값을 추가

"UISupportedInterfaceOrientations": .array([
    .string("UIInterfaceOrientationPortrait")
])

 

 

728x90