|
@@ -20480,6 +20480,8 @@
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
INFOPLIST_FILE = "PDF Master/Info.plist";
|
|
|
INFOPLIST_KEY_CFBundleDisplayName = "PDF Reader Pro";
|
|
|
+ INFOPLIST_KEY_NSAppleEventsUsageDescription = "Enable the email access to contact us directly though the Mail app.";
|
|
|
+ INFOPLIST_KEY_NSContactsUsageDescription = "Your consent is required before you could access the function.";
|
|
|
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
|
|
INFOPLIST_KEY_NSMainStoryboardFile = Main;
|
|
|
INFOPLIST_KEY_NSPrincipalClass = NSApplication;
|
|
@@ -20576,6 +20578,8 @@
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
INFOPLIST_FILE = "PDF Master/Info.plist";
|
|
|
INFOPLIST_KEY_CFBundleDisplayName = "PDF Reader Pro";
|
|
|
+ INFOPLIST_KEY_NSAppleEventsUsageDescription = "Enable the email access to contact us directly though the Mail app.";
|
|
|
+ INFOPLIST_KEY_NSContactsUsageDescription = "Your consent is required before you could access the function.";
|
|
|
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
|
|
INFOPLIST_KEY_NSMainStoryboardFile = Main;
|
|
|
INFOPLIST_KEY_NSPrincipalClass = NSApplication;
|