From 744031393c50c95bd59cee2cbbb547aa0518280e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Cant=C3=A9rot?= Date: Sun, 21 Sep 2025 11:25:09 -1000 Subject: [PATCH] Add the product to be imported as a library --- .../xcode/package.xcworkspace/contents.xcworkspacedata | 7 +++++++ Package.swift | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata diff --git a/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata b/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Package.swift b/Package.swift index e68b958..e67573b 100644 --- a/Package.swift +++ b/Package.swift @@ -3,6 +3,12 @@ import PackageDescription let package = Package( name: "Daylight", + products: [ + .library( + name: "Daylight", + targets: ["Daylight"] + ), + ], targets: [ .target( name: "Daylight",