You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

56 lines
1.4 KiB

{
"expo": {
"sdkVersion": "30.0.0",
"version": "3.0.0",
"privacy": "public",
"platforms": [
"ios"
],
"ios": {
"buildNumber": "98",
"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/BlueWallet/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": "#FFFFFF",
"image": "./img/splash/splash.png"
},
"android": {
"package": "io.bluewallet.bluewallet"
},
"updates": {
"enabled": false
},
"assetBundlePatterns": [
"**/*"
],
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "bluewallet",
"project": "bluewallet",
"authToken": "sentry_api_key"
}
}
]
}
}
}