From 8f375a3af7bf25cb9919644519c48655e4fa214f Mon Sep 17 00:00:00 2001 From: Overtorment Date: Sat, 2 Jun 2018 14:04:45 +0100 Subject: [PATCH] OPS: itunes metadata --- fastlane/metadata/copyright.txt | 1 + fastlane/metadata/en-US/description.txt | 44 +++++++++++++++++++ fastlane/metadata/en-US/keywords.txt | 1 + fastlane/metadata/en-US/marketing_url.txt | 1 + fastlane/metadata/en-US/name.txt | 1 + fastlane/metadata/en-US/privacy_url.txt | 1 + fastlane/metadata/en-US/promotional_text.txt | 1 + fastlane/metadata/en-US/release_notes.txt | 1 + fastlane/metadata/en-US/subtitle.txt | 1 + fastlane/metadata/en-US/support_url.txt | 1 + fastlane/metadata/primary_category.txt | 1 + .../metadata/primary_first_sub_category.txt | 1 + .../metadata/primary_second_sub_category.txt | 1 + .../review_information/demo_password.txt | 1 + .../metadata/review_information/demo_user.txt | 1 + .../review_information/email_address.txt | 1 + .../review_information/first_name.txt | 1 + .../metadata/review_information/last_name.txt | 1 + .../metadata/review_information/notes.txt | 1 + .../review_information/phone_number.txt | 1 + fastlane/metadata/secondary_category.txt | 1 + .../metadata/secondary_first_sub_category.txt | 1 + .../secondary_second_sub_category.txt | 1 + .../address_line1.txt | 1 + .../address_line2.txt | 1 + .../address_line3.txt | 1 + .../city_name.txt | 1 + .../country.txt | 1 + .../email_address.txt | 1 + .../first_name.txt | 1 + .../is_displayed_on_app_store.txt | 1 + .../last_name.txt | 1 + .../phone_number.txt | 1 + .../postal_code.txt | 1 + .../state.txt | 1 + .../trade_name.txt | 1 + 36 files changed, 79 insertions(+) create mode 100644 fastlane/metadata/copyright.txt create mode 100644 fastlane/metadata/en-US/description.txt create mode 100644 fastlane/metadata/en-US/keywords.txt create mode 100644 fastlane/metadata/en-US/marketing_url.txt create mode 100644 fastlane/metadata/en-US/name.txt create mode 100644 fastlane/metadata/en-US/privacy_url.txt create mode 100644 fastlane/metadata/en-US/promotional_text.txt create mode 100644 fastlane/metadata/en-US/release_notes.txt create mode 100644 fastlane/metadata/en-US/subtitle.txt create mode 100644 fastlane/metadata/en-US/support_url.txt create mode 100644 fastlane/metadata/primary_category.txt create mode 100644 fastlane/metadata/primary_first_sub_category.txt create mode 100644 fastlane/metadata/primary_second_sub_category.txt create mode 100644 fastlane/metadata/review_information/demo_password.txt create mode 100644 fastlane/metadata/review_information/demo_user.txt create mode 100644 fastlane/metadata/review_information/email_address.txt create mode 100644 fastlane/metadata/review_information/first_name.txt create mode 100644 fastlane/metadata/review_information/last_name.txt create mode 100644 fastlane/metadata/review_information/notes.txt create mode 100644 fastlane/metadata/review_information/phone_number.txt create mode 100644 fastlane/metadata/secondary_category.txt create mode 100644 fastlane/metadata/secondary_first_sub_category.txt create mode 100644 fastlane/metadata/secondary_second_sub_category.txt create mode 100644 fastlane/metadata/trade_representative_contact_information/address_line1.txt create mode 100644 fastlane/metadata/trade_representative_contact_information/address_line2.txt create mode 100644 fastlane/metadata/trade_representative_contact_information/address_line3.txt create mode 100644 fastlane/metadata/trade_representative_contact_information/city_name.txt create mode 100644 fastlane/metadata/trade_representative_contact_information/country.txt create mode 100644 fastlane/metadata/trade_representative_contact_information/email_address.txt create mode 100644 fastlane/metadata/trade_representative_contact_information/first_name.txt create mode 100644 fastlane/metadata/trade_representative_contact_information/is_displayed_on_app_store.txt create mode 100644 fastlane/metadata/trade_representative_contact_information/last_name.txt create mode 100644 fastlane/metadata/trade_representative_contact_information/phone_number.txt create mode 100644 fastlane/metadata/trade_representative_contact_information/postal_code.txt create mode 100644 fastlane/metadata/trade_representative_contact_information/state.txt create mode 100644 fastlane/metadata/trade_representative_contact_information/trade_name.txt diff --git a/fastlane/metadata/copyright.txt b/fastlane/metadata/copyright.txt new file mode 100644 index 00000000..21ba8db4 --- /dev/null +++ b/fastlane/metadata/copyright.txt @@ -0,0 +1 @@ +BlueWallet Services S.R.L. diff --git a/fastlane/metadata/en-US/description.txt b/fastlane/metadata/en-US/description.txt new file mode 100644 index 00000000..9b89103f --- /dev/null +++ b/fastlane/metadata/en-US/description.txt @@ -0,0 +1,44 @@ +Free opensource Bitcoin wallet for iOS + +* Private keys never leave your device +* Full encryption +* Fake decryption password (plausible deniability) +* Segwit ready +* Replace-by-Fee (RBF) + + +Features +======= + +Open Source +------------ +Since this app is MIT licensed, you can build it and run it on your own! Made with ReactNative + +Be in control +------------- +Private keys never leave your device + +Full encryption +-------------- +On top of iOS multi-layer encryption, Blue Wallet encrypts everything with additional user password. And yes, biometric security is not reliable + +Plausible deniability +------------------- +Fake password which decrypts fake wallets. For special cases when you are forced to disclose your access + + +Flexible fees +------------ +Starting from 1 Satoshi + +Replace-By-Fee (RBF) +---------------------- +Speed-up your transactions by increasing the fee (BIP125). You can also change destination address for non-confirmed tx + +SegWit +-------- +SegWit supported (in P2SH-compatibility mode) + +Export TXHEX +-------------- +Get transaction's TXHEX without broadcasting it and broadcast with a relay of your choice diff --git a/fastlane/metadata/en-US/keywords.txt b/fastlane/metadata/en-US/keywords.txt new file mode 100644 index 00000000..5cb0664f --- /dev/null +++ b/fastlane/metadata/en-US/keywords.txt @@ -0,0 +1 @@ +bitcoin, segwit, rbf, replace by fee, blockchain, btc, plausible deniability, cryptocurrency, crypto diff --git a/fastlane/metadata/en-US/marketing_url.txt b/fastlane/metadata/en-US/marketing_url.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/fastlane/metadata/en-US/marketing_url.txt @@ -0,0 +1 @@ + diff --git a/fastlane/metadata/en-US/name.txt b/fastlane/metadata/en-US/name.txt new file mode 100644 index 00000000..1cdc33df --- /dev/null +++ b/fastlane/metadata/en-US/name.txt @@ -0,0 +1 @@ +BlueWallet - Bitcoin wallet diff --git a/fastlane/metadata/en-US/privacy_url.txt b/fastlane/metadata/en-US/privacy_url.txt new file mode 100644 index 00000000..84946898 --- /dev/null +++ b/fastlane/metadata/en-US/privacy_url.txt @@ -0,0 +1 @@ +http://www.bluewallet.io/privacy.txt diff --git a/fastlane/metadata/en-US/promotional_text.txt b/fastlane/metadata/en-US/promotional_text.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/fastlane/metadata/en-US/promotional_text.txt @@ -0,0 +1 @@ + diff --git a/fastlane/metadata/en-US/release_notes.txt b/fastlane/metadata/en-US/release_notes.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/fastlane/metadata/en-US/release_notes.txt @@ -0,0 +1 @@ + diff --git a/fastlane/metadata/en-US/subtitle.txt b/fastlane/metadata/en-US/subtitle.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/fastlane/metadata/en-US/subtitle.txt @@ -0,0 +1 @@ + diff --git a/fastlane/metadata/en-US/support_url.txt b/fastlane/metadata/en-US/support_url.txt new file mode 100644 index 00000000..42b994cb --- /dev/null +++ b/fastlane/metadata/en-US/support_url.txt @@ -0,0 +1 @@ +https://github.com/Overtorment/BlueWallet/issues diff --git a/fastlane/metadata/primary_category.txt b/fastlane/metadata/primary_category.txt new file mode 100644 index 00000000..1db27f96 --- /dev/null +++ b/fastlane/metadata/primary_category.txt @@ -0,0 +1 @@ +MZGenre.Finance diff --git a/fastlane/metadata/primary_first_sub_category.txt b/fastlane/metadata/primary_first_sub_category.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/fastlane/metadata/primary_first_sub_category.txt @@ -0,0 +1 @@ + diff --git a/fastlane/metadata/primary_second_sub_category.txt b/fastlane/metadata/primary_second_sub_category.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/fastlane/metadata/primary_second_sub_category.txt @@ -0,0 +1 @@ + diff --git a/fastlane/metadata/review_information/demo_password.txt b/fastlane/metadata/review_information/demo_password.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/fastlane/metadata/review_information/demo_password.txt @@ -0,0 +1 @@ + diff --git a/fastlane/metadata/review_information/demo_user.txt b/fastlane/metadata/review_information/demo_user.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/fastlane/metadata/review_information/demo_user.txt @@ -0,0 +1 @@ + diff --git a/fastlane/metadata/review_information/email_address.txt b/fastlane/metadata/review_information/email_address.txt new file mode 100644 index 00000000..26f174c3 --- /dev/null +++ b/fastlane/metadata/review_information/email_address.txt @@ -0,0 +1 @@ +overtorment@gmail.com diff --git a/fastlane/metadata/review_information/first_name.txt b/fastlane/metadata/review_information/first_name.txt new file mode 100644 index 00000000..e4623d5f --- /dev/null +++ b/fastlane/metadata/review_information/first_name.txt @@ -0,0 +1 @@ +Igor diff --git a/fastlane/metadata/review_information/last_name.txt b/fastlane/metadata/review_information/last_name.txt new file mode 100644 index 00000000..f90cbffc --- /dev/null +++ b/fastlane/metadata/review_information/last_name.txt @@ -0,0 +1 @@ +Korsakov diff --git a/fastlane/metadata/review_information/notes.txt b/fastlane/metadata/review_information/notes.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/fastlane/metadata/review_information/notes.txt @@ -0,0 +1 @@ + diff --git a/fastlane/metadata/review_information/phone_number.txt b/fastlane/metadata/review_information/phone_number.txt new file mode 100644 index 00000000..20d3b2d6 --- /dev/null +++ b/fastlane/metadata/review_information/phone_number.txt @@ -0,0 +1 @@ ++447466868527 diff --git a/fastlane/metadata/secondary_category.txt b/fastlane/metadata/secondary_category.txt new file mode 100644 index 00000000..3a4f4773 --- /dev/null +++ b/fastlane/metadata/secondary_category.txt @@ -0,0 +1 @@ +MZGenre.Apps.Shopping diff --git a/fastlane/metadata/secondary_first_sub_category.txt b/fastlane/metadata/secondary_first_sub_category.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/fastlane/metadata/secondary_first_sub_category.txt @@ -0,0 +1 @@ + diff --git a/fastlane/metadata/secondary_second_sub_category.txt b/fastlane/metadata/secondary_second_sub_category.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/fastlane/metadata/secondary_second_sub_category.txt @@ -0,0 +1 @@ + diff --git a/fastlane/metadata/trade_representative_contact_information/address_line1.txt b/fastlane/metadata/trade_representative_contact_information/address_line1.txt new file mode 100644 index 00000000..00b383fc --- /dev/null +++ b/fastlane/metadata/trade_representative_contact_information/address_line1.txt @@ -0,0 +1 @@ +Calle Beller 51 diff --git a/fastlane/metadata/trade_representative_contact_information/address_line2.txt b/fastlane/metadata/trade_representative_contact_information/address_line2.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/fastlane/metadata/trade_representative_contact_information/address_line2.txt @@ -0,0 +1 @@ + diff --git a/fastlane/metadata/trade_representative_contact_information/address_line3.txt b/fastlane/metadata/trade_representative_contact_information/address_line3.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/fastlane/metadata/trade_representative_contact_information/address_line3.txt @@ -0,0 +1 @@ + diff --git a/fastlane/metadata/trade_representative_contact_information/city_name.txt b/fastlane/metadata/trade_representative_contact_information/city_name.txt new file mode 100644 index 00000000..419f2e7e --- /dev/null +++ b/fastlane/metadata/trade_representative_contact_information/city_name.txt @@ -0,0 +1 @@ +PUERTO PLATA diff --git a/fastlane/metadata/trade_representative_contact_information/country.txt b/fastlane/metadata/trade_representative_contact_information/country.txt new file mode 100644 index 00000000..94818ec1 --- /dev/null +++ b/fastlane/metadata/trade_representative_contact_information/country.txt @@ -0,0 +1 @@ +Dominican Republic diff --git a/fastlane/metadata/trade_representative_contact_information/email_address.txt b/fastlane/metadata/trade_representative_contact_information/email_address.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/fastlane/metadata/trade_representative_contact_information/email_address.txt @@ -0,0 +1 @@ + diff --git a/fastlane/metadata/trade_representative_contact_information/first_name.txt b/fastlane/metadata/trade_representative_contact_information/first_name.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/fastlane/metadata/trade_representative_contact_information/first_name.txt @@ -0,0 +1 @@ + diff --git a/fastlane/metadata/trade_representative_contact_information/is_displayed_on_app_store.txt b/fastlane/metadata/trade_representative_contact_information/is_displayed_on_app_store.txt new file mode 100644 index 00000000..c508d536 --- /dev/null +++ b/fastlane/metadata/trade_representative_contact_information/is_displayed_on_app_store.txt @@ -0,0 +1 @@ +false diff --git a/fastlane/metadata/trade_representative_contact_information/last_name.txt b/fastlane/metadata/trade_representative_contact_information/last_name.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/fastlane/metadata/trade_representative_contact_information/last_name.txt @@ -0,0 +1 @@ + diff --git a/fastlane/metadata/trade_representative_contact_information/phone_number.txt b/fastlane/metadata/trade_representative_contact_information/phone_number.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/fastlane/metadata/trade_representative_contact_information/phone_number.txt @@ -0,0 +1 @@ + diff --git a/fastlane/metadata/trade_representative_contact_information/postal_code.txt b/fastlane/metadata/trade_representative_contact_information/postal_code.txt new file mode 100644 index 00000000..a19b6426 --- /dev/null +++ b/fastlane/metadata/trade_representative_contact_information/postal_code.txt @@ -0,0 +1 @@ +57000 diff --git a/fastlane/metadata/trade_representative_contact_information/state.txt b/fastlane/metadata/trade_representative_contact_information/state.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/fastlane/metadata/trade_representative_contact_information/state.txt @@ -0,0 +1 @@ + diff --git a/fastlane/metadata/trade_representative_contact_information/trade_name.txt b/fastlane/metadata/trade_representative_contact_information/trade_name.txt new file mode 100644 index 00000000..72debe45 --- /dev/null +++ b/fastlane/metadata/trade_representative_contact_information/trade_name.txt @@ -0,0 +1 @@ +Bluewallet Services, S. R. L.