Skip to content

Commit

Permalink
Fix macOS framework path
Browse files Browse the repository at this point in the history
  • Loading branch information
unixb0y committed Apr 15, 2020
1 parent 7974557 commit 308829e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internalblue/macoscore.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(
"IOBluetoothExtended",
frameworkIdentifier="de.tu-darmstadt.seemoo.IOBluetoothExtended",
frameworkPath=objc.pathForFramework(
filepath + "/../macos-framework/IOBluetoothExtended.framework"
filepath + "/../macos/IOBluetoothExtended.framework"
),
globals=globals(),
)
Expand Down
Binary file modified macos/IOBluetoothExtended.framework.zip
Binary file not shown.

0 comments on commit 308829e

Please sign in to comment.