You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2018. It is now read-only.
I intend to add a feature similar to #303 where installed plugins are marked as incompatible (or any other adjective, I'm open to suggestions :) ) when they do not include the right UUID for the currently running Xcode.
We'll also probably need a way to show the user what this means. Maybe adding a line of text to the plugin description like "This plugin is not compatible with your version of Xcode. Last supported version was Xcode 6.0.0.".
It would have been better to mark all incompatibles plugins and not just the installed ones, but given that the DVTPlugInCompatibilityUUIDs info is unavailable without downloading the plugin, I don't have any practical idea of how to do this.