Skip to content

Commit

Permalink
Merge pull request #18 from PureSwift/GATTClient
Browse files Browse the repository at this point in the history
Implemented `GATTClient` (#13)
  • Loading branch information
colemancda authored Dec 4, 2017
2 parents ac241fb + 9b10171 commit 4bba411
Show file tree
Hide file tree
Showing 16 changed files with 964 additions and 176 deletions.
2 changes: 1 addition & 1 deletion Package.pins
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"package": "Bluetooth",
"reason": null,
"repositoryURL": "https://github.com/PureSwift/Bluetooth.git",
"version": "1.3.1"
"version": "1.4.2"
}
],
"version": 1
Expand Down
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ let package = Package(
Target(
name: "GATTServerTest",
dependencies: [.Target(name: "BluetoothLinux")]),
Target(
name: "GATTClientTest",
dependencies: [.Target(name: "BluetoothLinux")]),
Target(
name: "LEScanTest",
dependencies: [.Target(name: "BluetoothLinux")]),
Expand Down
Loading

0 comments on commit 4bba411

Please sign in to comment.