Update app display name in project configuration to "QR Code & Barcode Plus" for improved branding consistency across the application.

main
v504 2 months ago
parent ff557ca73e
commit 5ad208a930

@ -458,7 +458,7 @@
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = MyQrCode/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = MyQrCode;
INFOPLIST_KEY_CFBundleDisplayName = "QR Code & Barcode Plus";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
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.";
@ -502,7 +502,7 @@
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = MyQrCode/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = MyQrCode;
INFOPLIST_KEY_CFBundleDisplayName = "QR Code & Barcode Plus";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
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.";

Loading…
Cancel
Save