Skip to content

Commit

Permalink
fix(builds): Incorrect iPad options (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw authored Apr 5, 2024
1 parent 2c1f8d2 commit 375e1cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions native/ios/GuardianGhost/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>UIUserInterfaceStyle</key>
<string>Automatic</string>
Expand Down

0 comments on commit 375e1cc

Please sign in to comment.