Applescript - Sync iPhone


/ Published in: AppleScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. tell application "iTunes"
  2. repeat with s in sources
  3. if (kind of s is iPod) then update s
  4. end repeat
  5. end tell

URL: http://www.macgeeky.no/synkroniser-iphone-med-tastatursnarvei

Report this snippet


Comments


You need to login to view comments.