Fix macOS framework path

This commit is contained in:
Davide Toldo
2020-04-15 12:11:40 +02:00
parent 797455701b
commit 308829e0ea
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class macOSCore(InternalBlue):
"IOBluetoothExtended",
frameworkIdentifier="de.tu-darmstadt.seemoo.IOBluetoothExtended",
frameworkPath=objc.pathForFramework(
filepath + "/../macos-framework/IOBluetoothExtended.framework"
filepath + "/../macos/IOBluetoothExtended.framework"
),
globals=globals(),
)
Binary file not shown.