fix: Fixing naming of dewpoint-controller, part 2.
Some checks failed
CI / Run Tests (push) Failing after 2m35s

This commit is contained in:
2024-11-14 18:10:52 -05:00
parent 76b06e86fa
commit 6371ffed47
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{ {
"originHash" : "c2538e3229d6c80f3d6a979c2f3605d63b4973e1e49786819017473eb2916f4e", "originHash" : "33fdcea7245de36c7e638047a16bba6605bc9bac0117aab7cb9397289a33214e",
"pins" : [ "pins" : [
{ {
"identity" : "combine-schedulers", "identity" : "combine-schedulers",
@@ -60,8 +60,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-concurrency-extras", "location" : "https://github.com/pointfreeco/swift-concurrency-extras",
"state" : { "state" : {
"revision" : "6054df64b55186f08b6d0fd87152081b8ad8d613", "revision" : "163409ef7dae9d960b87f34b51587b6609a76c1f",
"version" : "1.2.0" "version" : "1.3.0"
} }
}, },
{ {

View File

@@ -13,7 +13,7 @@ let package = Package(
.macOS(.v14) .macOS(.v14)
], ],
products: [ products: [
.executable(name: "dewpoint-controller", targets: ["dewpoint-controller"]), .executable(name: "dewpoint-controller", targets: ["DewPointController"]),
.library(name: "Models", targets: ["Models"]), .library(name: "Models", targets: ["Models"]),
.library(name: "MQTTConnectionManager", targets: ["MQTTConnectionManager"]), .library(name: "MQTTConnectionManager", targets: ["MQTTConnectionManager"]),
.library(name: "MQTTConnectionService", targets: ["MQTTConnectionService"]), .library(name: "MQTTConnectionService", targets: ["MQTTConnectionService"]),
@@ -31,7 +31,7 @@ let package = Package(
], ],
targets: [ targets: [
.executableTarget( .executableTarget(
name: "dewpoint-controller", name: "DewPointController",
dependencies: [ dependencies: [
"Models", "Models",
"MQTTConnectionManager", "MQTTConnectionManager",