Remove products from Package.swift, since they're not needed here.
This commit is contained in:
parent
c6d95bed6e
commit
f8f05551fc
|
@ -6,10 +6,6 @@ import PackageDescription
|
|||
let package = Package(
|
||||
name: "Interop-BridgingHeader",
|
||||
platforms: [.macOS(.v15)],
|
||||
products: [
|
||||
.library(name: "CMath", targets: ["CMath"]),
|
||||
.executable(name: "Interop-BridgingHeader", targets: ["Interop-BridgingHeader"])
|
||||
],
|
||||
targets: [
|
||||
// Targets are the basic building blocks of a package, defining a module or a test suite.
|
||||
// Targets can depend on other targets in this package and products from dependencies.
|
||||
|
|
|
@ -6,10 +6,6 @@ import PackageDescription
|
|||
let package = Package(
|
||||
name: "Interop-ModuleMap",
|
||||
platforms: [.macOS(.v15)],
|
||||
products: [
|
||||
.library(name: "CMath", targets: ["CMath"]),
|
||||
.executable(name: "Interop-ModuleMap", targets: ["Interop-ModuleMap"])
|
||||
],
|
||||
targets: [
|
||||
// Targets are the basic building blocks of a package, defining a module or a test suite.
|
||||
// Targets can depend on other targets in this package and products from dependencies.
|
||||
|
|
Loading…
Reference in New Issue