diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-31 23:07:20 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-31 23:07:20 +0200 |
| commit | 22721a013bdd10d5eb395ba18453585f5f3f1f7f (patch) | |
| tree | 5a920e31d6026ed5dc55265e5fd057febccc50e3 /StoneIsland/plugins/fetch.json | |
| parent | d22d51a1ae49680015326857360eb699f31efced (diff) | |
rebuild the ios platform and the plugins
Diffstat (limited to 'StoneIsland/plugins/fetch.json')
| -rwxr-xr-x | StoneIsland/plugins/fetch.json | 60 |
1 files changed, 39 insertions, 21 deletions
diff --git a/StoneIsland/plugins/fetch.json b/StoneIsland/plugins/fetch.json index 7d39dc7f..8f4521fd 100755 --- a/StoneIsland/plugins/fetch.json +++ b/StoneIsland/plugins/fetch.json @@ -57,14 +57,6 @@ "is_top_level": true, "variables": {} }, - "cordova-plugin-geolocation": { - "source": { - "type": "registry", - "id": "cordova-plugin-geolocation" - }, - "is_top_level": true, - "variables": {} - }, "cordova-plugin-compat": { "source": { "type": "registry", @@ -73,14 +65,6 @@ "is_top_level": false, "variables": {} }, - "ionic-plugin-keyboard": { - "source": { - "type": "registry", - "id": "ionic-plugin-keyboard" - }, - "is_top_level": true, - "variables": {} - }, "cordova-plugin-statusbar": { "source": { "type": "registry", @@ -107,10 +91,42 @@ "is_top_level": true, "variables": {} }, - "phonegap-plugin-push": { + "phonegap-plugin-mobile-accessibility": { "source": { "type": "registry", - "id": "phonegap-plugin-push@1.9.2" + "id": "https://github.com/phonegap/phonegap-mobile-accessibility.git" + }, + "is_top_level": true, + "variables": {} + }, + "cordova-plugin-firebasex": { + "source": { + "type": "registry", + "id": "cordova-plugin-firebasex@^10.2.0-cli" + }, + "is_top_level": true, + "variables": {} + }, + "cordova-plugin-androidx": { + "source": { + "type": "registry", + "id": "cordova-plugin-androidx@^2.0.0" + }, + "is_top_level": false, + "variables": {} + }, + "cordova-plugin-androidx-adapter": { + "source": { + "type": "registry", + "id": "cordova-plugin-androidx-adapter@^1.1.1" + }, + "is_top_level": false, + "variables": {} + }, + "cordova-plugin-ionic-keyboard": { + "source": { + "type": "registry", + "id": "cordova-plugin-ionic-keyboard" }, "is_top_level": true, "variables": {} @@ -123,12 +139,14 @@ "is_top_level": true, "variables": {} }, - "phonegap-plugin-mobile-accessibility": { + "cordova-plugin-geolocation": { "source": { "type": "registry", - "id": "https://github.com/phonegap/phonegap-mobile-accessibility.git" + "id": "cordova-plugin-geolocation@4.0.2" }, "is_top_level": true, - "variables": {} + "variables": { + "GEOLOCATION_USAGE_DESCRIPTION": "Stone Island needs to serve content based on your location." + } } }
\ No newline at end of file |
