Skip to content

Commit 18ef70d

Browse files
committed
Added contacts usage description
1 parent 8400a77 commit 18ef70d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plugin.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@
5555
<config-file target="*-Info.plist" parent="NSCalendarsUsageDescription">
5656
<string>$CALENDAR_USAGE_DESCRIPTION</string>
5757
</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>
5864
<header-file src="src/ios/Calendar.h"/>
5965
<source-file src="src/ios/Calendar.m"/>
6066
<framework src="EventKit.framework"/>

0 commit comments

Comments
 (0)