mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
* Update `ddcctl` submodule. * Update dependencies. * Enable displays by default. * Retry more often to get values from display. * Only print when debugging. Fix #13
10 lines
185 B
Ruby
10 lines
185 B
Ruby
# Podfile
|
|
|
|
platform :osx, '10.11'
|
|
|
|
target 'MonitorControl' do
|
|
use_frameworks!
|
|
|
|
pod 'MediaKeyTap', :git => 'https://github.com/the0neyouseek/MediaKeyTap.git'
|
|
pod 'MASPreferences'
|
|
end
|