Skip to content

Commit

Permalink
remove the package suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkidG committed Mar 11, 2022
1 parent 9ded329 commit 4812938
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ let package = Package(
products: [
.library(
name: "CertificateSDK",
targets: ["CertificateSDKPackage"])
targets: ["CertificateSDK"])
],
targets: [
.binaryTarget(
name: "CertificateSDKPackage",
path: "CertificateSDKPackage.xcframework"
name: "CertificateSDK",
path: "CertificateSDK.xcframework"
)
]
)

0 comments on commit 4812938

Please sign in to comment.