Skip to content

Commit d616cb1

Browse files
authored
Merge pull request #2 from PinkidG/main
[Xcode 13.3] Fix for artifact not found for target
2 parents f966134 + 4812938 commit d616cb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ let package = Package(
99
products: [
1010
.library(
1111
name: "CertificateSDK",
12-
targets: ["CertificateSDKPackage"])
12+
targets: ["CertificateSDK"])
1313
],
1414
targets: [
1515
.binaryTarget(
16-
name: "CertificateSDKPackage",
16+
name: "CertificateSDK",
1717
path: "CertificateSDK.xcframework"
1818
)
1919
]

0 commit comments

Comments
 (0)