We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8400a77 commit 18ef70dCopy full SHA for 18ef70d
plugin.xml
@@ -55,6 +55,12 @@
55
<config-file target="*-Info.plist" parent="NSCalendarsUsageDescription">
56
<string>$CALENDAR_USAGE_DESCRIPTION</string>
57
</config-file>
58
+ <!-- Usage description for Contacts needed in some iOS versions when searching
59
+ for locations and invitees using the interactive mode -->
60
+ <preference name="CONTACTS_USAGE_DESCRIPTION" default=" " />
61
+ <config-file target="*-Info.plist" parent="NSContactsUsageDescription">
62
+ <string>$CONTACTS_USAGE_DESCRIPTION</string>
63
+ </config-file>
64
<header-file src="src/ios/Calendar.h"/>
65
<source-file src="src/ios/Calendar.m"/>
66
<framework src="EventKit.framework"/>
0 commit comments