Update platforms files to work with the same data struct as wallets do

This commit is contained in:
Igor Kuzmenko 2017-07-18 14:25:11 +02:00
parent 6e7b5eb96e
commit 1eff4036c0
9 changed files with 32 additions and 16 deletions

View file

@ -3,7 +3,9 @@
# http://opensource.org/licenses/MIT. # http://opensource.org/licenses/MIT.
id: wallets-desktop-linux id: wallets-desktop-linux
platform: desktop platform:
os: linux name: desktop
os:
name: linux
--- ---

View file

@ -3,6 +3,8 @@
# http://opensource.org/licenses/MIT. # http://opensource.org/licenses/MIT.
id: wallets-desktop-mac id: wallets-desktop-mac
platform: desktop platform:
os: mac name: desktop
os:
name: mac
--- ---

View file

@ -3,6 +3,8 @@
# http://opensource.org/licenses/MIT. # http://opensource.org/licenses/MIT.
id: wallets-desktop-windows id: wallets-desktop-windows
platform: desktop platform:
os: windows name: desktop
os:
name: windows
--- ---

View file

@ -3,5 +3,6 @@
# http://opensource.org/licenses/MIT. # http://opensource.org/licenses/MIT.
id: wallets-hardware id: wallets-hardware
platform: hardware platform:
name: hardware
--- ---

View file

@ -3,6 +3,8 @@
# http://opensource.org/licenses/MIT. # http://opensource.org/licenses/MIT.
id: wallets-mobile-android id: wallets-mobile-android
platform: mobile platform:
os: android name: mobile
os:
name: android
--- ---

View file

@ -3,6 +3,8 @@
# http://opensource.org/licenses/MIT. # http://opensource.org/licenses/MIT.
id: wallets-mobile-blackberry id: wallets-mobile-blackberry
platform: mobile platform:
os: blackberry name: mobile
os:
name: blackberry
--- ---

View file

@ -3,6 +3,8 @@
# http://opensource.org/licenses/MIT. # http://opensource.org/licenses/MIT.
id: wallets-mobile-ios id: wallets-mobile-ios
platform: mobile platform:
os: ios name: mobile
os:
name: ios
--- ---

View file

@ -3,6 +3,8 @@
# http://opensource.org/licenses/MIT. # http://opensource.org/licenses/MIT.
id: wallets-mobile-windowsphone id: wallets-mobile-windowsphone
platform: mobile platform:
os: windowsphone name: mobile
os:
name: windowsphone
--- ---

View file

@ -3,5 +3,6 @@
# http://opensource.org/licenses/MIT. # http://opensource.org/licenses/MIT.
id: wallets-web id: wallets-web
platform: web platform:
name: web
--- ---