From 232d9b9f0ea9dc8561c01a9cf1a8c46af130779d Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Thu, 2 Jan 2020 09:08:55 +0100
Subject: [PATCH] [fix] Remove Ionic v1 config file

---
 ionic.config.json | 17 +++++------------
 ionic.project     | 20 --------------------
 2 files changed, 5 insertions(+), 32 deletions(-)
 delete mode 100644 ionic.project

diff --git a/ionic.config.json b/ionic.config.json
index 26b5207f..27da3ec9 100644
--- a/ionic.config.json
+++ b/ionic.config.json
@@ -1,18 +1,11 @@
 {
   "name": "Cesium",
+  "type": "ionic1",
+  "integrations": {
+    "cordova": {}
+  },
   "watchPatterns": [
     "www/dist/**/*",
     "www/css/*.css"
-  ],
-  "defaultBrowser": "chrome",
-  "browsers": [
-    {
-      "platform": "android",
-      "browser": "crosswalk",
-      "version": "12.41.296.5"
-    }
-  ],
-  "integrations": {
-    "cordova": {}
-  }
+  ]
 }
diff --git a/ionic.project b/ionic.project
deleted file mode 100644
index c8a5fe92..00000000
--- a/ionic.project
+++ /dev/null
@@ -1,20 +0,0 @@
-{
-  "name": "Cesium",
-  "app_id": "",
-  "watchPatterns": [
-    "www/dist/**/*",
-    "www/css/*.css"
-  ],
-  "gulpStartupTasks": [
-    "serve:before",
-    "watch"
-  ],
-  "defaultBrowser": "chrome",
-  "browsers": [
-    {
-      "platform": "android",
-      "browser": "crosswalk",
-      "version": "12.41.296.5"
-    }
-  ]
-}
\ No newline at end of file
-- 
GitLab