diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html index 0ae29c46..1d240dd7 100755 --- a/_templates/choose-your-wallet.html +++ b/_templates/choose-your-wallet.html @@ -219,15 +219,16 @@ wallets: - blockchain: title: "Blockchain.info" titleshort: "Blockchain
.info" - compat: "mobile desktop web android windows mac linux" + compat: "mobile desktop web android iphone windows mac linux" level: 3 platform: mobile: text: "walletblockchaininfo" - link: "https://play.google.com/store/apps/details?id=piuk.blockchain.android" - screenshot: "blockchainandroid.png" + link: "https://itunes.apple.com/us/app/blockchain-bitcoin-wallet/id493253309" + screenshot: "blockchainiphone.png" os: - android + - iphone check: control: "checkpasscontrolhybrid" decentralization: "checkfaildecentralizecentralized" @@ -271,6 +272,41 @@ wallets: privacyaddressreuse: "checkfailprivacyaddressrotation" privacydisclosure: "checkfailprivacydisclosureaccount" privacynetwork: "checkpassprivacynetworksupporttorproxy" + iphone: + text: "walletblockchaininfo" + link: "https://itunes.apple.com/us/app/blockchain-bitcoin-wallet/id493253309" + screenshot: "blockchainiphone.png" + os: + - android + - iphone + check: + control: "checkpasscontrolhybrid" + decentralization: "checkfaildecentralizecentralized" + transparency: "checkpasstransparencyopensource" + environment: "checkpassenvironmentmobile" + privacy: "checkfailprivacyweak" + privacycheck: + privacyaddressreuse: "checkfailprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosureaccount" + privacynetwork: "checkfailprivacynetworknosupporttor" + android: + text: "walletblockchaininfo" + link: "https://play.google.com/store/apps/details?id=piuk.blockchain.android" + screenshot: "blockchainandroid.png" + os: + - android + - iphone + check: + control: "checkpasscontrolhybrid" + decentralization: "checkfaildecentralizecentralized" + transparency: "checkpasstransparencyopensource" + environment: "checkpassenvironmentmobile" + privacy: "checkfailprivacyweak" + privacycheck: + privacyaddressreuse: "checkfailprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosureaccount" + privacynetwork: "checkfailprivacynetworknosupporttor" + - bitgo: title: "BitGo" titleshort: "BitGo" diff --git a/img/screenshots/blockchainandroid.png b/img/screenshots/blockchainandroid.png index eb7aac30..2eb9e03d 100644 Binary files a/img/screenshots/blockchainandroid.png and b/img/screenshots/blockchainandroid.png differ diff --git a/img/screenshots/blockchainiphone.png b/img/screenshots/blockchainiphone.png new file mode 100644 index 00000000..b02225e2 Binary files /dev/null and b/img/screenshots/blockchainiphone.png differ