-
Notifications
You must be signed in to change notification settings - Fork 464
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
Add plugin UUID support for MacOS 13 and Mail 16.0 #158
base: main
Are you sure you want to change the base?
Conversation
Mail app Version 16.0 (3731.200.110.1.12)
@zwells did exactly that still did not work |
This is happening because when you modify the Go to /Users/username/Library/Mail/Bundles/ and issue the following command after installing the bundle and before opening Mail:
Then open Mail and it should work |
@acalatrava I get: |
Can you post the result of this command, please?
|
@acalatrava sure: |
It seems you don’t have any identity…. Since provisioning/testing is free I
thought you can do it this way. But maybe you have to install Xcode and add
your Apple ID as account before doing the codesign.
Please try this (copy pasted from apple forums)
From within Xcode 7.x or higher (Mac only), navigate to
“Xcode—->Preferences—->Accounts.” Hit the '+' icon below left to add your
Apple ID*. After you add your account, it will show within the main account
window on the right.
• Select your account, hit the “View Details” button and wait for them to
load.
• Now create the 'signing identity' used to create a provisioning profile
used for device testing - Hit the “Create” button next to the 'iOS
development' label. When completed, hit ‘Done’.
Once that is completed you can try the codesign I suggested.
El El mié, 18 ene 2023 a las 23:35, bruvv ***@***.***>
escribió:
… @acalatrava <https://github.com/acalatrava> sure:
0 valid identities found
—
Reply to this email directly, view it on GitHub
<#158 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACA3W4IZNBSK26LWJANYRHTWTBVZTANCNFSM6AAAAAAROKZFK4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@acalatrava hello, I also tried your suggestion I do get 3 profiles from the command (1 from the company I work and 2 personal from what I can see:
I tried this: Both ways give me the same answer: This command
|
It seems you have to give full disk permission to iTerm/Terminal on your
privacy settings.
El El jue, 19 ene 2023 a las 5:37, beckmx ***@***.***>
escribió:
… @acalatrava <https://github.com/acalatrava> hello, I also tried your
suggestion I do get 3 profiles from the command (1 from the company I work
and 2 personal from what I can see:
1) 504xxxx2A77 "Apple Development: NAME NAME (YVXXXXX)"
2) 86972xxx78D13 "iPhone Distribution: XYZ"
3) 3C70xx76 "Apple Development: ***@***.*** (RUXYZ)"
3 valid identities found
I tried this:
codesign -s "Apple Development: NAME NAME (YVXXXXX)"
OpenHaystackMail.mailbundle
and this
codesign -s "Apple Development: ***@***.*** (RUXYZ)"
OpenHaystackMail.mailbundle
Both ways give me the same answer:
OpenHaystackMail.mailbundle: Operation not permitted
—
Reply to this email directly, view it on GitHub
<#158 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACA3W4OCE3XGED7GFE6CSMTWTDAJFANCNFSM6AAAAAAROKZFK4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I tried @acalatrava thanks for hanging in there:
When using codesign:
But still I am unable to open the plugin.
|
I compiled it myself using xcode and then it works, even for 13.2 |
Mail app Version 16.0 (3731.200.110.1.12)
Closes #157