Skip to content

Instantly share code, notes, and snippets.

@bytespider
Created May 1, 2012 14:36
Show Gist options
  • Save bytespider/2568367 to your computer and use it in GitHub Desktop.
Save bytespider/2568367 to your computer and use it in GitHub Desktop.
Automate updating iDevices
tell application "iTunes"
repeat with s in sources
if (kind of s is iPod) then
tell application "iTunes" to update s
end if
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment