integrati in readme e tolti i plugin da gitignore
This commit is contained in:
parent
bdfe70d5c2
commit
f753a5430b
4 changed files with 15 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
# Compiled platform #
|
||||
###################
|
||||
platforms/*
|
||||
plugins/*
|
||||
|
||||
# Compiled source #
|
||||
###################
|
||||
|
|
|
@ -20,3 +20,9 @@ Poi digita:
|
|||
cordova run android
|
||||
|
||||
e quindi parte su emulatore o sul tuo device.
|
||||
|
||||
Aggiunti anche i plugin:
|
||||
cordova plugin add phonegap-plugin-push
|
||||
cordova plugin add cordova-plugin-media
|
||||
cordova plugin add cordova-plugin-compat
|
||||
cordova plugin add cordova-plugin-file
|
||||
|
|
|
@ -22,14 +22,13 @@
|
|||
},
|
||||
"cordova-plugin-media": {
|
||||
"PACKAGE_NAME": "xm24.digitigrafo.it"
|
||||
}
|
||||
},
|
||||
"dependent_plugins": {
|
||||
},
|
||||
"cordova-plugin-compat": {
|
||||
"PACKAGE_NAME": "xm24.digitigrafo.it"
|
||||
},
|
||||
"cordova-plugin-file": {
|
||||
"PACKAGE_NAME": "xm24.digitigrafo.it"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dependent_plugins": {}
|
||||
}
|
|
@ -18,12 +18,10 @@
|
|||
"phonegap-plugin-push": {
|
||||
"source": {
|
||||
"type": "registry",
|
||||
"id": "phonegap-plugin-push@1.9.4"
|
||||
"id": "phonegap-plugin-push@~1.9.4"
|
||||
},
|
||||
"is_top_level": true,
|
||||
"variables": {
|
||||
"SENDER_ID": "667898382143"
|
||||
}
|
||||
"variables": {}
|
||||
},
|
||||
"cordova-sqlite-storage": {
|
||||
"source": {
|
||||
|
@ -36,7 +34,7 @@
|
|||
"cordova-plugin-media": {
|
||||
"source": {
|
||||
"type": "registry",
|
||||
"id": "cordova-plugin-media@3.0.0"
|
||||
"id": "cordova-plugin-media@~3.0.0"
|
||||
},
|
||||
"is_top_level": true,
|
||||
"variables": {}
|
||||
|
@ -46,7 +44,7 @@
|
|||
"type": "registry",
|
||||
"id": "cordova-plugin-file"
|
||||
},
|
||||
"is_top_level": false,
|
||||
"is_top_level": true,
|
||||
"variables": {}
|
||||
},
|
||||
"cordova-plugin-compat": {
|
||||
|
@ -54,7 +52,7 @@
|
|||
"type": "registry",
|
||||
"id": "cordova-plugin-compat"
|
||||
},
|
||||
"is_top_level": false,
|
||||
"is_top_level": true,
|
||||
"variables": {}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue