mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #758] Why does v4 has LSMinimumSystemVersion 10.5 #491
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#491
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?
Originally created by @jonsummers on GitHub (Nov 2, 2021).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/758
Originally assigned to: @waydabber on GitHub.
Before opening the issue, have you...?
Question
Why does MonitorControl v4 have LSMinimumSystemVersion 10.5?
Is there an absolutely critical Swift framework required?
I have a dev machine that is staying on 10.14 as I need to run 32bit apps sometimes.
@waydabber commented on GitHub (Nov 2, 2021):
Hey, you can compile it to 10.14 as well. I am not sure about DisplayServices brightness working properly on 10.14 (for Apple display control) but it probably does - I just did not have a 10.14 to test it. What Mac model are you using?
@waydabber commented on GitHub (Nov 2, 2021):
But well, we can release 10.14 with unofficial 10.14 compatibility that should not hurt actually.
@waydabber commented on GitHub (Nov 2, 2021):
The new
fixesbranch should compile to 10.14, as it turned out master does not compile due to some minor incompatibilities.@jonsummers commented on GitHub (Nov 6, 2021):
"What Mac model are you using?"
I have restored 21.5" iMac 2012 16GB 1TB SSD with attached 1080p Samsung monitor S24A31.
Monitor has poor brightness range but older MonitorControl works as expected.
The iMac stays on macOS 10.14 for 32bit support as I need QuickTime Player 7 for sentimental reasons.
The use is for compiling ESP32 projects with PlatformIO.
@waydabber commented on GitHub (Nov 6, 2021):
Hi, I made some changes so the newly released 4.0.1 so it should run on 10.14 (although it is not supported by the dev team if you encounter issues).
@jonsummers commented on GitHub (Nov 7, 2021):
Verified v4.0.1 works splendidly on macOS 10.14.6 Mojave. v4 is a definite step up from v3. Thanks