Skip to content

Commit d59110c

Browse files
committed
relase
1 parent 723a7b3 commit d59110c

File tree

112 files changed

+492
-24837
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+492
-24837
lines changed

config.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<widget android-versionCode="1" id="com.myazarc.pm" ios-CFBundleVersion="1" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3-
<name>pm</name>
4-
<description>A Vue.js project</description>
5-
<author email="dev@cordova.apache.org" href="http://cordova.io">
6-
Apache Cordova Team
3+
<name>Pass Manager</name>
4+
<description>Password Manager</description>
5+
<author email="myazarc@gmail.com" href="myazarc.com">
6+
myazarc
77
</author>
88
<content src="index.html" />
99
<preference name="DisallowOverscroll" value="true" />
@@ -22,7 +22,6 @@
2222
<allow-intent href="itms:*" />
2323
<allow-intent href="itms-apps:*" />
2424
</platform>
25-
<plugin name="cordova-plugin-file" spec="^6.0.1" />
2625
<plugin name="cordova-sqlcipher-adapter" spec="^0.1.12-rc2" />
27-
<engine name="android" spec="^7.1.0" />
26+
<engine name="android" spec="^7.0.0" />
2827
</widget>

package-lock.json

Lines changed: 44 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
"android-vm": "npm run build && cordova run android"
1717
},
1818
"dependencies": {
19-
"cordova-android": "^7.1.0",
19+
"cordova-android": "^7.0.0",
2020
"cordova-plugin-device": "^2.0.2",
21-
"cordova-plugin-file": "^6.0.1",
2221
"cordova-plugin-whitelist": "^1.3.3",
2322
"cordova-sqlcipher-adapter": "^0.1.12-rc2",
2423
"vue": "^2.3.3",
@@ -90,7 +89,6 @@
9089
"cordova": {
9190
"plugins": {
9291
"cordova-plugin-device": {},
93-
"cordova-plugin-file": {},
9492
"cordova-plugin-whitelist": {},
9593
"cordova-sqlcipher-adapter": {}
9694
},

plugins/android.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@
77
"files": {}
88
},
99
"installed_plugins": {
10-
"cordova-plugin-file": {
10+
"cordova-plugin-device": {
1111
"PACKAGE_NAME": "com.myazarc.pm"
1212
},
1313
"cordova-plugin-whitelist": {
1414
"PACKAGE_NAME": "com.myazarc.pm"
1515
},
16-
"cordova-plugin-device": {
17-
"PACKAGE_NAME": "com.myazarc.pm"
18-
},
1916
"cordova-sqlcipher-adapter": {
2017
"PACKAGE_NAME": "com.myazarc.pm"
2118
}

plugins/cordova-plugin-file/CONTRIBUTING.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)