mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[PR #453] [MERGED] Fix DDC reliability on latest Xcode versions, migrate to SPM, more fixes #1096
Labels
No labels
Status: Abandoned
arm64
beta
beta
bug
done
duplicate
enhancement
feedback needed from reporter
in progress
invalid
investigating
known Issue
monitor Issue
pull-request
translation
unable to reproduce
unreleased
x86
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/MonitorControl#1096
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/MonitorControl/MonitorControl/pull/453
Author: @JoniVR
Created: 6/12/2021
Status: ✅ Merged
Merged: 6/15/2021
Merged by: @JoniVR
Base:
master← Head:refactor/Preferences📝 Commits (10+)
17df555refactor: replace MASPreferences with Preferences73059a9feat: use new icons for Big Sur in prefs1904e04docs: update README402afd4refactor: replace carthage with SPM for dependencies, upgrade dependencies74af760refactor: make General & Keys prefs slightly largerb2f3cd8fix: xcode warningse631b1efix: more xcode warning fixes3066115fix: more warnings gonec146d7cfix: storyboard misalignments50b175crefactor: UI improvements📊 Changes
43 files changed (+1063 additions, -1058 deletions)
View changed files
➕
.github/menuadvanced.png(+0 -0)📝
.github/menudisplay.png(+0 -0)📝
.github/menugeneral.png(+0 -0)📝
.github/menukeys.png(+0 -0)➖
.github/menulet-outdated.png(+0 -0)📝
.github/menulet.png(+0 -0)📝
.swiftlint.yml(+3 -3)➖
Cartfile(+0 -4)➖
Cartfile.resolved(+0 -4)📝
MonitorControl.xcodeproj/project.pbxproj(+147 -96)📝
MonitorControl.xcodeproj/xcshareddata/xcschemes/MonitorControl.xcscheme(+1 -1)📝
MonitorControl/AppDelegate.swift(+34 -41)📝
MonitorControl/Extensions/CGDirectDisplayID+Extension.swift(+4 -4)📝
MonitorControl/Extensions/EDID+Extension.swift(+3 -3)📝
MonitorControl/Extensions/NSScreen+Extension.swift(+13 -11)➕
MonitorControl/Extensions/Preferences+Extension.swift(+16 -0)📝
MonitorControl/Info.plist(+1 -1)📝
MonitorControl/Manager/DisplayManager.swift(+1 -1)📝
MonitorControl/Model/Display.swift(+1 -1)📝
MonitorControl/Model/ExternalDisplay.swift(+3 -2)...and 23 more files
📄 Description
Description
This PR makes the following changes:
NSGridViewfor preferences layout.This PR is mostly needed so we can actually have a working build again (and hopefully merge some of the open PRs that have been blocked by this). It will probably introduce some conflicts in other PRs (storyboard hell) but still seems necessary in order to test them reliably.
Fixes #238
Closes #448
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.