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

Add support for plugin for macOS 13.0 Ventura and Mail app Version 16.0 (3731.200.110.1.12) #157

Open
pawisoon opened this issue Oct 25, 2022 · 21 comments · May be fixed by #158
Open

Add support for plugin for macOS 13.0 Ventura and Mail app Version 16.0 (3731.200.110.1.12) #157

pawisoon opened this issue Oct 25, 2022 · 21 comments · May be fixed by #158
Labels
bug Something isn't working

Comments

@pawisoon
Copy link

Hi there,
Can we add support for MacOS 13.0 Ventura and Mail App app Version 16.0 (3731.200.110.1.12)?

I'm getting plugin error after update.
Screenshot 2022-10-25 at 21 56 31

@pawisoon pawisoon added the bug Something isn't working label Oct 25, 2022
@pawisoon pawisoon changed the title Add suport for plugin for MacOS 13.0 Ventura and Mail app Version 16.0 (3731.200.110.1.12) Add support for plugin for macOS 13.0 Ventura and Mail app Version 16.0 (3731.200.110.1.12) Oct 25, 2022
@pawisoon pawisoon linked a pull request Oct 25, 2022 that will close this issue
@pawisoon
Copy link
Author

@jordan754 no need. I created my fork and made pull request adding UUID support for MacOS 13. Waitig for it to be merged by owner.

@pawisoon
Copy link
Author

Btw, this IG account looks like total fake and stolen pics. Please be aware whoever sees this thread in the future.

@jrusi
Copy link

jrusi commented Oct 27, 2022

I've tried to load the file manually but still get the incompatibility error

  1. I close the Openhaystack and Mail app
  2. Remove mailbundle: rm -r /Users/user/Library/Mail/Bundles/OpenHaystackMail.mailbundle
  3. sudo spctl --master-disable
  4. Replace the Info.plist with the one created by pawisoon in: /Users/user/Applications/OpenHaystack.app/Contents/Resources/OpenHaystackMail.mailbundle/Contents
  5. Run openhaystack app and install plugin
  6. Run Mail app and enable the plugin
  7. After restart the plugin is being disabled with the error message shown in post above
  8. sudo spctl --master-enable

macOS version (major, minor): 13.0
Mail.app plugin compatibility UUID: 890E3F5B-9490-4828-8F3F-B6561E513FCC

EDIT:
Fixed the formatting in plist file and it works! THX

had to add this line:
"Supported13.0PluginCompatibilityUUIDs" = ( "890E3F5B-9490-4828-8F3F-B6561E513FCC"
);

@Furtivo360
Copy link

Hi, I've been able to update the Info.plist and to re-enable the plugin!

OpenHaystack is now opening once again, thanks! 👍

But I still having the same issue with the "No report found"

I can see the green dots next to my accesories but no location on the map...

Any help on this boyz and gyrlz? Please

Screenshot 2022-10-27 at 15 18 50

@jrusi
Copy link

jrusi commented Oct 27, 2022

Do you have the green dot in the top right corner?
image

@Furtivo360
Copy link

Yep, green dot there too

Screenshot 2022-10-27 at 15 38 42

@parnz
Copy link

parnz commented Oct 29, 2022

@jordan754

Can we add the UUID in advance to support the future release of macOS?
or wildcard can be used?

Ex:
Supported13.PluginCompatibilityUUIDs
or
Supported
.*PluginCompatibilityUUIDs

@pawisoon
Copy link
Author

@parnz just use my fork or add changes I made in PR #158

@pawisoon
Copy link
Author

pawisoon commented Oct 29, 2022

Can owner of this repo allow PR? #158

@exrector
Copy link

Same error. Need an update to version 16
Снимок экрана 2022-10-30 в 14 00 42

@idockplatform
Copy link

idockplatform commented Oct 31, 2022

How can I fix this problem?
I tried also to edit the Info.plist, but I get still this error:

Screenshot 2022-10-31 at 12 56 50 PM

@Furtivo360
Copy link

How can I fix this problem? I tried also to edit the Info.plist, but I get still this error:

Screenshot 2022-10-31 at 12 56 50 PM

Have you ad-hoc signed the file?

codesign --force --deep -s - OpenHaystackMail.mailbundle

@idockplatform
Copy link

Yes. :(

@pawisoon
Copy link
Author

pawisoon commented Nov 1, 2022

Stay away from this person. Constantly trying to redirect people to its scammy IG.

@pawisoon
Copy link
Author

pawisoon commented Nov 1, 2022

@idockplatform what helped for me was to remove the original plugin from folder. Cleaning build and re-running it again. Then I added plugin again(a fresh one this time with new .plist UUIDs) and enabled it succesfully on MacOS 13 and Mail 16.0

@Furtivo360
Copy link

Yep, green dot there too

Screenshot 2022-10-27 at 15 38 42

Any help on this? Anybody solved it?
Thanks

@tmayberry
Copy link

tmayberry commented Dec 1, 2022

@idockplatform I had the same problem, still saying it was incompatible after changing the Info.plist to include the new compatibility string. The problem turned out to be that the default setting for the project in Xcode is to compile to Rosetta (the compatibility layer for new M1/M2 Macs) and this is not allowed for Mail plugins. Not sure if this just started with Mac OS 13 or what, because it was working for me before, but you can fix it by going to Product -> Destination in Xcode and making sure it is set to My Mac instead of My Mac (Rosetta).

@bruvv
Copy link

bruvv commented Dec 9, 2022

@tmayberry can you eleborate a bit more where we can find product ? Is this in Xcode program itself? Since that is not needed to run I do not have it installed for the mail plugin.

@tmayberry
Copy link

@tmayberry can you eleborate a bit more where we can find product ? Is this in Xcode program itself?

Yes, you have to recompile the plugin from Xcode.

@bruvv
Copy link

bruvv commented Dec 9, 2022

As you already did it, can you add the files to your comment :) ?

@DanielBustillos
Copy link

@idockplatform I had the same problem, still saying it was incompatible after changing the Info.plist to include the new compatibility string. The problem turned out to be that the default setting for the project in Xcode is to compile to Rosetta (the compatibility layer for new M1/M2 Macs) and this is not allowed for Mail plugins. Not sure if this just started with Mac OS 13 or what, because it was working for me before, but you can fix it by going to Product -> Destination in Xcode and making sure it is set to My Mac instead of My Mac (Rosetta).

This worked for me. Using macOS 13.1. I also used the file of @pawisoon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

10 participants