MonitorControl/Podfile
JoniVR e63c81681f fix not detecting volume keys when non-monitor sound is default
- fixed an issue where the default volume controls would be intercepted (and thus not work) when an external display was connected and the output set to a device that allows volume control by default.
- refactor some of the code
2018-12-16 19:41:11 +01:00

11 lines
264 B
Ruby

# Podfile
platform :osx, '10.11'
target 'MonitorControl' do
use_frameworks!
pod 'MediaKeyTap', :git => 'https://github.com/JoniVR/MediaKeyTap.git'
pod 'MASPreferences', :git => 'https://github.com/JoniVR/MASPreferences.git'
pod 'AMCoreAudio', '~> 3.2'
end