-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.xml
26 lines (17 loc) · 994 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.outsystems.plugins.SecureSQLiteBundle"
version="1.0.1">
<name>Cordova OutSystems secure SQLite bundle</name>
<license>MIT</license>
<keywords>sqlcipher</keywords>
<description>Bundle of SQLite plugins and initialization code for easy use with the OutSystems Platform</description>
<author>OutSystems</author>
<js-module src="www/outsystems-secure-sqlite-init.js" name="OutSystemsSecureSQLiteBundle">
<clobbers target="OutSystemsSecureSQLiteBundle" />
</js-module>
<dependency id="cordova-sqlcipher-adapter" url="https://github.com/usernuno/cordova-sqlcipher-adapter.git" commit="0.1.11-OS" />
<dependency id="cordova-plugin-secure-storage" url="https://github.com/OutSystems/cordova-plugin-secure-storage.git" commit="2.6.8" />
</plugin>
<!-- vim: set expandtab : -->