Skip to content

Instantly share code, notes, and snippets.

@grahams
Last active January 3, 2016 22:10
Show Gist options
  • Select an option

  • Save grahams/7547923 to your computer and use it in GitHub Desktop.

Select an option

Save grahams/7547923 to your computer and use it in GitHub Desktop.
section36:[~/aatemp]$ xattr -px com.apple.metadata:kMDItemWhereFroms ~/Desktop/Porkins.jpg | xxd -p -r | plutil -convert xml1 -o - -
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<string>http://images3.wikia.nocookie.net/__cb20111104223727/starwars/images/5/53/Porkins.jpg</string>
<string></string>
</array>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment