mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 22:01:08 -06:00
- 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
11 lines
264 B
Ruby
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
|