From 6e14942dab51eea6d24bf88ec8d703dba9b114fc Mon Sep 17 00:00:00 2001 From: nyne Date: Tue, 29 Apr 2025 11:29:30 +0800 Subject: [PATCH] Add application category type to Info.plist --- ios/Runner/Info.plist | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index be8d5d6..bf6fc29 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -46,12 +46,14 @@ UIApplicationSupportsIndirectInputEvents NSPhotoLibraryUsageDescription - Choose images + Choose images UIFileSharingEnabled LSSupportsOpeningDocumentsInPlace NSFaceIDUsageDescription - Ensure that the operation is being performed by the user themselves. + Ensure that the operation is being performed by the user themselves. + LSApplicationCategoryType + public.app-category.books