Skip to content

Commit

Permalink
Merge pull request #2 from PinkidG/main
Browse files Browse the repository at this point in the history
[Xcode 13.3] Fix for artifact not found for target
  • Loading branch information
macblazer authored Mar 11, 2022
2 parents f966134 + 4812938 commit d616cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ let package = Package(
products: [
.library(
name: "CertificateSDK",
targets: ["CertificateSDKPackage"])
targets: ["CertificateSDK"])
],
targets: [
.binaryTarget(
name: "CertificateSDKPackage",
name: "CertificateSDK",
path: "CertificateSDK.xcframework"
)
]
Expand Down

0 comments on commit d616cb1

Please sign in to comment.