Skip to content

Shell script that makes XCode accept plugins by injecting its UUID to plugins

License

Notifications You must be signed in to change notification settings

rkrim/Xcode-plugins-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Xcode-plugins-update

Shell script that adds current Xcode UUID to plugins

Every new release of Xcode is tagged with a new DVTPlugInCompatibilityUUID. And every Xcode plugin has its DVTPlugInCompatibilityUUIDs table, indicating that the plugin is only available with Xcode version that matches UUIDs of the table.

So every time Apple releases a new version of Xcode, plugins are disabled because they do not match, and we need to wait for plugin authors to make sure its compatible and update their plugin Compatibility table.

If you want to make them work again without waiting for the author to update, dive a try to this script.

Requirements

The script needs a copy of Xcode installed from the Mac AppStore (MAS)

Usage

Make sure the script is executable. If not you can run the following command to make it executable (you need to be in the same folder).

chmod +x xcode_plugins_update.sh

Then just run the script

./xcode_plugins_update.sh

About

Shell script that makes XCode accept plugins by injecting its UUID to plugins

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages