Skip to content

Instantly share code, notes, and snippets.

@hjanuschka
Created April 25, 2016 14:41
Show Gist options
  • Save hjanuschka/732c4cf9ee6f3d2d89d8c8ae5c233569 to your computer and use it in GitHub Desktop.
Save hjanuschka/732c4cf9ee6f3d2d89d8c8ae5c233569 to your computer and use it in GitHub Desktop.
Fix UUID inside Spark inspector
#!/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