mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
Various Enhancements (#66)
* Update to Swift 5.0 and run `swiftformat`. * Refactor `MediaKeyTap` start/restart. * Remove useless comments. * Reorder files. * Add German translation. * Switch to Carthage. * Use `DDC.swift`. * Add `NSScreen` extension. * Simplify menu layout. * Hide the display’s built-in OSD. * Fix launch at login helper. * Fix `quitClicked` connection. * Refactor build phases. * Use `os_log` instead of `print`. * Use more specific check for `minReplyDelay`. * Add whitelist.
This commit is contained in:
parent
830878ee1d
commit
6e91c71353
45 changed files with 1242 additions and 1334 deletions
|
|
@ -2,7 +2,8 @@ disabled_rules:
|
|||
- line_length
|
||||
- function_body_length
|
||||
- identifier_name
|
||||
- trailing_comma
|
||||
excluded:
|
||||
- Pods
|
||||
- Carthage
|
||||
type_body_length: 500
|
||||
file_length: 500
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue