forked from dryark/ios_remote_provider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
34 lines (31 loc) · 1.24 KB
/
config.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
{
controlfloor: {
host: "localhost:8080"
username: "first"
https: true
selfSigned: true
}
wda: {
// Your Apple Developer Team OU
// If you don't know this, you can find it by running ./util/signers.pl
devTeamOu: "[your dev team ou]"
// Some unique Bundle ID prefix to usefor the Bundle IDs for WebDriverAgent
// This default, "com.appium", will likely work for paid developer accounts
// Make sure the provisioning profile you setup has a wildcard identifier matching this
// The two identifiers that will be made if "com.appium" is used are
// "com.appium.WebDriverAgentLib"
// "com.appium.WebDriverAgentRunner"
// If you are using a free developer account, you will not have any provisioning profile,
// so you will need to set this bundle prefix to something globally unique, such as
// "com.[your name]"
bundleIdPrefix: "com.appium"
runner: {
buildStyle: "Automatic" // or "Manual"
provisioningProfile: "" // specify when buildStyle is Manual
}
},
vidtest: {
devTeamOu: "[your dev team ou]"
bundleIdPrefix: "com.dryark"
}
}