Return to Snippet

Revision: 42680
at March 9, 2011 02:25 by Macgeeky


Initial Code
tell application "iTunes"
	repeat with s in sources
		if (kind of s is iPod) then update s
	end repeat
end tell

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

Initial Description


Initial Title
Applescript - Sync iPhone

Initial Tags
iphone

Initial Language
AppleScript