From e68a1e4646ad380590a2c3eb2b4efee8610481fb Mon Sep 17 00:00:00 2001 From: Cle61 Date: Fri, 8 Sep 2017 23:20:50 +0200 Subject: [PATCH] new config.yml and ionic.config.json files via CLI ionic --- config.xml | 164 ++++++++++++++++++++++------------------------ ionic.config.json | 5 +- 2 files changed, 82 insertions(+), 87 deletions(-) diff --git a/config.xml b/config.xml index ec062b0..7592b3a 100644 --- a/config.xml +++ b/config.xml @@ -1,97 +1,89 @@ - + Hexagame Color game Ionic Framework Team - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + diff --git a/ionic.config.json b/ionic.config.json index 9e75ef7..cd42d00 100644 --- a/ionic.config.json +++ b/ionic.config.json @@ -1,5 +1,8 @@ { "name": "hexagame", "app_id": "ba4a0c9d", - "type": "ionic-angular" + "type": "ionic-angular", + "integrations": { + "cordova": {} + } }