-
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 support for plugin for macOS 13.1 Ventura and Mail app Version 16.0 (3731.300.101.1.3) #162
Comments
Hey @jrusi I'm also trying to get this to work. Have you found a workaround? |
I have the same issue. I used the file of #157 and update the macOS 13.1 mail 16.0 UUIDD using the one in
But I keep getting the error line
|
What worked for me is compiling the binaries with Xcode selecting my Mac as a target and adding manually the entries commented by @zwells . |
tried that, but without success. i am on 13.1 and using mail 16.0 (german os) |
@DanielBustillos Can you provide a compiled version with the entries for 13.1 & 13.2 ? Actually I can't see if my boat is still where it should be :-) |
Hey guys, little update on this one. I bumped versions of mailplugin and built it using GitHub actions. You can grub it Here |
Hi, i just tried your version. Since i have never ran openHaystack successfully i dont know how i would know if it worked. would there be anything shown in mail/extensions? with your version there is nothing shown here for me (M1 Mac, 13.1) |
@pcace yeah, this little dot should become green. I think apple silicon is another pain, I'm not really sure what to do with it |
Hi! This new version v0.5.3 keeps crashing. Any thoughts? Thanks |
Yes, this is expected. Install mail plugin from 0.5.3 and use 0.5.2 from core repository |
Cool! Thanks, it now "works"...only: I can see the green dot for the activity and the tags are replying...but not appearing on the maps...any help? |
Can you try again with this build? https://github.com/mishailovic/openhaystack/suites/11027640778/artifacts/559843737 Don't forget to uninstall old mail plugin |
Not working...
|
Tbh I have no idea how to fix it. I just ordered my esp32 and it will be by the next week. I couldn't test functionality of the app unfortunately. Maybe main developer will take a look at this issue someday. |
i am not really familiar with osx development, but is it possible that this must be build for ARM plattform and currently is build for x86? EDIT: ah no, i see its already build as universal binary:
|
I did nothing but merging #158 and rewriting build system so I can trigger it manually |
hm thanks for clarification. Thanks a lot! |
Thanks for all the input here. I finally got it working on Ventura on my M1 Pro. I had to build it on my own. See my #182 where I also included a separate file for instructions how to build OpenHaystack on your own |
worked great for me. thank you |
After 13.1 upgrade there is an issue with the plugin. It get's rejected and disabled in Mail.app
I've checked the UUID and it seems that it is the same as the previous one:
890E3F5B-9490-4828-8F3F-B6561E513FCC
But when I add new entry in /Applications/OpenHaystack.app/Contents/Resources/OpenHaystackMail.mailbundle/Contents/Info.plist:
"Supported13.1PluginCompatibilityUUIDs" = ( "890E3F5B-9490-4828-8F3F-B6561E513FCC" );
and enable the plugin, Mail app gives me this error:
The item "OpenHaystackMail.mailbundle" is corrupted and cannot be opened. Move this item to the Trash.
Any ideas how to fix it?
The text was updated successfully, but these errors were encountered: