Skip to content

Commit 59e84ca

Browse files
authored
podspec: include darwin-specific header (signal11#412)
1 parent ace1e9a commit 59e84ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/hidapi.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Pod::Spec.new do |spec|
2222

2323
spec.source = { :git => "https://github.com/libusb/hidapi.git", :tag => "hidapi-#{spec.version}" }
2424

25-
spec.source_files = "mac/hid.c", "hidapi/hidapi.h"
25+
spec.source_files = "mac/hid.c", "hidapi/hidapi.h", "mac/hidapi_darwin.h"
2626

27-
spec.public_header_files = "hidapi/hidapi.h"
27+
spec.public_header_files = "hidapi/hidapi.h", "mac/hidapi_darwin.h"
2828

2929
spec.frameworks = "IOKit", "CoreFoundation", "AppKit"
3030

0 commit comments

Comments
 (0)