Skip to content

Commit

Permalink
Merge pull request #3 from hugobgranja/outsystems
Browse files Browse the repository at this point in the history
Contacts usage description fix
  • Loading branch information
pmaroco authored Jan 3, 2019
2 parents 1e7282d + c49f4d9 commit 114a303
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-calendar",
"version": "5.1.3",
"version": "5.1.3-OS",
"description": "This plugin allows you to manipulate the native calendar.",
"cordova": {
"id": "cordova-plugin-calendar",
Expand Down
7 changes: 6 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-calendar"
version="5.1.3">
version="5.1.3-OS">

<name>Calendar</name>

Expand Down Expand Up @@ -55,6 +55,11 @@
<config-file target="*-Info.plist" parent="NSCalendarsUsageDescription">
<string>$CALENDAR_USAGE_DESCRIPTION</string>
</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>
<header-file src="src/ios/Calendar.h"/>
<source-file src="src/ios/Calendar.m"/>
<framework src="EventKit.framework"/>
Expand Down

0 comments on commit 114a303

Please sign in to comment.