From 090e6d526377c316b38b109a4843b7eae5412278 Mon Sep 17 00:00:00 2001 From: Tom Hicks Date: Thu, 8 Apr 2021 17:37:34 -0700 Subject: [PATCH] Enables document browser support and loading files in place so we can open monster files for import. --- MonsterCards/Info.plist | 144 ++++++++++++++++++++-------------------- 1 file changed, 73 insertions(+), 71 deletions(-) diff --git a/MonsterCards/Info.plist b/MonsterCards/Info.plist index 9089a16..3e32107 100644 --- a/MonsterCards/Info.plist +++ b/MonsterCards/Info.plist @@ -50,76 +50,78 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UISupportsDocumentBrowser - - LSSupportsOpeningDocumentsInPlace - - CFBundleDocumentTypes - - - CFBundleTypeName - Monster Data - CFBundleTypeRole - Editor - LSHandlerRank - Owner - LSItemContentTypes - - com.majinnaibu.Monster - - - - UTExportedTypeDeclarations - - - UTTypeConformsTo - - public.json - - UTTypeDescription - Monster data file - UTTypeIconFiles - - UTTypeIdentifier - com.majinnaibu.Monster - UTTypeTagSpecification - - public.filename-extension - - monster - - public.mime-type - - text/vnd.monstercards.monster - - - - - UTImportedTypeDeclarations - - - UTTypeConformsTo - - public.json - - UTTypeDescription - Monster data file - UTTypeIconFiles - - UTTypeIdentifier - com.majinnaibu.Monster - UTTypeTagSpecification - - public.filename-extension - - monster - - public.mime-type - - text/vnd.monstercards.monster - - - - + UISupportsDocumentBrowser + + LSSupportsOpeningDocumentsInPlace + + CFBundleDocumentTypes + + + CFBundleTypeIconFiles + + CFBundleTypeName + Monster Data + LSHandlerRank + Owner + LSItemContentTypes + + com.majinnaibu.MonsterCards.Monster + + + + UTExportedTypeDeclarations + + + UTTypeConformsTo + + public.data + public.content + + UTTypeDescription + Monster data file + UTTypeIconFiles + + UTTypeIdentifier + com.majinnaibu.MonsterCards.Monster + UTTypeTagSpecification + + public.filename-extension + + monster + + public.mime-type + + text/vnd.monstercards.monster + + + + + UTImportedTypeDeclarations + + + UTTypeConformsTo + + public.data + public.content + + UTTypeDescription + Monster data file + UTTypeIconFiles + + UTTypeIdentifier + com.majinnaibu.MonsterCards.Monster + UTTypeTagSpecification + + public.filename-extension + + monster + + public.mime-type + + text/vnd.monstercards.monster + + + +