-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
22 lines (16 loc) · 735 Bytes
/
Copy pathplugin.xml
File metadata and controls
22 lines (16 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-add-usage-description" version="1.1.3">
<name>Add Usage Description</name>
<description>Add Usage Description to Info.plist</description>
<author>tkikuchi2000@gmail.com</author>
<license>MIT</license>
<keywords>Usage Description Info.plist</keywords>
<repo>https://github.com/tkikuchi2000/cordova-plugin-add-usage-description.git</repo>
<issue>https://github.com/tkikuchi2000/cordova-plugin-add-usage-description/issues</issue>
<engines>
<engine name="cordova" version=">=6.0.0" />
</engines>
<!-- ios -->
<hook src="scripts/add_usage_descriptions.js" type="after_prepare" />
</plugin>