Skip to content

Commit

Permalink
fix(hotcodepush): chcp.json file missed cause ios app crashed
Browse files Browse the repository at this point in the history
  • Loading branch information
pengkobe committed Dec 13, 2018
1 parent 9917018 commit 7313a52
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 4 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"input": "node_modules/@ionic/angular/dist/ionic/svg",
"output": "./svg"
},
"src/manifest.json"
"src/manifest.json",
"src/chcp.json"
],
"styles": [
{
Expand Down Expand Up @@ -101,7 +102,8 @@
"input": "src/assets",
"output": "/assets"
},
"src/manifest.json"
"src/manifest.json",
"src/chcp.json"
]
}
},
Expand Down
7 changes: 7 additions & 0 deletions src/chcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"autogenerated": true,
"release": "2018.10.27-15.07.09",
"content_url": "",
"update": "start",
"min_native_interface": 1
}

0 comments on commit 7313a52

Please sign in to comment.