forked from timbotnik/cordova-plugin-empty
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
18 lines (16 loc) · 950 Bytes
/
Copy pathplugin.xml
File metadata and controls
18 lines (16 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="io.eugestor.custom.plugin" version="1.0.1">
<name>EuGestor - Plugin</name>
<description>Custom plugin to deal with hook in OutSystems</description>
<keywords>cordova,eugestor,outsystems</keywords>
<repo>https://github.com/matheus-inacio/cordova-os-hook-plugin.git</repo>
<platform name="android">
<hook type="before_plugin_install" src="scripts/androidHookScript.js" />
<source-file src="egstyles.xml" target-dir="app/src/main/res/values" />
<source-file src="bg_eg.xml" target-dir="app/src/main/res/color" />
<source-file src="eg_logo.xml" target-dir="app/src/main/res/drawable" />
<source-file src="splash_inset.xml" target-dir="app/src/main/res/drawable" />
<source-file src="ic_cdv_splashscreen.xml" target-dir="app/src/main/res/drawable"/>
</platform>
</plugin>