blob: 25ffd1a893bb8d55c0f32831d050d1d84642883c (
plain)
1
2
3
4
5
6
7
8
9
|
{
"nameOnDisk": "^static_framework\\.framework/static_framework$",
"artifacts": [
{
"path": "^framework/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?static_framework\\.framework/static_framework$",
"_dllExtra": false
}
]
}
|