Skip to content

Commit

Permalink
Merge pull request #232 from Team-Ampersand/231-ipad-landscape-fix
Browse files Browse the repository at this point in the history
🔀 :: [#231] 아이패드 가로모드 지원
  • Loading branch information
uuuunseo authored Mar 15, 2024
2 parents 5e3dcb4 + 837c886 commit 3a44c4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Projects/App/Support/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
Expand Down

0 comments on commit 3a44c4c

Please sign in to comment.