Skip to content

Commit

Permalink
(feat): uses the latest android (cordova) and updates the meta info f…
Browse files Browse the repository at this point in the history
…or the app
  • Loading branch information
markharding committed Jan 11, 2017
1 parent d5789d0 commit 90885e8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
8 changes: 4 additions & 4 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.ionic.starter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>V2 Test</name>
<description>An awesome Ionic/Cordova app.</description>
<author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author>
<widget id="com.minds.mobile.dev" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Minds (2.0)</name>
<description>The next gen Minds app</description>
<author email="mark@minds.com" href="http://minds.com/mark">Minds Inc.</author>
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
Expand Down
20 changes: 14 additions & 6 deletions plugins/android.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,30 @@
},
"installed_plugins": {
"cordova-plugin-console": {
"PACKAGE_NAME": "io.ionic.starter"
"PACKAGE_NAME": "com.minds.mobile.dev"
},
"cordova-plugin-crosswalk-webview": {
"XWALK_VERSION": "22+",
"XWALK_LITEVERSION": "xwalk_core_library_canary:17+",
"XWALK_COMMANDLINE": "--disable-pull-to-refresh-effect",
"XWALK_MODE": "embedded",
"XWALK_MULTIPLEAPK": "true",
"PACKAGE_NAME": "com.minds.mobile.dev"
},
"cordova-plugin-device": {
"PACKAGE_NAME": "io.ionic.starter"
"PACKAGE_NAME": "com.minds.mobile.dev"
},
"cordova-plugin-splashscreen": {
"PACKAGE_NAME": "io.ionic.starter"
"PACKAGE_NAME": "com.minds.mobile.dev"
},
"cordova-plugin-statusbar": {
"PACKAGE_NAME": "io.ionic.starter"
"PACKAGE_NAME": "com.minds.mobile.dev"
},
"cordova-plugin-whitelist": {
"PACKAGE_NAME": "io.ionic.starter"
"PACKAGE_NAME": "com.minds.mobile.dev"
},
"ionic-plugin-keyboard": {
"PACKAGE_NAME": "io.ionic.starter"
"PACKAGE_NAME": "com.minds.mobile.dev"
}
},
"dependent_plugins": {}
Expand Down

0 comments on commit 90885e8

Please sign in to comment.