Skip to content

Commit 26045b6

Browse files
committed
Update OG dependency to fix release issue
1 parent cf88f3f commit 26045b6

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -432,13 +432,13 @@ if renderGTKCondition {
432432
}
433433

434434
if !compatibilityTestCondition {
435-
package.targets.append(contentsOf: [
435+
package.targets += [
436436
coreGraphicsShimsTestTarget,
437437
openSwiftUISPITestTarget,
438438
openSwiftUICoreTestTarget,
439439
openSwiftUITestTarget,
440440
openSwiftUIBridgeTestTarget,
441-
])
441+
]
442442
}
443443

444444
if buildForDarwinPlatform {
@@ -451,11 +451,12 @@ if symbolLocatorCondition {
451451
package.dependencies.append(
452452
.package(url: "https://github.com/OpenSwiftUIProject/SymbolLocator.git", from: "0.2.0")
453453
)
454-
455454
package.targets += [
456-
openSwiftUISymbolDualTestsSupportTarget,
457-
openSwiftUISymbolDualTestsTarget,
455+
openSwiftUISymbolDualTestsSupportTarget
458456
]
457+
if !compatibilityTestCondition {
458+
package.targets.append(openSwiftUISymbolDualTestsTarget)
459+
}
459460
}
460461

461462
extension Target {

0 commit comments

Comments
 (0)