Remove products from Package.swift, since they're not needed here.

This commit is contained in:
TheAlgorithm476 2025-05-21 10:07:20 +02:00
parent c6d95bed6e
commit f8f05551fc
Signed by: TheAlgorithm476
GPG Key ID: 299D6733FD6C3032
2 changed files with 0 additions and 8 deletions

View File

@ -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.

View File

@ -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.