-
Notifications
You must be signed in to change notification settings - Fork 9
/
plugin.xml
28 lines (22 loc) · 1.23 KB
/
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
27
28
<?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="2.1.6">
<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/OutSystems/cordova-sqlcipher-adapter.git#0.1.7-OS9" />
<dependency id="cordova-plugin-secure-storage" url="https://github.com/OutSystems/cordova-plugin-secure-storage.git#2.6.8-OS18" />
<dependency id="outsystems-plugin-disable-backup" url="https://github.com/OutSystems/outsystems-plugin-disable-backup.git#1.0.2" />
<engines>
<engine name="cordova" version=">=6.4.0"/>
<engine name="cordova-android" version=">=6.0.0"/>
</engines>
</plugin>
<!-- vim: set expandtab : -->