Skip to content

Commit

Permalink
Added contacts usage description
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobgranja committed Jan 11, 2019
1 parent 8400a77 commit 18ef70d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
<config-file target="*-Info.plist" parent="NSCalendarsUsageDescription">
<string>$CALENDAR_USAGE_DESCRIPTION</string>
</config-file>
<!-- Usage description for Contacts needed in some iOS versions when searching
for locations and invitees using the interactive mode -->
<preference name="CONTACTS_USAGE_DESCRIPTION" default=" " />
<config-file target="*-Info.plist" parent="NSContactsUsageDescription">
<string>$CONTACTS_USAGE_DESCRIPTION</string>
</config-file>
<header-file src="src/ios/Calendar.h"/>
<source-file src="src/ios/Calendar.m"/>
<framework src="EventKit.framework"/>
Expand Down

0 comments on commit 18ef70d

Please sign in to comment.