Adds tooling to generate and test an iOS XCframework, in a way that will also facilitate adding other XCframework targets for other Apple platforms (tvOS, watchOS, visionOS and even macOS, potentially). --------- Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
47 lines
909 B
Plaintext
47 lines
909 B
Plaintext
{
|
|
"configurations" : [
|
|
{
|
|
"id" : "F5A95CE4-1ADE-4A6E-A0E1-CDBAE26DF0C5",
|
|
"name" : "Test Scheme Action",
|
|
"options" : {
|
|
|
|
}
|
|
}
|
|
],
|
|
"defaultOptions" : {
|
|
"commandLineArgumentEntries" : [
|
|
{
|
|
"argument" : "test"
|
|
},
|
|
{
|
|
"argument" : "-uall"
|
|
},
|
|
{
|
|
"argument" : "--single-process"
|
|
},
|
|
{
|
|
"argument" : "--rerun"
|
|
},
|
|
{
|
|
"argument" : "-W"
|
|
}
|
|
],
|
|
"targetForVariableExpansion" : {
|
|
"containerPath" : "container:iOSTestbed.xcodeproj",
|
|
"identifier" : "607A66112B0EFA380010BFC8",
|
|
"name" : "iOSTestbed"
|
|
}
|
|
},
|
|
"testTargets" : [
|
|
{
|
|
"parallelizable" : false,
|
|
"target" : {
|
|
"containerPath" : "container:iOSTestbed.xcodeproj",
|
|
"identifier" : "607A662C2B0EFA3A0010BFC8",
|
|
"name" : "iOSTestbedTests"
|
|
}
|
|
}
|
|
],
|
|
"version" : 1
|
|
}
|