hidapi: sync macOS code with mainstream.

this merges mainstream commit 4009466d59c41f (mainstream PR/611)
This commit is contained in:
Ozkan Sezer
2023-08-27 22:33:32 +03:00
parent 363f4fa9c1
commit 923d612ca1
5 changed files with 5 additions and 8 deletions

View File

@@ -26,6 +26,6 @@ Pod::Spec.new do |spec|
spec.public_header_files = "hidapi/hidapi.h", "mac/hidapi_darwin.h"
spec.frameworks = "IOKit", "CoreFoundation", "AppKit"
spec.frameworks = "IOKit", "CoreFoundation"
end