alcatraz / Alcatraz

Package manager for Xcode
alcatraz.io
MIT License
9.87k stars 1.15k forks source link

Need to filter unsupported plugins automatically #260

Open alexlee002 opened 9 years ago

alexlee002 commented 9 years ago

Alcatraz is easy to manage Xcode plugins, But not all the plugins are support the latest Xcode version, So why don't filter the plugins that not supports the installed Xcode version? Or at least mark it as "Not supported" in the list.

skywinder commented 9 years ago

+1. It can be done by checking Info.plist file for DVTPlugInCompatibilityUUIDs key. And can be easily fixed by owners, for example kattrali/deriveddata-exterminator/pull/31

alexlee002 commented 9 years ago

@skywinder: https://gist.github.com/alexlee002/b87dbeac1f9fd896174b

update all installed Xcode plugins to support the current version of Xcode

skywinder commented 9 years ago

@alexlee002 :+1:

dzenbot commented 9 years ago

:+1: