Skip to content

Commit

Permalink
Update package format
Browse files Browse the repository at this point in the history
  • Loading branch information
exPHAT committed Sep 29, 2023
1 parent beb6522 commit 3d79806
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"package": "CoreBluetoothMock",
"repositoryURL": "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git",
"state": {
"branch": "main",
"branch": null,
"revision": "194863075520d244f710fddd66f4f111c21661ef",
"version": null
"version": "0.17.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
products: [
.library(name: "SwiftBluetooth", targets: ["SwiftBluetooth"])],
dependencies: [
.package(url: "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git", branch: "main")],
.package(url: "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git", "0.17.0"..<"0.18.0")],
targets: [
.target(name: "SwiftBluetooth"),
.target(name: "SwiftBluetoothMock",
Expand Down

0 comments on commit 3d79806

Please sign in to comment.