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

Doesn't work with Mail 11 #46

Open
flowerornament opened this issue Sep 30, 2017 · 0 comments
Open

Doesn't work with Mail 11 #46

flowerornament opened this issue Sep 30, 2017 · 0 comments

Comments

@flowerornament
Copy link

Temporary fix, thanks to @jhollington and @wunc in #43:

  1. Run the find_uuid.sh script in the project root in Terminal, which should output the new Mail UUID.
  2. Edit the info.plist file and add a new Supported10.13PluginCompatibilityUUIDs key list.
  3. Add the new UUID to the list.

Probably overkill, but my info.plist looks like this now:

<string>GMailinator</string>
<key>Supported10.12PluginCompatibilityUUIDs</key>
<array>
  <string>[old-uuid]</string>
  ...
  <string>[new-uuid]</string>
</array>
<key>Supported10.13PluginCompatibilityUUIDs</key>
<array>
  <string>[old-uuid</string>
  ...
  <string>[new-uuid]</string>
</array>
<key>SupportedPluginCompatibilityUUIDs</key>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant