Skip to content

Commit

Permalink
Update config-template.xml
Browse files Browse the repository at this point in the history
Reverted change to SECOND_URL_SCHEME
  • Loading branch information
jchau207 authored Apr 10, 2019
1 parent 5773dd0 commit d74007d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-template/config-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<plugin name="cordova-plugin-camera-preview" spec="0.10.0" />
<plugin name="cordova-plugin-customurlscheme" spec="https://github.com/cmgustavo/Custom-URL-scheme.git#4.1.5">
<variable name="URL_SCHEME" value="bitcoin" />
<variable name="SECOND_URL_SCHEME" value="bitcoincom" />
<variable name="SECOND_URL_SCHEME" value="*APPURI*" />
<variable name="THIRD_URL_SCHEME" value="bitcoincash" />
</plugin>
<plugin name="cordova-custom-config" spec="3.0.14" />
Expand Down

0 comments on commit d74007d

Please sign in to comment.