mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-18 10:34:30 -04:00
macOS: Check for macOS 10.10 using kCFCoreFoundationVersionNumber instead of AppKit (#611)
Effectivelty removes the dependency on AppKit for HIDAPI. Fixes: #587
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user