forked from dryark/ios_remote_provider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.json
38 lines (38 loc) · 1.06 KB
/
default.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
controlfloor: {
https: false
selfSigned: false
}
bin_paths: {
iosif: "bin/iosif"
}
repos: {
wda: "https://github.com/appium/WebDriverAgent.git"
ujsonin: "https://github.com/nanoscopic/ujsonin.git"
pbxproj: "https://github.com/kronenthaler/mod-pbxproj"
iosif: "https://github.com/nanoscopic/iosif.git"
vidapp: "https://github.com/nanoscopic/ios_video_app.git"
}
wda: {
lib: {
buildStyle: "Automatic" // or "Manual"
provisioningProfile: "" // always blank
}
runner: {
buildStyle: "Automatic" // or "Manual"
provisioningProfile: "" // specify when buildStyle is Manual
}
},
vidtest: {
main: {
buildStyle: "Automatic" // or "Manual"
provisioningProfile: ""
},
extension: {
buildStyle: "Automatic" // or "Manual"
provisioningProfile: ""
}
},
wdaXctestRunFolder: "repos/WebDriverAgent/build/Build/Products"
port: 8027
}