-
Notifications
You must be signed in to change notification settings - Fork 10
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
Great work - Extremely useful - Hell to install on M1/Ventura #18
Comments
Hi! Thank you for your feedback. I am glad that it finally worked for you. Yes, the provisioning part is quite tricky. In the past years, it has become increasingly difficult to follow all changes in matter of security by Apple. I cannot say I grasp entirely what the right way to distribute apps for Ventura is without paying Apple for a certificate.
I take your feedback and if I will have time, I will write a step-by-step guide how to compile the program for Ventura.
Andrea
… On 18. Jan 2023, at 03:44, ChouCroute ***@***.***> wrote:
I've been using Volume Control for a while. Until I switched to an M1 MBPro with Ventura.
I use it because while at my desk I use my MBPro's speakers simultaneously with an HomePod mini via AirPlay. The HomePod mini plays lower to mid frequencies while the MBPro plays mids to highs. Which gives me a better listening experience than either one alone. So I just needed something to control both levels at the same time.
I finally decided to try installing it again. Reinstalled Xcode I had uninstalled it because I didn't need the CLT that I needed before for a reason that escapes me. And I reactivated my developper account that I had setup to install Beta software.
Anyway, I had never compiled an app with Xcode before (some AppleScripts and messed with ResEdit eons ago for software localization). The provisioning part in particular was painful to understand and to execute. And I had to remove VC from Accessibility in Security & Privacy and relaunch it for it to finally work.
Anyway, all this to say, first of all Thank you for this great little utility !
And second, I'm sure a step by step guide to get it to run on Ventura would be greatly appreciated for all the Ventura and later OS users that will inexorably grow in numbers.
Thanks again !
—
Reply to this email directly, view it on GitHub <#18>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAAPC4CBE2JE45REKDS226TWS5KIXANCNFSM6AAAAAAT6RZ7QI>.
You are receiving this because you are subscribed to this thread.
|
First of all, thank you for this tool. I tried to write a step-by-step guide on how to compile for Ventura, first trying without Xcode installed, then trying without opening Xcode at all. But it was required to add a developer account to be able to sign the program. So in the end, I had to install Xcode, open it and add my developer account. But there was still an error because I wasn't allowed to sign your bundle identifier I tried a bunch of things, and I saw your note on running The easiest solution is just to change the bundle identifier. In my case, I changed it to Cons:
So here is the step-by-step guide: Prerequisites:
Once Xcode is installed:
|
Thank you Andrea for creating this, and Drarig29 for the step-by-step instructions. It's all working for me now, and life is great! |
I tried building, but I recieved the following error:
Any advice on how to resolve this error? |
Perfect, thanks @Drarig29. As soon as I deleted the |
Just adding a new keyword to the thread: Sonoma (this is the update after Ventura, which still requires the instructions above) |
I've been using Volume Control for a while. Until I switched to an M1 MBPro with Ventura.
I use it because while at my desk I use my MBPro's speakers simultaneously with an HomePod mini via AirPlay. The HomePod mini plays lower to mid frequencies while the MBPro plays mids to highs. Which gives me a better listening experience than either one alone. So I just needed something to control both levels at the same time.
I finally decided to try installing it again. Reinstalled Xcode I had uninstalled it because I didn't need the CLT that I needed before for a reason that escapes me. And I reactivated my developper account that I had setup to install Beta software.
Anyway, I had never compiled an app with Xcode before (some AppleScripts and messed with ResEdit eons ago for software localization). The provisioning part in particular was painful to understand and to execute. And I had to remove VC from Accessibility in Security & Privacy and relaunch it for it to finally work.
Anyway, all this to say, first of all Thank you for this great little utility !
And second, I'm sure a step by step guide to get it to run on Ventura would be greatly appreciated for all the Ventura and later OS users that will inexorably grow in numbers.
Thanks again !
The text was updated successfully, but these errors were encountered: