Skip to content

Commit 361a61d

Browse files
author
AverageHelper
committed
Attempted to resolve the target path.
1 parent 6f45596 commit 361a61d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

IDZSwiftCommonCrypto.xcworkspace/contents.xcworkspacedata

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

Package.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ let package = Package(
1313
targets: [
1414
.target(
1515
name: "IDZSwiftCommonCrypto",
16-
dependencies: []),
17-
.testTarget(
18-
name: "IDZSwiftCommonCryptoTests",
19-
dependencies: ["IDZSwiftCommonCrypto"]),
16+
dependencies: [],
17+
path: "IDZSwiftCommonCrypto"),
2018
]
2119
)

0 commit comments

Comments
 (0)