CoreBluetooth macOS app, connecting iPhone

Here is my code: extension ViewController: CBCentralManagerDelegate { func centralManagerDidUpdateState(_ central: CBCentralManager) { if …
View full source