Skip to content

Commit

Permalink
tech: Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
surpher committed Apr 21, 2024
1 parent a551cd5 commit 65bfad0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// swift-tools-version:5.7

import PackageDescription

let package = Package(
Expand Down Expand Up @@ -32,13 +31,13 @@ let package = Package(

targets: [

// Vending a XCFramwork binary for Apple's platforms
// Vending a XCFramework for Apple platforms
.binaryTarget(
name: "PactSwiftMockServer",
path: "PactSwiftMockServer.xcframework"
),

// Vending the framework for Linux platform
// Vending source for Linux platform
.target(
name: "PactSwiftMockServerLinux",
dependencies: [
Expand All @@ -50,5 +49,4 @@ let package = Package(
],

swiftLanguageVersions: [.v5]

)

0 comments on commit 65bfad0

Please sign in to comment.