Skip to content

Commit bfc125a

Browse files
committed
Rename and better APIs
1 parent a08bcec commit bfc125a

File tree

9 files changed

+185
-278
lines changed

9 files changed

+185
-278
lines changed

Package.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var targets: [PackageDescription.Target] = [
3838
// MARK: Plugins // TODO: rename since may be confused with package plugins?
3939

4040
.target(
41-
name: "ActorSingletonPlugin",
41+
name: "ClusterSingletonPlugin",
4242
dependencies: [
4343
"DistributedActors",
4444
]
@@ -106,11 +106,11 @@ var targets: [PackageDescription.Target] = [
106106
// "DistributedActorsTestKit"
107107
// ]
108108
// ),
109-
//
109+
110110
// .testTarget(
111-
// name: "ActorSingletonPluginTests",
111+
// name: "ClusterSingletonPluginTests",
112112
// dependencies: [
113-
// "ActorSingletonPlugin",
113+
// "ClusterSingletonPlugin",
114114
// "DistributedActorsTestKit"
115115
// ]
116116
// ),
@@ -223,8 +223,8 @@ let products: [PackageDescription.Product] = [
223223
/* --- Functional Plugins --- */
224224

225225
.library(
226-
name: "ActorSingletonPlugin",
227-
targets: ["ActorSingletonPlugin"]
226+
name: "ClusterSingletonPlugin",
227+
targets: ["ClusterSingletonPlugin"]
228228
),
229229
]
230230

Sources/ActorSingletonPlugin/ActorSingleton.swift

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)