Skip to content

Commit

Permalink
Fix orientation on IOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrcubix committed Oct 1, 2023
1 parent 2024431 commit 08ac7d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ColorTiles.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
Expand Down

0 comments on commit 08ac7d4

Please sign in to comment.