forked from BitCraftIO/Hail
-
Notifications
You must be signed in to change notification settings - Fork 2
/
app.json
24 lines (24 loc) · 864 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "Hail",
"displayName": "Hail",
"expo": {
"sdkVersion": "23.0.0",
"ios": {
"bundleIdentifier": "com.bitcraft.hail",
"publishBundlePath": "ios/hail-react-native/Supporting/shell-app.bundle",
"publishManifestPath": "ios/hail-react-native/Supporting/shell-app-manifest.json"
},
"android": {
"package": "com.bitcraft.hail"
},
"name": "hail-react-native",
"slug": "hail-react-native",
"version": "0.1.0",
"isDetached": true,
"detach": {
"scheme": "exp826065259bfe43d88f6dfdfcd3232e67",
"iosExpoViewUrl": "https://s3.amazonaws.com/exp-exponent-view-code/ios-v2.1.4-sdk23.0.0-f67c5bc3-4a27-40f6-8686-91e8f868a145.tar.gz",
"androidExpoViewUrl": "https://s3.amazonaws.com/exp-exponent-view-code/android-v2.1.2-sdk23.0.0-d47f172b-1ed3-4c8f-9e48-239052c678b6.tar.gz"
}
}
}