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.

main
v504 2 months ago
parent 6422d3b760
commit ff557ca73e

@ -463,7 +463,7 @@
INFOPLIST_KEY_NSCalendarsUsageDescription = "MyQrCode needs access to calendar to add events"; 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_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_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_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_NSPhotoLibraryUsageDescription = "Need to access the photo gallery to select a custom logo image.";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
@ -507,7 +507,7 @@
INFOPLIST_KEY_NSCalendarsUsageDescription = "MyQrCode needs access to calendar to add events"; 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_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_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_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_NSPhotoLibraryUsageDescription = "Need to access the photo gallery to select a custom logo image.";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;

Loading…
Cancel
Save