mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
- All prefs pane GUI are done #2 - Now to build the functions behind... Signed-off-by: Guillaume Broder <iamnotheoneyouseek@gmail.com>
11 lines
186 B
Ruby
11 lines
186 B
Ruby
# Podfile
|
|
|
|
platform :osx, '10.11'
|
|
|
|
target 'MonitorControl' do
|
|
use_frameworks!
|
|
|
|
pod 'MediaKeyTap', :git => 'https://github.com/the0neyouseek/MediaKeyTap.git'
|
|
pod 'MASPreferences'
|
|
|
|
end
|