[PR #520] [MERGED] Add Apple Silicon support & major revamp (3.0.0) #1108

Closed
opened 2026-05-05 07:04:50 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/MonitorControl/MonitorControl/pull/520
Author: @waydabber
Created: 8/19/2021
Status: Merged
Merged: 8/21/2021
Merged by: @JoniVR

Base: masterHead: experimental/apple-silicon


📝 Commits (10+)

  • 610a394 Initial Apple Silicon support.
  • 86a8be5 Update Apple Silicon.md
  • 384b8cf Update README.md
  • a58b5d4 Update README.md
  • 94ffeb8 Fix slider stuck at 0 for some configs. Fix 'DDC' checkbox on preferences. Shows current CPU architecture after build number.
  • 69d665d Merge remote-tracking branch 'refs/remotes/origin/experimental/apple-silicon'
  • 32f8513 Cosmetic changes of the menu.
  • 7459c6d Bump build for 3.0.0-beta1 release + build tools ran
  • 048ac96 Fixed error in i2c checksum calculation. Changed communication wait and repeat times.
  • db01550 Better handling of mirrors - non primary mirror members (displays which are destination screens of a mirrored screen) are now detected and can be controlled. Not tested on Intel but should work.

📊 Changes

91 files changed (+3967 additions, -2626 deletions)

View changed files

📝 .bartycrouch.toml (+1 -1)
.github/Icon-1024.png (+0 -0)
.github/MonitorControl Icon.fig (+0 -0)
.github/menuadvanced.png (+0 -0)
.github/menudisplay.png (+0 -0)
.github/menugeneral.png (+0 -0)
.github/menukeys.png (+0 -0)
.github/menulet.png (+0 -0)
.github/osd.jpg (+0 -0)
.github/screenshot.png (+0 -0)
📝 MonitorControl.xcodeproj/project.pbxproj (+69 -86)
📝 MonitorControl/AppDelegate.swift (+266 -119)
📝 MonitorControl/Assets.xcassets/AppIcon.appiconset/Contents.json (+33 -33)
📝 MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-1024.png (+0 -0)
📝 MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-128.png (+0 -0)
📝 MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-16.png (+0 -0)
📝 MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-256.png (+0 -0)
📝 MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-257.png (+0 -0)
📝 MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-32.png (+0 -0)
📝 MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-33.png (+0 -0)

...and 71 more files

📄 Description

This request is about moving 3.0.0 changes to master as discussed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/MonitorControl/MonitorControl/pull/520 **Author:** [@waydabber](https://github.com/waydabber) **Created:** 8/19/2021 **Status:** ✅ Merged **Merged:** 8/21/2021 **Merged by:** [@JoniVR](https://github.com/JoniVR) **Base:** `master` ← **Head:** `experimental/apple-silicon` --- ### 📝 Commits (10+) - [`610a394`](https://github.com/MonitorControl/MonitorControl/commit/610a394ae96fb48ec2036a53f087edb30ff71a0c) Initial Apple Silicon support. - [`86a8be5`](https://github.com/MonitorControl/MonitorControl/commit/86a8be56fbace1f810079a04c27255edd316c05c) Update Apple Silicon.md - [`384b8cf`](https://github.com/MonitorControl/MonitorControl/commit/384b8cfb90a1f8890c61b334ab1d504196ff179c) Update README.md - [`a58b5d4`](https://github.com/MonitorControl/MonitorControl/commit/a58b5d447725759498db30633db9489977213dff) Update README.md - [`94ffeb8`](https://github.com/MonitorControl/MonitorControl/commit/94ffeb8c38085d207962a07038341080dbec5924) Fix slider stuck at 0 for some configs. Fix 'DDC' checkbox on preferences. Shows current CPU architecture after build number. - [`69d665d`](https://github.com/MonitorControl/MonitorControl/commit/69d665d5d40cd453995168ac0723f4200f163199) Merge remote-tracking branch 'refs/remotes/origin/experimental/apple-silicon' - [`32f8513`](https://github.com/MonitorControl/MonitorControl/commit/32f85138e8ec3781e739846cc7c2f06269408de3) Cosmetic changes of the menu. - [`7459c6d`](https://github.com/MonitorControl/MonitorControl/commit/7459c6d8854790265f837adaf3d1aab2844e53f1) Bump build for 3.0.0-beta1 release + build tools ran - [`048ac96`](https://github.com/MonitorControl/MonitorControl/commit/048ac9610d18790c812f8f21a21b9e923be955e4) Fixed error in i2c checksum calculation. Changed communication wait and repeat times. - [`db01550`](https://github.com/MonitorControl/MonitorControl/commit/db015509d6362dd34e82163730832dff067f4e1e) Better handling of mirrors - non primary mirror members (displays which are destination screens of a mirrored screen) are now detected and can be controlled. Not tested on Intel but should work. ### 📊 Changes **91 files changed** (+3967 additions, -2626 deletions) <details> <summary>View changed files</summary> 📝 `.bartycrouch.toml` (+1 -1) ➕ `.github/Icon-1024.png` (+0 -0) ➕ `.github/MonitorControl Icon.fig` (+0 -0) ➖ `.github/menuadvanced.png` (+0 -0) ➖ `.github/menudisplay.png` (+0 -0) ➖ `.github/menugeneral.png` (+0 -0) ➖ `.github/menukeys.png` (+0 -0) ➖ `.github/menulet.png` (+0 -0) ➖ `.github/osd.jpg` (+0 -0) ➕ `.github/screenshot.png` (+0 -0) 📝 `MonitorControl.xcodeproj/project.pbxproj` (+69 -86) 📝 `MonitorControl/AppDelegate.swift` (+266 -119) 📝 `MonitorControl/Assets.xcassets/AppIcon.appiconset/Contents.json` (+33 -33) 📝 `MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-1024.png` (+0 -0) 📝 `MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-128.png` (+0 -0) 📝 `MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-16.png` (+0 -0) 📝 `MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-256.png` (+0 -0) 📝 `MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-257.png` (+0 -0) 📝 `MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-32.png` (+0 -0) 📝 `MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-33.png` (+0 -0) _...and 71 more files_ </details> ### 📄 Description This request is about moving 3.0.0 changes to master as discussed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:04:50 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/MonitorControl#1108
No description provided.