From 7313a521e22bc6f4b541c470843af4e788675cf3 Mon Sep 17 00:00:00 2001 From: kobepeng Date: Thu, 13 Dec 2018 16:35:55 +0800 Subject: [PATCH] fix(hotcodepush): chcp.json file missed cause ios app crashed --- angular.json | 6 ++++-- src/chcp.json | 7 +++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 src/chcp.json diff --git a/angular.json b/angular.json index f719fb5..742deb3 100644 --- a/angular.json +++ b/angular.json @@ -31,7 +31,8 @@ "input": "node_modules/@ionic/angular/dist/ionic/svg", "output": "./svg" }, - "src/manifest.json" + "src/manifest.json", + "src/chcp.json" ], "styles": [ { @@ -101,7 +102,8 @@ "input": "src/assets", "output": "/assets" }, - "src/manifest.json" + "src/manifest.json", + "src/chcp.json" ] } }, diff --git a/src/chcp.json b/src/chcp.json new file mode 100644 index 0000000..d9a62c1 --- /dev/null +++ b/src/chcp.json @@ -0,0 +1,7 @@ +{ + "autogenerated": true, + "release": "2018.10.27-15.07.09", + "content_url": "", + "update": "start", + "min_native_interface": 1 +}