crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit d82f0f161206435992ecb542f9e378dece34d17a
parent 7263ae381f48c3cd1e601db57ae8a813b9f45baf
Author: Michael Camilleri <[email protected]>
Date:   Wed,  6 May 2026 23:03:47 +0900

Support additional iPad orientation

Diffstat:
MCrossmate/Info.plist | 1+
Mproject.yml | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Crossmate/Info.plist b/Crossmate/Info.plist @@ -64,6 +64,7 @@ <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> + <string>UIInterfaceOrientationPortraitUpsideDown</string> <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> </array> diff --git a/project.yml b/project.yml @@ -60,6 +60,7 @@ targets: UILaunchScreen: {} UISupportedInterfaceOrientations: - UIInterfaceOrientationPortrait + - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight settings: