mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
35 lines
1015 B
JSON
35 lines
1015 B
JSON
{
|
|
"expo": {
|
|
"sdkVersion": "23.0.0",
|
|
"version": "2.0.2",
|
|
"privacy": "public",
|
|
"platforms": [
|
|
"ios"
|
|
],
|
|
"ios": {
|
|
"buildNumber": "47",
|
|
"supportsTablet": false,
|
|
"isRemoteJSEnabled": false,
|
|
"bundleIdentifier": "io.bluewallet.bluewallet",
|
|
"infoPlist": {
|
|
"NSLocationWhenInUseUsageDescription": "Discover local stores nearby that accept Bitcoin",
|
|
"NSCameraUsageDescription": "Allow BlueWallet to scan QR codes",
|
|
"ITSAppUsesNonExemptEncryption": false
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"splash": {
|
|
"backgroundColor": "#00aced"
|
|
}
|
|
}
|
|
} |