-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
22 lines (22 loc) · 827 Bytes
/
app.json
File metadata and controls
22 lines (22 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"expo": {
"sdkVersion": "23.0.0",
"ios": {
"bundleIdentifier": "com.fiberut.mobile",
"publishBundlePath": "ios/mobile-application/Supporting/shell-app.bundle",
"publishManifestPath": "ios/mobile-application/Supporting/shell-app-manifest.json"
},
"android": {
"package": "com.fiberut.mobile"
},
"name": "mobile-application",
"slug": "mobile-application",
"version": "0.1.0",
"isDetached": true,
"detach": {
"scheme": "exp7315eab2095248d4acca19a7a7670850",
"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"
}
}
}