Skip to content

Commit

Permalink
Merge branch 'fix/ios-bundle-version' into 'master'
Browse files Browse the repository at this point in the history
fix(ci): include ios bundle version

See merge request papers/airgap/airgap-wallet!69
  • Loading branch information
Dominik Schöni committed Jan 10, 2019
2 parents 0bb056a + d82a3e1 commit 20c70b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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 android-versionCode="1" id="it.airgap.wallet" version="0.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="1" id="it.airgap.wallet" ios-CFBundleVersion="0.0.0" version="0.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>AirGap Wallet</name>
<description>The most secure way to transact crypto</description>
<author email="contact@papers.ch" href="http://www.papers.ch/">Papers.ch</author>
Expand Down

0 comments on commit 20c70b2

Please sign in to comment.