feat(companion): implement ble
This commit is contained in:
48
aris/apps/companion/app.json
Normal file
48
aris/apps/companion/app.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"expo": {
|
||||
"name": "aris",
|
||||
"slug": "aris",
|
||||
"version": "1.0.0",
|
||||
|
||||
"scheme": "aris",
|
||||
"platforms": ["ios", "android"],
|
||||
"web": {
|
||||
"bundler": "metro",
|
||||
"output": "static",
|
||||
"favicon": "./assets/favicon.png"
|
||||
},
|
||||
"plugins": ["expo-router"],
|
||||
"experiments": {
|
||||
"typedRoutes": true,
|
||||
|
||||
"tsconfigPaths": true
|
||||
},
|
||||
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
|
||||
"userInterfaceStyle": "light",
|
||||
|
||||
"splash": {
|
||||
"image": "./assets/splash.png",
|
||||
"resizeMode": "contain",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"assetBundlePatterns": ["**/*"],
|
||||
"ios": {
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "sh.nym.aris",
|
||||
"backgroundModes": ["bluetooth-peripheral"],
|
||||
"infoPlist": {
|
||||
"NSBluetoothAlwaysUsageDescription": "Allow Bluetooth to connect to Iris Glass."
|
||||
}
|
||||
},
|
||||
"android": {
|
||||
"package": "sh.nym.aris",
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/adaptive-icon.png",
|
||||
"backgroundColor": "#ffffff"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user