mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[PR #1037] [MERGED] Fix build scripts for m1 mac #1235
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#1235
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/1037
Author: @the0neyouseek
Created: 5/17/2022
Status: ✅ Merged
Merged: 5/17/2022
Merged by: @the0neyouseek
Base:
main← Head:bug/build-scripts📝 Commits (2)
4e2e063🔧 Fix build scripts for m1 mac7fe7770🔧 Swiftlint/Swiftformat corrections📊 Changes
9 files changed (+23 additions, -23 deletions)
View changed files
📝
MonitorControl.xcodeproj/project.pbxproj(+3 -3)📝
MonitorControl/Support/Arm64DDC.swift(+6 -6)📝
MonitorControl/Support/DisplayManager.swift(+7 -7)📝
MonitorControl/Support/IntelDDC.swift(+1 -1)📝
MonitorControl/Support/KeyboardShortcutsManager.swift(+1 -1)📝
MonitorControl/Support/MediaKeyTapManager.swift(+1 -1)📝
MonitorControl/Support/SliderHandler.swift(+2 -2)📝
MonitorControl/View Controllers/Preferences/DisplaysPrefsCellView.swift(+1 -1)📝
MonitorControl/main.swift(+1 -1)📄 Description
I added
export PATH="$PATH:/opt/homebrew/bin"to the build scripts (swiftformat,bartycrouch&swiftlint) for them to work on m1 macs (and homebrew).I also pushed the automatic changes made by
swiftformat.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.