Skip to content

Commit 4a57214

Browse files
committed
#177 Fix metadata dependency
1 parent 43a4dbf commit 4a57214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Bluetooth/CompanyIdentifierMetadata.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by Alsey Coleman Miller on 1/12/25.
66
//
77

8-
#if canImport(Foundation) && !os(WASI) && !hasFeature(Embedded)
8+
#if canImport(Foundation) && canImport(BluetoothMetadata) && !os(WASI) && !hasFeature(Embedded)
99
import Foundation
1010
import BluetoothMetadata
1111

0 commit comments

Comments
 (0)