Skip to content

Commit b8d953a

Browse files
authored
SWIFT-995 Rename BSON target to SwiftBSON (#44)
1 parent d1f6fd5 commit b8d953a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+22
-20
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ let package = Package(
77
.macOS(.v10_14)
88
],
99
products: [
10-
.library(name: "BSON", targets: ["BSON"])
10+
.library(name: "SwiftBSON", targets: ["SwiftBSON"])
1111
],
1212
dependencies: [
1313
.package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.16.0")),
1414
.package(url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "8.0.0"))
1515
],
1616
targets: [
17-
.target(name: "BSON", dependencies: ["NIO"]),
18-
.testTarget(name: "BSONTests", dependencies: ["BSON", "Nimble"])
17+
.target(name: "SwiftBSON", dependencies: ["NIO"]),
18+
.testTarget(name: "SwiftBSONTests", dependencies: ["SwiftBSON", "Nimble"])
1919
]
2020
)

README.md

Lines changed: 3 additions & 1 deletion
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)