Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
exception handling
Browse files Browse the repository at this point in the history
  • Loading branch information
kendricktan committed Dec 1, 2017
1 parent 5bbef78 commit b93a78e
Show file tree
Hide file tree
Showing 18 changed files with 164 additions and 1,032 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Use node v6.11.X
npm install -g yarn cordova
yarn install
cordova plugin add cordova-plugin-qrscanner cordova-plugin-file cordova-plugin-http cordova-clipboard cordova-plugin-inappbrowser cordova-plugin-device cordova-plugin-wkwebview-engine cordova-plugin-whitelist
cordova plugin add cordova-plugin-google-analytics
cordova platform add [[email protected] | ios]
cordova run [android | ios]
```
Expand Down
3 changes: 2 additions & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.zensystem.zencashwallet" version="0.0.10" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="io.zensystem.zencashwallet" version="0.0.11" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>ZEN Wallet</name>
<description>
ZEN Wallet
Expand Down Expand Up @@ -45,4 +45,5 @@
<plugin name="cordova-plugin-device" spec="^1.1.7" />
<plugin name="cordova-plugin-wkwebview-engine" spec="^1.1.4" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-plugin-google-analytics" spec="^1.8.3" />
</widget>
Loading

0 comments on commit b93a78e

Please sign in to comment.