Skip to content

Commit

Permalink
Add Embedded Swift support for PeripheralManager
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Nov 14, 2024
1 parent 3dad871 commit e83fb01
Show file tree
Hide file tree
Showing 4 changed files with 211 additions and 180 deletions.
2 changes: 1 addition & 1 deletion Sources/DarwinGATT/DarwinPeripheral.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import GATT
@preconcurrency import CoreBluetooth
import CoreLocation

public final class DarwinPeripheral: PeripheralManager, @unchecked Sendable {
public final class DarwinPeripheral: @unchecked Sendable {

// MARK: - Properties

Expand Down
Loading

0 comments on commit e83fb01

Please sign in to comment.