BlueWallet/app.json

57 lines
1.4 KiB
JSON
Raw Normal View History

2018-01-30 22:42:38 +00:00
{
"expo": {
"sdkVersion": "30.0.0",
2018-10-20 22:11:18 +01:00
"version": "3.1.0",
2018-01-30 22:42:38 +00:00
"privacy": "public",
2018-05-06 18:12:14 +01:00
"platforms": [
"ios"
],
2018-01-30 22:42:38 +00:00
"ios": {
2018-10-25 01:01:59 +01:00
"buildNumber": "103",
"supportsTablet": true,
2018-04-28 13:13:36 +01:00
"bundleIdentifier": "io.bluewallet.bluewallet",
"infoPlist": {
"NSLocationWhenInUseUsageDescription": "Discover local stores nearby that accept Bitcoin",
2018-05-06 18:12:14 +01:00
"NSCameraUsageDescription": "Allow BlueWallet to scan QR codes",
2018-05-12 21:27:34 +01:00
"ITSAppUsesNonExemptEncryption": false
2018-04-28 13:13:36 +01:00
}
2018-01-30 22:42:38 +00:00
},
2018-05-06 18:12:14 +01:00
"name": "Blue Wallet",
"description": "Bitcoin wallet app. Alpha version (iOS only)",
"slug": "bluewallet",
2018-10-03 14:17:30 +01:00
"githubUrl": "https://github.com/BlueWallet/BlueWallet",
2018-05-06 18:12:14 +01:00
"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 22:42:38 +00:00
},
2018-05-06 18:12:14 +01:00
"splash": {
"backgroundColor": "#FFFFFF",
2018-09-30 22:46:03 -04:00
"image": "./img/splash/splash.png"
2018-08-21 05:58:30 +01:00
},
"android": {
"package": "io.bluewallet.bluewallet"
2018-09-22 19:55:44 +01:00
},
"updates": {
"enabled": false
},
"assetBundlePatterns": [
"**/*"
2018-10-06 02:21:38 +01:00
],
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "bluewallet",
"project": "bluewallet",
"authToken": "sentry_api_key"
}
}
]
}
2018-01-30 22:42:38 +00:00
}
2018-10-22 09:33:09 +01:00
}