Skip to content

Commit

Permalink
Exposed ProtonCore as Product library for SPM (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeep authored May 3, 2023
1 parent d400a09 commit 4fc81fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ let package = Package(
.iOS(.v11),
],
products: [
.library(name: "Proton", targets: ["Proton"])
.library(name: "Proton", targets: ["Proton"]),
.library(name: "ProtonCore", targets: ["ProtonCore"])
],
dependencies: [
.package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .branch("master"))
Expand Down

0 comments on commit 4fc81fe

Please sign in to comment.