Building plugins for Xcode 5.1
Building plugins for Xcode 5.1
- Subject: Building plugins for Xcode 5.1
- From: Alex Zavatone <email@hidden>
- Date: Thu, 13 Mar 2014 10:04:46 -0400
I'm trying to build some plugins to disable the animations in Xcode 5.1 and am interested in finding any documentation on plugin changes in Xcode 5.0 and 5.1.
This project seems to do what I want
https://github.com/davekeck/Xcode-4-Fixins/
Yet when it builds and launches the plugins, all fail due to a UUID (I suspect that's Xcode 5.1's) not being present in DVTPlugInCompatibilityUUIDs.
I've tried adding the listed Xcode UUID in the error to a pList Array for DVTPlugInCompatibilityUUIDs, but this just results in an instant crash of Xcode in XCPluginManager loadPluginBundle
What's odd is that in searching the docs for DVTPlugInCompatibilityUUIDs is that nothing comes up.
Is there any resource that documents the plugin start-up process or a plugin requirements resource that anyone could point me to?
Thanks
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden