Skip to content

A macOS screen saver that shows a random developer excuse over a beautiful photo background. Made with ❤

License

Notifications You must be signed in to change notification settings

ayltai/MacOS-Developers-Excuses

Repository files navigation

Developers Excuses

Release macOS License

A macOS screen saver that shows a random developer excuse over a beautiful photo background. Made with ❤

Buy me a coffee

Screenshot 1

Screenshot 2

Screenshot 3

Features

  • 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

Configurations

Configurations

Downloads

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 .

Compatibility

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.

How to build

  1. Install CocoaPods
  2. Install SwiftLint
  3. git clone git@github.com:ayltai/MacOS-Developers-Excuses.git
  4. cd MacOS-Developers-Excuses
  5. Run pod install
  6. Open DevExcuses.xcworkspace in Xcode
  7. Set your Unsplash API key here
  8. Build DevExcuses projects (Command-B)
  • You may get some warnings. They are generally self-explanatory. Make adjustments, as you wish for your preferences.
  1. Optionally build SecurityCamera project if you want to use the camera of your MacBook to record videos for security reason
  2. Right-click in your Xcode Project Navigator > DevExcuses > Products > Developer Excuses.saver
  3. Select "Open with External Editor"