From c8336d61999f8af2b037f05ac249b360292c8982 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Sat, 7 Sep 2019 15:37:46 -0700 Subject: [PATCH] Fixes inability to select .ipa files from document browser --- AltStore/Info.plist | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/AltStore/Info.plist b/AltStore/Info.plist index 98452456..a9e93ab1 100644 --- a/AltStore/Info.plist +++ b/AltStore/Info.plist @@ -89,5 +89,25 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UTImportedTypeDeclarations + + + UTTypeConformsTo + + public.data + + UTTypeDescription + iOS App + UTTypeIconFiles + + UTTypeIdentifier + com.apple.itunes.ipa + UTTypeTagSpecification + + public.filename-extension + ipa + + +