Merge branch 'feature/cordova-9' into feature/ios-support
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- config.xml 2 additions, 4 deletionsconfig.xml
- jsconfig.json 1 addition, 0 deletionsjsconfig.json
- package.json 18 additions, 15 deletionspackage.json
- platforms/platforms.json 4 additions, 0 deletionsplatforms/platforms.json
- typings/cordova-typings.d.ts 6 additions, 0 deletionstypings/cordova-typings.d.ts
jsconfig.json
0 → 100644
... | @@ -30,18 +30,16 @@ | ... | @@ -30,18 +30,16 @@ |
"new": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" | "new": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"cordova": "^7.1.0", | "cordova": "^9.0.0", | ||
"cordova-android": "^6.2.3", | "cordova-android": "6.4.0", | ||
"cordova-ios": "^4.5.5", | "cordova-ios": "https://github.com/bpresles/cordova-ios.git#5.1.0", | ||
"cordova-plugin-camera": "^2.4.1", | "cordova-plugin-camera": "^2.4.1", | ||
"cordova-plugin-compat": "^1.1.0", | "cordova-plugin-compat": "^1.2.0", | ||
"cordova-plugin-console": "^1.0.7", | "cordova-plugin-console": "^1.0.7", | ||
"cordova-plugin-crosswalk-webview": "^2.3.0", | "cordova-plugin-crosswalk-webview": "^2.3.0", | ||
"cordova-plugin-device": "^1.1.6", | "cordova-plugin-device": "^1.1.6", | ||
"cordova-plugin-dialogs": "^1.3.3", | "cordova-plugin-dialogs": "^1.3.3", | ||
"cordova-plugin-inappbrowser": "^1.7.1", | "cordova-plugin-minisodium": "https://github.com/E-IS/cordova-plugin-minisodium/archive/v1.0.1.tar.gz", | ||
"cordova-plugin-ionic-webview": "^4.1.1", | |||
"cordova-plugin-minisodium": "git+https://github.com/E-IS/cordova-plugin-minisodium.git", | |||
"cordova-plugin-secure-storage": "^2.6.8", | "cordova-plugin-secure-storage": "^2.6.8", | ||
"cordova-plugin-splashscreen": "^3.2.2", | "cordova-plugin-splashscreen": "^3.2.2", | ||
"cordova-plugin-statusbar": "^2.4.2", | "cordova-plugin-statusbar": "^2.4.2", | ||
... | @@ -52,7 +50,7 @@ | ... | @@ -52,7 +50,7 @@ |
"ionic-plugin-keyboard": "^2.2.1", | "ionic-plugin-keyboard": "^2.2.1", | ||
"moment": "~2.19.3", | "moment": "~2.19.3", | ||
"numeral": "1.5.3", | "numeral": "1.5.3", | ||
"phonegap-plugin-barcodescanner": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git" | "phonegap-plugin-barcodescanner": "https://github.com/phonegap/phonegap-plugin-barcodescanner.git" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"bower": "^1.8.0", | "bower": "^1.8.0", | ||
... | @@ -60,7 +58,6 @@ | ... | @@ -60,7 +58,6 @@ |
"del": "^2.2.0", | "del": "^2.2.0", | ||
"delete-empty": "^0.1.3", | "delete-empty": "^0.1.3", | ||
"event-stream": "3.3.4", | "event-stream": "3.3.4", | ||
"fs": "^0.0.2", | |||
"glob": "^5.0.15", | "glob": "^5.0.15", | ||
"gulp": "^3.9.1", | "gulp": "^3.9.1", | ||
"gulp-angular-templatecache": "^1.8.0", | "gulp-angular-templatecache": "^1.8.0", | ||
... | @@ -114,7 +111,6 @@ | ... | @@ -114,7 +111,6 @@ |
"cordova-plugin-vibration", | "cordova-plugin-vibration", | ||
"cordova-plugin-dialogs", | "cordova-plugin-dialogs", | ||
"cordova-plugin-secure-storage", | "cordova-plugin-secure-storage", | ||
"cordova-plugin-inappbrowser", | |||
"cordova-plugin-x-toast", | "cordova-plugin-x-toast", | ||
"cordova-clipboard", | "cordova-clipboard", | ||
{ | { | ||
... | @@ -128,8 +124,16 @@ | ... | @@ -128,8 +124,16 @@ |
"cordova-plugin-ionic-webview" | "cordova-plugin-ionic-webview" | ||
], | ], | ||
"cordovaPlatforms": [ | "cordovaPlatforms": [ | ||
"android", | { | ||
"ios" | "platform": "ios", | ||
"version": "5.1.0", | |||
"locator": "https://github.com/bpresles/cordova-ios.git#5.1.0" | |||
}, | |||
{ | |||
"platform": "android", | |||
"version": "6.4.0", | |||
"locator": "android@6.4.0" | |||
} | |||
], | ], | ||
"cordova": { | "cordova": { | ||
"plugins": { | "plugins": { | ||
... | @@ -137,7 +141,6 @@ | ... | @@ -137,7 +141,6 @@ |
"cordova-plugin-console": {}, | "cordova-plugin-console": {}, | ||
"cordova-plugin-device": {}, | "cordova-plugin-device": {}, | ||
"cordova-plugin-dialogs": {}, | "cordova-plugin-dialogs": {}, | ||
"cordova-plugin-inappbrowser": {}, | |||
"cordova-plugin-minisodium": {}, | "cordova-plugin-minisodium": {}, | ||
"cordova-plugin-secure-storage": {}, | "cordova-plugin-secure-storage": {}, | ||
"cordova-plugin-splashscreen": {}, | "cordova-plugin-splashscreen": {}, | ||
... | @@ -153,8 +156,8 @@ | ... | @@ -153,8 +156,8 @@ |
"cordova-plugin-ionic-webview": {} | "cordova-plugin-ionic-webview": {} | ||
}, | }, | ||
"platforms": [ | "platforms": [ | ||
"android", | "ios", | ||
"ios" | "android" | ||
] | ] | ||
} | } | ||
} | } | ||
\ No newline at end of file |
platforms/platforms.json
0 → 100644
typings/cordova-typings.d.ts
0 → 100644
Please register or sign in to comment