mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
PR #59 with enhancements and fixes (Changes done by @JoniVR): - Code migration to **Swift 4.2** - **Fixed** the **MonitorControl scheme** which was gone for me - **Updated the screenshots and readme** - **Added a feature that detects the default sound output device and only intercepts when an external display is set as default output**, so Airpods, internal macbook volume and other non-monitor devices will be ignored (#48, #15) - **Fixed app unresponsiveness and high CPU on launch** (might be related to #50, #37, please do keep in mind that on initial launch there will still be a little unresponsiveness because the underlying framework - called [ddcctl](https://github.com/kfix/ddcctl) - attempts to read your volume settings 10 times) - Added a **version and build number** to the main preferences panel:  - Added a build script that increases the build number on each run. Version number still needs to be set manually. - refactored some parts of the code to make it a bit more readable.
32 lines
812 B
Text
32 lines
812 B
Text
PODS:
|
|
- AMCoreAudio (3.2.1)
|
|
- MASPreferences (1.3)
|
|
- MediaKeyTap (2.1.0)
|
|
|
|
DEPENDENCIES:
|
|
- AMCoreAudio (~> 3.2)
|
|
- MASPreferences
|
|
- MediaKeyTap (from `https://github.com/the0neyouseek/MediaKeyTap.git`)
|
|
|
|
SPEC REPOS:
|
|
https://github.com/cocoapods/specs.git:
|
|
- AMCoreAudio
|
|
- MASPreferences
|
|
|
|
EXTERNAL SOURCES:
|
|
MediaKeyTap:
|
|
:git: https://github.com/the0neyouseek/MediaKeyTap.git
|
|
|
|
CHECKOUT OPTIONS:
|
|
MediaKeyTap:
|
|
:commit: 3722ad54585d931977af8152a9555e832f4000f6
|
|
:git: https://github.com/the0neyouseek/MediaKeyTap.git
|
|
|
|
SPEC CHECKSUMS:
|
|
AMCoreAudio: 7fa6b718dc93acc29f849d60c3ad680ae1bf07b5
|
|
MASPreferences: c08b8622dd17b47da87669e741efd7c92e970e8c
|
|
MediaKeyTap: b652877e9ae2d52ca4f5310fa5152945ad3f0798
|
|
|
|
PODFILE CHECKSUM: 1b20d86a04731d82d4e8f346646d2b6b9d2db778
|
|
|
|
COCOAPODS: 1.5.3
|