Skip to content

Commit

Permalink
Merge pull request #7 from shankari/release_v106
Browse files Browse the repository at this point in the history
Check in the current state as of version 1.0.6
  • Loading branch information
shankari authored Sep 6, 2018
2 parents 238169d + d601367 commit ed583f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="4" id="edu.berkeley.eecs.embase" ios-CFBundleVersion="4" version="1.0.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="4" id="edu.berkeley.eecs.embase" ios-CFBundleVersion="6" version="1.0.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>emTripLog</name>
<description>
Base version of the e-mission app, intended for customization by studies.
Expand Down Expand Up @@ -54,7 +54,7 @@
<plugin name="edu.berkeley.eecs.emission.cordova.datacollection" spec="https://github.com/e-mission/e-mission-data-collection.git" />
<plugin name="edu.berkeley.eecs.emission.cordova.serversync" spec="https://github.com/e-mission/cordova-server-sync.git" />
<plugin name="edu.berkeley.eecs.emission.cordova.transitionnotify" spec="https://github.com/e-mission/e-mission-transition-notify.git" />
<plugin name="cordova-plugin-ionic" spec="~3.0.0">
<plugin name="cordova-plugin-ionic" spec="^3.0.0">
<variable name="APP_ID" value="e0d8cdec" />
<variable name="CHANNEL_NAME" value="Production" />
<variable name="UPDATE_METHOD" value="none" />
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"edu.berkeley.eecs.emission.cordova.datacollection": {},
"edu.berkeley.eecs.emission.cordova.serversync": {},
"cordova-plugin-ionic": {
"APP_ID": "6ab82e2d",
"APP_ID": "e0d8cdec",
"CHANNEL_NAME": "Production",
"UPDATE_METHOD": "none"
},
Expand All @@ -50,7 +50,7 @@
"cordova-plugin-email-composer": "~0.8.12",
"cordova-plugin-file": "~6.0.1",
"cordova-plugin-inappbrowser": "https://github.com/shankari/cordova-plugin-inappbrowser.git",
"cordova-plugin-ionic": "~3.0.0",
"cordova-plugin-ionic": "^3.0.0",
"cordova-plugin-whitelist": "~1.3.3",
"cordova-plugin-x-socialsharing": "~5.2.1",
"de.appplant.cordova.plugin.local-notification-ios9-fix": "https://github.com/shankari/cordova-plugin-local-notifications.git",
Expand All @@ -68,4 +68,4 @@
"phonegap-plugin-barcodescanner": "^7.1.0",
"phonegap-plugin-push": "~1.9.2"
}
}
}
Binary file added resources/icon.ios.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ed583f5

Please sign in to comment.