mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 22:01:08 -06:00
- Key handling is now done in the app, close #3 - All code linted with SwiftLint, close #4 - Better handling of built-in screen Signed-off-by: Guillaume Broder <iamnotheoneyouseek@gmail.com>
10 lines
165 B
Ruby
10 lines
165 B
Ruby
# Podfile
|
|
|
|
plateform :osx, '10.11'
|
|
|
|
target 'MonitorControl' do
|
|
use_frameworks!
|
|
|
|
pod 'MediaKeyTap', :git => 'https://github.com/the0neyouseek/MediaKeyTap.git'
|
|
|
|
end
|