Skip to content

Releases: iospirit/HIDRemote

macOS 10.13.6 compatibility update

05 Sep 08:03
Compare
Choose a tag to compare

Changes

  • Fixes an issue with up and down buttons not working properly under macOS 10.13.6:

    macOS 10.13.6 posts kHIDUsage_GD_SystemMenu[Up|Down] alongside kHIDUsage_Csmr_Volume[Increment|Decrement], which ends up being interpreted as a double press. To avoid this, these usages are ignored when running under 10.13.6 and later.

  • Updated build settings to no longer target i386 (which produces an error in recent Xcode versions)

High Sierra and ARC support

27 Sep 14:10
Compare
Choose a tag to compare

Changes

  • support for macOS 10.13 (High Sierra)
  • thread-safety Hardening is enabled by default for macOS 10.5 or later
  • ARC support
  • pragma modernization
  • fixed typos