BlueWallet/app.json
Marcos Rodriguez Vélez 04aad1f7bf Upgrade to Expo SDK 30
2018-09-19 01:11:39 +01:00

38 lines
1.1 KiB
JSON

{
"expo": {
"sdkVersion": "30.0.0",
"version": "2.4.3",
"privacy": "public",
"platforms": [
"ios"
],
"ios": {
"buildNumber": "68",
"supportsTablet": true,
"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"
},
"android": {
"package": "io.bluewallet.bluewallet"
}
}
}