diff --git a/README.md b/README.md index 43a856a9..d01e9261 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

Verge iOS Wallet

- - + +

diff --git a/VergeiOS/Info.plist b/VergeiOS/Info.plist index ba5e5567..271eb784 100644 --- a/VergeiOS/Info.plist +++ b/VergeiOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.12 + 0.13 CFBundleURLTypes @@ -30,7 +30,7 @@ CFBundleVersion - 0.12 + 0.13 LSApplicationCategoryType LSRequiresIPhoneOS diff --git a/install.sh b/install.sh index 5596494c..4071880b 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,6 @@ #!/bin/bash brew install automake autoconf libtool gettext libevent openssl && \ +ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize && \ echo "Installing Tor dependency" && \ carthage update --platform iOS