Rename product to WinUISwift
All checks were successful
Deploy Docs / publish (push) Successful in 55m52s
SwiftLint / SwiftLint (push) Successful in 5s

This commit is contained in:
david-swift 2024-10-15 06:28:04 +02:00
parent 3d929e53b1
commit a1b6f8156f

View File

@ -13,7 +13,7 @@ let package = Package(
name: "WinUI",
products: [
.library(
name: "WinUI",
name: "WinUISwift",
targets: ["winui-swift"]
)
],