Compare commits
No commits in common. "e192c5eb307a065ef35ebfa5e08ea931276f9497" and "bdfe70d5c291959a15ddd848de310f31801d60c4" have entirely different histories.
e192c5eb30
...
bdfe70d5c2
5 changed files with 11 additions and 15 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,7 +1,6 @@
|
|||
# Compiled platform #
|
||||
###################
|
||||
platforms/*
|
||||
plugins/*
|
||||
|
||||
# Compiled source #
|
||||
###################
|
||||
|
|
|
@ -20,9 +20,3 @@ 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
|
||||
|
|
Binary file not shown.
|
@ -22,13 +22,14 @@
|
|||
},
|
||||
"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,10 +18,12 @@
|
|||
"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": {}
|
||||
"variables": {
|
||||
"SENDER_ID": "667898382143"
|
||||
}
|
||||
},
|
||||
"cordova-sqlite-storage": {
|
||||
"source": {
|
||||
|
@ -34,7 +36,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": {}
|
||||
|
@ -44,7 +46,7 @@
|
|||
"type": "registry",
|
||||
"id": "cordova-plugin-file"
|
||||
},
|
||||
"is_top_level": true,
|
||||
"is_top_level": false,
|
||||
"variables": {}
|
||||
},
|
||||
"cordova-plugin-compat": {
|
||||
|
@ -52,7 +54,7 @@
|
|||
"type": "registry",
|
||||
"id": "cordova-plugin-compat"
|
||||
},
|
||||
"is_top_level": true,
|
||||
"is_top_level": false,
|
||||
"variables": {}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue