File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1189,6 +1189,7 @@ extension Workspace {
1189
1189
createMultipleTestProducts: Bool = false ,
1190
1190
createREPLProduct: Bool = false ,
1191
1191
forceResolvedVersions: Bool = false ,
1192
+ customXCTestMinimumDeploymentTargets: [ PackageModel . Platform : PlatformVersion ] ? = . none,
1192
1193
observabilityScope: ObservabilityScope
1193
1194
) throws -> PackageGraph {
1194
1195
@@ -1225,6 +1226,7 @@ extension Workspace {
1225
1226
binaryArtifacts: binaryArtifacts,
1226
1227
shouldCreateMultipleTestProducts: createMultipleTestProducts,
1227
1228
createREPLProduct: createREPLProduct,
1229
+ customXCTestMinimumDeploymentTargets: customXCTestMinimumDeploymentTargets,
1228
1230
fileSystem: fileSystem,
1229
1231
observabilityScope: observabilityScope
1230
1232
)
You can’t perform that action at this time.
0 commit comments