crossmate

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

commit 5ffc9475d403bbdec73a447d687e15f602bc10a2
parent ed2353e55709dd5a5397b9f46c4b144bc990aeb1
Author: Michael Camilleri <[email protected]>
Date:   Tue, 14 Apr 2026 19:04:49 +0900

Clarify scope of XD file support

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

diff --git a/Crossmate/Info.plist b/Crossmate/Info.plist @@ -37,6 +37,8 @@ <false/> <key>LSRequiresIPhoneOS</key> <true/> + <key>LSSupportsOpeningDocumentsInPlace</key> + <false/> <key>NSUbiquitousContainers</key> <dict> <key>iCloud.net.inqk.crossmate</key> diff --git a/project.yml b/project.yml @@ -53,6 +53,7 @@ targets: LSHandlerRank: Owner LSItemContentTypes: - net.inqk.crossmate.xd + LSSupportsOpeningDocumentsInPlace: false UILaunchScreen: {} UISupportedInterfaceOrientations: - UIInterfaceOrientationPortrait