39 lines
713 B
JSON
39 lines
713 B
JSON
{
|
|
"testRunner": {
|
|
"args": {
|
|
"$0": "jest",
|
|
"config": "jest.config.cjs"
|
|
}
|
|
},
|
|
"apps": {
|
|
"admin.ios": {
|
|
"type": "ios.app",
|
|
"binaryPath": "appBinaries/admin.app",
|
|
"bundleId": "in.freshyo.adminui"
|
|
},
|
|
"user.ios": {
|
|
"type": "ios.app",
|
|
"binaryPath": "appBinaries/user.app",
|
|
"bundleId": "com.freshyotrial.app"
|
|
}
|
|
|
|
},
|
|
"devices": {
|
|
"simulator": {
|
|
"type": "ios.simulator",
|
|
"device": {
|
|
"type": "iPhone 16 Pro Max"
|
|
}
|
|
}
|
|
},
|
|
"configurations": {
|
|
"ios.user": {
|
|
"device": "simulator",
|
|
"app": "user.ios"
|
|
},
|
|
"ios.admin": {
|
|
"device": "simulator",
|
|
"app": "admin.ios"
|
|
}
|
|
}
|
|
}
|