-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
61 lines (61 loc) · 1.58 KB
/
Copy pathapp.json
File metadata and controls
61 lines (61 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"expo": {
"name": "Bricks",
"slug": "bricks",
"version": "0.1.0",
"orientation": "portrait",
"scheme": "bricks",
"userInterfaceStyle": "automatic",
"newArchEnabled": false,
"icon": "./assets/icon.png",
"ios": {
"bundleIdentifier": "ai.autonomous.bricks",
"supportsTablet": false,
"deploymentTarget": "16.0",
"infoPlist": {
"NFCReaderUsageDescription": "Bricks uses NFC to read your cube to lock and unlock app blocking."
},
"entitlements": {
"com.apple.developer.nfc.readersession.formats": [
"NDEF",
"TAG"
],
"com.apple.developer.family-controls": true
}
},
"android": {
"package": "ai.autonomous.bricks",
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FF6B3D"
},
"permissions": [
"android.permission.NFC",
"android.permission.BIND_ACCESSIBILITY_SERVICE",
"android.permission.SYSTEM_ALERT_WINDOW",
"android.permission.PACKAGE_USAGE_STATS",
"android.permission.POST_NOTIFICATIONS"
]
},
"plugins": [
[
"react-native-nfc-manager",
{
"nfcPermission": "Bricks uses NFC to read your cube.",
"selectIdentifiers": [],
"systemCodes": []
}
],
"expo-asset",
[
"expo-build-properties",
{ "ios": { "deploymentTarget": "16.0" } }
]
],
"extra": {
"eas": {
"projectId": "1f130823-c96a-4c67-ad68-5214873c6d9d"
}
}
}
}