mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 02:09:10 +01:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"expo": {
|
|
"sdkVersion": "30.0.0",
|
|
"version": "2.5.1",
|
|
"privacy": "public",
|
|
"platforms": [
|
|
"ios"
|
|
],
|
|
"ios": {
|
|
"buildNumber": "79",
|
|
"supportsTablet": true,
|
|
"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"
|
|
},
|
|
"android": {
|
|
"package": "io.bluewallet.bluewallet"
|
|
},
|
|
"updates": {
|
|
"enabled": false
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
]
|
|
}
|
|
} |