Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #8 from gouldinglab/cjk_app_cleanup
Code cleanup and updates.
  • Loading branch information
audaciouscode committed May 12, 2017
2 parents 162f3f4 + 009b15b commit fa20afc
Show file tree
Hide file tree
Showing 6,098 changed files with 22,860 additions and 446,582 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -44,4 +44,6 @@ Thumbs.db
bower_components/
cordova/
dist/
node_modules/
node_modules/

platforms/
7 changes: 6 additions & 1 deletion config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="edu.northwestern.cbits.livewell" version="3.3.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="edu.northwestern.cbits.livewell" version="3.3.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>LiveWell</name>
<description>
An application for bipolar disorder
Expand All @@ -16,4 +16,9 @@
<allow-navigation href="https://*/*" />
<allow-navigation href="data:*" />
<icon src="icon.png" />
<plugin name="cordova-plugin-whitelist" spec="~1.3.1" />
<plugin name="cordova-plugin-device" spec="~1.1.4" />
<plugin name="phonegap-plugin-push" spec="~1.9.2">
<param name="SENDER_ID" value="XXXXXXX" />
</plugin>
</widget>

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit fa20afc

Please sign in to comment.