Skip to content
This repository has been archived by the owner on Oct 13, 2019. It is now read-only.

Incompatible with Mail Version 10.1 (3251) (Mac OS 10.12.1) #7

Closed
romanrev opened this issue Oct 26, 2016 · 5 comments · Fixed by #8
Closed

Incompatible with Mail Version 10.1 (3251) (Mac OS 10.12.1) #7

romanrev opened this issue Oct 26, 2016 · 5 comments · Fixed by #8

Comments

@romanrev
Copy link

Plugin became incompatible again with the release of Mac OS 10.12.1, Mail Version 10.1 (3251) - I tried adding the UUID 9054AFD9-2607-489E-8E63-8B09A749BC61 to ~/Library/Mail/Bundles/GMailinator.mailbundle/Contents/Info.plist but that did not help

@fikovnik
Copy link
Owner

try the latest master - it works for me so shall it for you

@romanrev
Copy link
Author

Just tried rebuilding the plugin from the latest master, and still getting this:

screenshot 2016-10-29 09 17 57

@romanrev
Copy link
Author

Ok I figured out what the issue was: I had to add the UUID 9054AFD9-2607-489E-8E63-8B09A749BC61 to the array

        <key>Supported10.12PluginCompatibilityUUIDs</key>
        <array>
...
        </array>

instead of

        <key>SupportedPluginCompatibilityUUIDs</key>
        <array>
        </array>

@fikovnik
Copy link
Owner

Can you make PR?

On Fri, Oct 28, 2016, 18:25 Roman Revyakin notifications@github.com wrote:

Closed #7 #7.


You are receiving this because you commented.

Reply to this email directly, view it on GitHub
#7 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAW3koUz9RGXerFPW4cFYkh_qu9U5Pusks5q4nZCgaJpZM4KhuFk
.

@romanrev
Copy link
Author

Done, see above

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants