From 23e0bef398ec6c75c4a4436de2beb3dc64e6d05a Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Sat, 9 Jun 2018 22:50:02 -0400 Subject: [PATCH] Workaround the xcode plugin compatibility problem --- pkg/scripts/postinstall | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 pkg/scripts/postinstall diff --git a/pkg/scripts/postinstall b/pkg/scripts/postinstall new file mode 100755 index 0000000..c464c8d --- /dev/null +++ b/pkg/scripts/postinstall @@ -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)