A macOS screen saver that shows a random developer excuse over a beautiful photo background. Made with ❤
- Periodically refresh the background image from Unsplash
- Periodically refresh the quote from Developer Excuses
- Animate the background image with Ken Burns effect
- Automatically start recording video using the built-in FaceTime HD camera for security reasons
Double-click to install.
Place it to somewhere handy, such as ~/Downloads
or /usr/bin
, and then update its path in the screen saver configurations .
Developers Excuses screen saver requires OS X Catalina or later.
Note: Apple has tightened up security in 10.15.4 and above. Although this application is safe, you may experience problems getting macOS to allow this application to run, since the Github builds are not notarized. If you experience this issue, you can try to build the application yourself using the directions below.
- Install CocoaPods
- Install SwiftLint
git clone [email protected]:ayltai/MacOS-Developers-Excuses.git
cd MacOS-Developers-Excuses
- Run
pod install
- Open
DevExcuses.xcworkspace
in Xcode - Set your Unsplash API key here
- Build DevExcuses projects (
Command-B
)
- You may get some warnings. They are generally self-explanatory. Make adjustments, as you wish for your preferences.
- Optionally build SecurityCamera project if you want to use the camera of your MacBook to record videos for security reason
- Right-click in your Xcode Project Navigator > DevExcuses > Products > Developer Excuses.saver
- Select "Open with External Editor"