Skip to content

Commit

Permalink
Removed deprecated API usage
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Jun 8, 2022
1 parent f8e0199 commit ab0e45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DarwinGATT/DarwinPeripheral.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab0e45b

Please sign in to comment.