Skip to content

Instantly share code, notes, and snippets.

@phinze
Created January 24, 2014 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phinze/8599472 to your computer and use it in GitHub Desktop.
Save phinze/8599472 to your computer and use it in GitHub Desktop.
iOS7 Screensaver Installer AppleScript
set source to ((path to me) as string) & "Contents:Resources:iOS 7 lockscreen by bodysoulspirit.qtz"
set mylib to (path to library folder from user domain) as string
set receiver to "Screen Savers"
tell application "Finder"
activate
if not (exists (mylib & receiver)) then make new folder in mylib with properties {name:receiver}
duplicate file source to folder (mylib & receiver) with replacing
display dialog "Screensaver is installed now" buttons {"OK"} default button 1
end tell
@Favorwilliams
Copy link

My Pleasure to write you,
My name is Favor Williams,
My email address is
( Favor24@live.com)
Am interested to know
more about you,
Contact me for my
photo and other
important issue via,

Favor24@live.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment