Skip to content

Commit

Permalink
Add dependency (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin authored Aug 12, 2024
1 parent 3daac0c commit f7db5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ let package = Package(
// Targets can depend on other targets in this package and products from dependencies.
// Target that provides the XCTest
.target(name: "SnapshottingTestsObjc"),
.target(name: "SnapshottingTests", dependencies: ["SnapshottingTestsObjc"]),
.target(name: "SnapshottingTests", dependencies: ["SnapshotPreviewsCore", "SnapshottingTestsObjc"]),
.target(name: "SnapshotSharedModels"),
// Core functionality
.target(name: "SnapshotPreviewsCore", dependencies: ["PreviewsSupport", "SnapshotSharedModels", .product(name: "AccessibilitySnapshotCore", package: "AccessibilitySnapshot", condition: .when(platforms: [.iOS, .macCatalyst]))]),
Expand Down

0 comments on commit f7db5de

Please sign in to comment.