Skip to content

Commit 1c611b0

Browse files
authored
Fix DDC reliability on latest Xcode versions, migrate to SPM, more fixes (#453)
1 parent 58eec85 commit 1c611b0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1063
-1058
lines changed

.github/menuadvanced.png

295 KB
Loading

.github/menudisplay.png

184 KB
Loading

.github/menugeneral.png

147 KB
Loading

.github/menukeys.png

93.5 KB
Loading

.github/menulet-outdated.png

-23.1 KB
Binary file not shown.

.github/menulet.png

-70.4 KB
Loading

.swiftlint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ disabled_rules:
33
- function_body_length
44
- identifier_name
55
- trailing_comma
6-
excluded:
7-
- Carthage
86
type_body_length: 500
97
file_length: 500
108
cyclomatic_complexity:
11-
ignores_case_statements: true
9+
ignores_case_statements: true
10+
opening_brace:
11+
allow_multiline_func: true

Cartfile

Lines changed: 0 additions & 4 deletions
This file was deleted.

Cartfile.resolved

Lines changed: 0 additions & 4 deletions
This file was deleted.

MonitorControl.xcodeproj/project.pbxproj

Lines changed: 147 additions & 96 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)