From d6492c54dd17cdb20a4b6f9fd8c8669c1dd670ca Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Fri, 8 Nov 2019 17:07:46 -0800 Subject: [PATCH] tweak the README to remove cordova 8 restriction and add config.xml to ignore list --- .gitignore | 3 ++- README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fab070c..cee0fa1 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,5 @@ UserInterfaceState.xcuserstate # other bits pnut-oauth.ts -platforms \ No newline at end of file +platforms +config.xml \ No newline at end of file diff --git a/README.md b/README.md index 6a5a5c7..68c1546 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ https://gitlab.dreamfall.space/thrrgilag/Goober/wikis/build-notes Goober was developed using v3 of the Ionic framework. Since Goober's initial development Ionic has made major breaking changes starting with v4 and as a result this app no longer builds with the latest version of those tools. * Install Node.js (https://nodejs.org) -* Install Ionic v3 and Cordova v8 +* Install Ionic v3 and Cordova ```bash -npm install -g ionic@3 cordova@8 +npm install -g ionic@3 cordova ```