https://github.com/ayltai/macos-developers-excuses
A macOS screen saver that shows a random developer excuse over a beautiful photo background. Made with ❤
https://github.com/ayltai/macos-developers-excuses
excuses macos macosx osx screensaver swift unsplash unsplash-api
Last synced: 2 months ago
JSON representation
A macOS screen saver that shows a random developer excuse over a beautiful photo background. Made with ❤
- Host: GitHub
- URL: https://github.com/ayltai/macos-developers-excuses
- Owner: ayltai
- License: apache-2.0
- Created: 2018-04-14T07:59:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T15:52:12.000Z (over 2 years ago)
- Last Synced: 2023-08-06T11:54:55.264Z (about 2 years ago)
- Topics: excuses, macos, macosx, osx, screensaver, swift, unsplash, unsplash-api
- Language: Swift
- Homepage:
- Size: 32.1 MB
- Stars: 59
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SecurityCamera/SecurityCamera.xcodeproj/project.pbxproj
Awesome Lists containing this project
README
# Developers Excuses
[](Releases/1.8/screensaver.zip) [](https://en.wikipedia.org/wiki/OS_X_Catalina) [](https://github.com/ayltai/MacOS-Developers-Excuses/blob/master/LICENSE)
A macOS screen saver that shows a random [developer excuse](http://www.devexcuses.com) over a [beautiful photo background](https://unsplash.com). Made with ❤
[](https://buymeacoff.ee/ayltai)



## Features
* Periodically refresh the background image from [Unsplash](https://unsplash.com)
* Periodically refresh the quote from [Developer Excuses](http://www.devexcuses.com)
* Animate the background image with [Ken Burns effect](https://en.wikipedia.org/wiki/Ken_Burns_effect)
* Automatically start recording video using the built-in FaceTime HD camera for security reasons## Configurations
## Downloads
### [Screen Saver](Releases/1.8/screensaver.zip)
Double-click to install.### [Security Camera](Releases/1.8/SecurityCamera.zip)
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
0. Install [CocoaPods](https://cocoapods.org)
1. Install [SwiftLint](https://github.com/realm/SwiftLint)
2. `git clone git@github.com:ayltai/MacOS-Developers-Excuses.git`
3. `cd MacOS-Developers-Excuses`
4. Run `pod install`
5. Open `DevExcuses.xcworkspace` in Xcode
6. Set your [Unsplash API](https://unsplash.com/developers) key [here](https://github.com/ayltai/MacOS-Developers-Excuses/blob/master/DevExcuses/Sources/UnsplashClient.swift#L14)
7. Build DevExcuses projects (`Command-B`)
* You may get some warnings. They are generally self-explanatory. Make adjustments, as you wish for your preferences.
8. Optionally build SecurityCamera project if you want to use the camera of your MacBook to record videos for security reason
9. Right-click in your Xcode Project Navigator > DevExcuses > Products > Developer Excuses.saver
10. Select "Open with External Editor"