Skip to content

Instantly share code, notes, and snippets.

@tcurdt
Forked from hjanuschka/update_spark.sh
Created May 6, 2016 00:39
Show Gist options
  • Save tcurdt/a0b2aae40f4f444600935563397da36d to your computer and use it in GitHub Desktop.
Save tcurdt/a0b2aae40f4f444600935563397da36d 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