Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.