2018-01-30 23:42:38 +01:00
|
|
|
{
|
|
|
|
"expo": {
|
2018-09-26 21:01:23 +02:00
|
|
|
"sdkVersion": "30.0.0",
|
2018-09-25 23:25:23 +02:00
|
|
|
"version": "2.5.1",
|
2018-01-30 23:42:38 +01:00
|
|
|
"privacy": "public",
|
2018-05-06 19:12:14 +02:00
|
|
|
"platforms": [
|
|
|
|
"ios"
|
|
|
|
],
|
2018-01-30 23:42:38 +01:00
|
|
|
"ios": {
|
2018-09-30 11:57:11 +02:00
|
|
|
"buildNumber": "81",
|
2018-07-22 16:49:59 +02:00
|
|
|
"supportsTablet": true,
|
2018-04-28 14:13:36 +02:00
|
|
|
"bundleIdentifier": "io.bluewallet.bluewallet",
|
|
|
|
"infoPlist": {
|
|
|
|
"NSLocationWhenInUseUsageDescription": "Discover local stores nearby that accept Bitcoin",
|
2018-05-06 19:12:14 +02:00
|
|
|
"NSCameraUsageDescription": "Allow BlueWallet to scan QR codes",
|
2018-05-12 22:27:34 +02:00
|
|
|
"ITSAppUsesNonExemptEncryption": false
|
2018-04-28 14:13:36 +02:00
|
|
|
}
|
2018-01-30 23:42:38 +01:00
|
|
|
},
|
2018-05-06 19:12:14 +02:00
|
|
|
"name": "Blue Wallet",
|
|
|
|
"description": "Bitcoin wallet app. Alpha version (iOS only)",
|
|
|
|
"slug": "bluewallet",
|
|
|
|
"githubUrl": "https://github.com/Overtorment/BlueWallet",
|
|
|
|
"orientation": "portrait",
|
|
|
|
"primaryColor": "#00aced",
|
|
|
|
"icon": "img/icon.png",
|
|
|
|
"notification": {
|
|
|
|
"icon": "https://s3.amazonaws.com/exp-us-standard/placeholder-push-icon.png",
|
|
|
|
"color": "#000000"
|
2018-01-30 23:42:38 +01:00
|
|
|
},
|
2018-05-06 19:12:14 +02:00
|
|
|
"splash": {
|
|
|
|
"backgroundColor": "#00aced"
|
2018-08-21 06:58:30 +02:00
|
|
|
},
|
|
|
|
"android": {
|
|
|
|
"package": "io.bluewallet.bluewallet"
|
2018-09-22 20:55:44 +02:00
|
|
|
},
|
|
|
|
"updates": {
|
|
|
|
"enabled": false
|
|
|
|
},
|
|
|
|
"assetBundlePatterns": [
|
|
|
|
"**/*"
|
|
|
|
]
|
2018-01-30 23:42:38 +01:00
|
|
|
}
|
2018-09-22 20:55:58 +02:00
|
|
|
}
|