Workaround the xcode plugin compatibility problem

This commit is contained in:
Jeremy Rand 2018-06-09 22:50:02 -04:00
parent 98c66ba617
commit 23e0bef398
1 changed files with 3 additions and 0 deletions

3
pkg/scripts/postinstall Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
defaults write ~/Library/Developer/Xcode/Plug-ins/OrcaM.ideplugin/Contents/Info.plist DVTPlugInCompatibilityUUIDs -array $(defaults read /Applications/Xcode.app/Contents/Info.plist DVTPlugInCompatibilityUUID)