[PR #807] [MERGED] Fix SimplyCoreAudio incompatibility #1209

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

📋 Pull Request Information

Original PR: https://github.com/MonitorControl/MonitorControl/pull/807
Author: @waydabber
Created: 11/21/2021
Status: Merged
Merged: 11/21/2021
Merged by: @waydabber

Base: mainHead: fixes


📝 Commits (1)

  • f832206 Fix SimplyCoreAudio incompatibility (should be revised later)

📊 Changes

5 files changed (+6 additions, -6 deletions)

View changed files

📝 MonitorControl.xcodeproj/project.pbxproj (+2 -2)
📝 MonitorControl/Info.plist (+1 -1)
📝 MonitorControl/Support/AppDelegate.swift (+1 -1)
📝 MonitorControl/Support/MediaKeyTapManager.swift (+1 -1)
📝 MonitorControlHelper/Info.plist (+1 -1)

📄 Description

SimplyCoreAudio 4.0.1 is incompatible with XCode 13 therefore MonitorControl build fails. There is no newer tag than 4.0.1 at rnine/SimplyCoreAudio but the issue was fixed in the develop branch back when I reported the problem in that repo.

I did the following:

  • Updated the package dependency to SimplyCoreAudio commit 75970285e2470f12a569cdff68ef5a75498a4646 -> this can be revised when a new tag is available at rnine/SimplyCoreAudio.
  • Renamed deprecated canSetVirtualMasterVolume to canSetVirtualMainVolume calls in MonitorControl.

🔄 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/807 **Author:** [@waydabber](https://github.com/waydabber) **Created:** 11/21/2021 **Status:** ✅ Merged **Merged:** 11/21/2021 **Merged by:** [@waydabber](https://github.com/waydabber) **Base:** `main` ← **Head:** `fixes` --- ### 📝 Commits (1) - [`f832206`](https://github.com/MonitorControl/MonitorControl/commit/f83220616c56efddcb40de6d8eb874ef9cb36d0c) Fix SimplyCoreAudio incompatibility (should be revised later) ### 📊 Changes **5 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `MonitorControl.xcodeproj/project.pbxproj` (+2 -2) 📝 `MonitorControl/Info.plist` (+1 -1) 📝 `MonitorControl/Support/AppDelegate.swift` (+1 -1) 📝 `MonitorControl/Support/MediaKeyTapManager.swift` (+1 -1) 📝 `MonitorControlHelper/Info.plist` (+1 -1) </details> ### 📄 Description SimplyCoreAudio 4.0.1 is incompatible with XCode 13 therefore MonitorControl build fails. There is no newer tag than 4.0.1 at rnine/SimplyCoreAudio but the issue was fixed in the develop branch back when I reported the problem in that repo. I did the following: - Updated the package dependency to SimplyCoreAudio commit [75970285e2470f12a569cdff68ef5a75498a4646](https://github.com/rnine/SimplyCoreAudio/commit/75970285e2470f12a569cdff68ef5a75498a4646) -> this can be revised when a new tag is available at rnine/SimplyCoreAudio. - Renamed deprecated `canSetVirtualMasterVolume` to `canSetVirtualMainVolume` calls in MonitorControl. --- <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:07:45 -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#1209
No description provided.