xcode-wakatime
xcode-wakatime copied to clipboard
2 Xcode Versions
I have two Xcode versions installed on my machine. One called Xcode.app and one called Xcode11.3.app. I did a custom install for the Xcode 11.3 version, but that seemed to remove the installation for the regular Xcode.
Plugins are installed into a common folder(~/Library/Application Support/Developer/Shared/Xcode/Plug-ins
). Then for each Xcode app to load plugin bundles, it needs:
- to be re-signed with a custom cert
-
the Xcode app's DVTPlugInCompatibilityUUID added to each plugin's
Info.plist
Try performing the two above for Xcode.app
and Xcode11.3.app
and they both should be able to load plugins.