Skip to content

Commit

Permalink
Fixed identation of the contacts usage description entry
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobgranja committed Jan 2, 2019
1 parent 20a13c2 commit c49f4d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
</config-file>
<!-- Usage description of the Contacts for iOS 6+, mandatory since iOS 10 -->
<preference name="CONTACTS_USAGE_DESCRIPTION" default=" " />
<config-file target="*-Info.plist" parent="NSContactsUsageDescription">
<string>$CONTACTS_USAGE_DESCRIPTION</string>
</config-file>
<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 c49f4d9

Please sign in to comment.