Skip to content

Commit 880bd7b

Browse files
Integrated cordova-plugin-buildinfo as a local plugin (#1387)
* remove buildDate * Converted buildinfo from submodule to regular folder * feat. remove useless os implementations * feat. removed useless files
1 parent 72d44dd commit 880bd7b

File tree

14 files changed

+1109
-40
lines changed

14 files changed

+1109
-40
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"cordova": {
2424
"plugins": {
2525
"cordova-clipboard": {},
26-
"cordova-plugin-buildinfo": {},
2726
"cordova-plugin-device": {},
2827
"cordova-plugin-file": {},
2928
"cordova-plugin-sftp": {},
@@ -37,7 +36,8 @@
3736
"ANDROIDBLACKLISTSECURESOCKETPROTOCOLS": "SSLv3,TLSv1"
3837
},
3938
"cordova-plugin-websocket": {},
40-
"com.foxdebug.acode.exec": {}
39+
"com.foxdebug.acode.exec": {},
40+
"cordova-plugin-buildinfo": {}
4141
},
4242
"platforms": [
4343
"android"
@@ -68,7 +68,7 @@
6868
"cordova-clipboard": "^1.3.0",
6969
"cordova-plugin-advanced-http": "^3.3.1",
7070
"cordova-plugin-browser": "file:src/plugins/browser",
71-
"cordova-plugin-buildinfo": "^4.0.0",
71+
"cordova-plugin-buildinfo": "file:src/plugins/cordova-plugin-buildinfo",
7272
"cordova-plugin-device": "^2.0.3",
7373
"cordova-plugin-file": "^8.0.1",
7474
"cordova-plugin-ftp": "file:src/plugins/ftp",
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
ignore/
3+
node_modules

0 commit comments

Comments
 (0)