diff --git a/Mobile Application/GPS_Walking/ionic.config.json b/Mobile Application/GPS_Walking/ionic.config.json index de0ef60..30c202e 100644 --- a/Mobile Application/GPS_Walking/ionic.config.json +++ b/Mobile Application/GPS_Walking/ionic.config.json @@ -1,6 +1,8 @@ { "name": "GPS_Walking", - "integrations": {}, + "integrations": { + "cordova": {} + }, "type": "ionic-angular", "id": "a2b680f9" } diff --git a/Mobile Application/GPS_Walking/package-lock.json b/Mobile Application/GPS_Walking/package-lock.json index 4f070d8..28bb1f9 100644 --- a/Mobile Application/GPS_Walking/package-lock.json +++ b/Mobile Application/GPS_Walking/package-lock.json @@ -1069,6 +1069,10 @@ "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, + "cordova-background-geolocation": { + "version": "git+https://github.com/transistorsoft/cordova-background-geolocation.git#10b1f62c46c3823219233356fab59e124fe82419", + "from": "git+https://github.com/transistorsoft/cordova-background-geolocation.git" + }, "core-util-is": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", diff --git a/Mobile Application/GPS_Walking/package.json b/Mobile Application/GPS_Walking/package.json index 3a657f7..e32c671 100644 --- a/Mobile Application/GPS_Walking/package.json +++ b/Mobile Application/GPS_Walking/package.json @@ -25,6 +25,7 @@ "@ionic-native/status-bar": "~4.17.0", "@ionic/pro": "2.0.3", "@ionic/storage": "2.2.0", + "cordova-background-geolocation": "git+https://github.com/transistorsoft/cordova-background-geolocation.git", "ionic-angular": "3.9.2", "ionicons": "3.0.0", "rxjs": "5.5.11", @@ -35,5 +36,10 @@ "@ionic/app-scripts": "3.2.1", "typescript": "~2.6.2" }, - "description": "An Ionic project" -} + "description": "An Ionic project", + "cordova": { + "plugins": { + "cordova-background-geolocation": {} + } + } +} \ No newline at end of file