Created
April 25, 2016 14:41
-
-
Save hjanuschka/732c4cf9ee6f3d2d89d8c8ae5c233569 to your computer and use it in GitHub Desktop.
Fix UUID inside Spark inspector
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#get current xcode uuid | |
UUID=$(defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID) | |
#update spark inspector uuid | |
defaults write ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/SparkInspectorXcodePlugin.xcplugin/Contents/Info.plist DVTPlugInCompatibilityUUIDs -array-add $UUID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment