From ab0e45bc5f5feee4234417728c27cabcfbadbca2 Mon Sep 17 00:00:00 2001 From: Alsey Coleman Miller Date: Tue, 7 Jun 2022 22:41:44 -0700 Subject: [PATCH] Removed deprecated API usage --- Sources/DarwinGATT/DarwinPeripheral.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/DarwinGATT/DarwinPeripheral.swift b/Sources/DarwinGATT/DarwinPeripheral.swift index dff0d48..8ed19c4 100644 --- a/Sources/DarwinGATT/DarwinPeripheral.swift +++ b/Sources/DarwinGATT/DarwinPeripheral.swift @@ -294,7 +294,7 @@ public extension DarwinPeripheral { if let beacon = self.beacon { let beaconRegion = CLBeaconRegion( - proximityUUID: beacon.uuid, + uuid: beacon.uuid, major: beacon.major, minor: beacon.minor, identifier: beacon.uuid.uuidString