Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikdoe/swift-circle
Small screensaver for OS X written entirely in Swift
https://github.com/erikdoe/swift-circle
Last synced: about 1 month ago
JSON representation
Small screensaver for OS X written entirely in Swift
- Host: GitHub
- URL: https://github.com/erikdoe/swift-circle
- Owner: erikdoe
- License: apache-2.0
- Created: 2015-07-26T20:57:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-01T15:06:56.000Z (about 5 years ago)
- Last Synced: 2024-05-09T07:55:01.554Z (6 months ago)
- Language: Swift
- Homepage:
- Size: 22.5 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swift-circle
Small screensaver for OS X written entirely in Swift. Includes configuration sheet and user defaults access.
If you want to run the latest build from Xcode using the shared scheme you have to create a symlink to the build products in the screen savers directory, e.g.
cd ~/Library/Screen\ Savers/
ln -s ../Developer/Xcode/DerivedData/SwiftCircle-fnjybnzpxxgbfpcfligmifriixpo/Build/Products/Debug/SwiftCircle.saver
Please don't just copy paste these two lines. The exact location of the build output is going to be different in your case.