-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
23 lines (19 loc) · 730 Bytes
/
plugin.xml
File metadata and controls
23 lines (19 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="expertees-httpcontroller"
version="1.0.8">
<name>HttpController</name>
<description>Expertees HttpController</description>
<license>Apache 2.0</license>
<!-- ios -->
<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="HttpController">
<param name="ios-package" value="HttpController" />
<param name="onload" value="true" />
</feature>
</config-file>
<source-file src="src/ios/Bridging-Header.h" />
<source-file src="src/ios/HttpController.swift" />
</platform>
</plugin>