From ff557ca73ed1725cf70ad57fbd3ebe573aa67a61 Mon Sep 17 00:00:00 2001 From: v504 Date: Wed, 3 Sep 2025 16:44:42 +0800 Subject: [PATCH] Update Info.plist entries to provide clear descriptions for file provider domain access, enhancing user understanding of permissions required by MyQrCode. This change improves transparency regarding app functionality and data management. --- MyQrCode.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MyQrCode.xcodeproj/project.pbxproj b/MyQrCode.xcodeproj/project.pbxproj index 1c4aa56..759f717 100644 --- a/MyQrCode.xcodeproj/project.pbxproj +++ b/MyQrCode.xcodeproj/project.pbxproj @@ -463,7 +463,7 @@ INFOPLIST_KEY_NSCalendarsUsageDescription = "MyQrCode needs access to calendar to add events"; INFOPLIST_KEY_NSCameraUsageDescription = "Need to access the camera to scan QR codes and barcodes."; INFOPLIST_KEY_NSContactsUsageDescription = "MyQrCode needs access to contacts to add contact information"; - INFOPLIST_KEY_NSFileProviderDomainUsageDescription = ""; + INFOPLIST_KEY_NSFileProviderDomainUsageDescription = "MyQrCode needs access to file provider domain to manage QR code files and images"; INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "Need to access the photo gallery to select a custom logo image."; INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Need to access the photo gallery to select a custom logo image."; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; @@ -507,7 +507,7 @@ INFOPLIST_KEY_NSCalendarsUsageDescription = "MyQrCode needs access to calendar to add events"; INFOPLIST_KEY_NSCameraUsageDescription = "Need to access the camera to scan QR codes and barcodes."; INFOPLIST_KEY_NSContactsUsageDescription = "MyQrCode needs access to contacts to add contact information"; - INFOPLIST_KEY_NSFileProviderDomainUsageDescription = ""; + INFOPLIST_KEY_NSFileProviderDomainUsageDescription = "MyQrCode needs access to file provider domain to manage QR code files and images"; INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "Need to access the photo gallery to select a custom logo image."; INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Need to access the photo gallery to select a custom logo image."; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;