Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for #90 and #142 on Apple Silicon Devices #161

Merged
merged 3 commits into from
Aug 16, 2024
Merged

Conversation

Yosam02
Copy link
Contributor

@Yosam02 Yosam02 commented Aug 15, 2024

This fixes 2 issues that I encountered running the program on an M1 Mac:

  1. The app as packaged on the "Releases" Page fails to open. This is due to the way that ARM Macs require all applications to be signed. This PR adds code signing for the .app file (but users will still have to grant the app an exception for the first time as it is not signed by an Apple Developer account, see here)

  2. Newer versions of MacOS require the Microphone permission to be granted for the audio routing to work. This is achieved by adding the NSMicrophoneUsageDescription parameter to the Info.plist file so the user is prompted to grant the app permission.

@laamaa
Copy link
Owner

laamaa commented Aug 16, 2024

Awesome, thank you!

@laamaa laamaa merged commit fa45b7d into laamaa:main Aug 16, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants