diff --git a/AltStore/LaunchViewController.swift b/AltStore/LaunchViewController.swift index bfb72ec0..8a24eb21 100644 --- a/AltStore/LaunchViewController.swift +++ b/AltStore/LaunchViewController.swift @@ -86,6 +86,7 @@ class LaunchViewController: RSTLaunchViewController, UIDocumentPickerDelegate types.append(contentsOf: UTType.types(tag: "mobiledevicepairing", tagClass: UTTagClass.filenameExtension, conformingTo: UTType.data)) types.append(.xml) let documentPickerController = UIDocumentPickerViewController(forOpeningContentTypes: types) + documentPickerController.shouldShowFileExtensions = true documentPickerController.delegate = self self.present(documentPickerController, animated: true, completion: nil) })